TT-MLIR
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::tt::detail::MemorySpaceAttrStorage Struct Reference
Inheritance diagram for mlir::tt::detail::MemorySpaceAttrStorage:

Public Types

using KeyTy = std::tuple<::mlir::tt::MemorySpace >
 

Public Member Functions

 MemorySpaceAttrStorage (::mlir::tt::MemorySpace value)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

::llvm::hash_code hashKey (const KeyTy &tblgenKey)
 
static MemorySpaceAttrStorageconstruct (::mlir::AttributeStorageAllocator &allocator, KeyTy &&tblgenKey)
 

Public Attributes

::mlir::tt::MemorySpace value
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ MemorySpaceAttrStorage()

mlir::tt::detail::MemorySpaceAttrStorage::MemorySpaceAttrStorage ( ::mlir::tt::MemorySpace  value)
inline

Member Function Documentation

◆ construct()

static MemorySpaceAttrStorage* mlir::tt::detail::MemorySpaceAttrStorage::construct ( ::mlir::AttributeStorageAllocator &  allocator,
KeyTy &&  tblgenKey 
)
inlinestatic

◆ getAsKey()

KeyTy mlir::tt::detail::MemorySpaceAttrStorage::getAsKey ( ) const
inline

◆ hashKey()

::llvm::hash_code mlir::tt::detail::MemorySpaceAttrStorage::hashKey ( const KeyTy tblgenKey)
inlinestatic

◆ operator==()

bool mlir::tt::detail::MemorySpaceAttrStorage::operator== ( const KeyTy tblgenKey) const
inline

Member Data Documentation

◆ value

::mlir::tt::MemorySpace mlir::tt::detail::MemorySpaceAttrStorage::value

The documentation for this struct was generated from the following file: