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

Public Types

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

Public Member Functions

 ArchAttrStorage (::mlir::tt::Arch value)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

::mlir::tt::Arch value
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ ArchAttrStorage()

mlir::tt::detail::ArchAttrStorage::ArchAttrStorage ( ::mlir::tt::Arch  value)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ value

::mlir::tt::Arch mlir::tt::detail::ArchAttrStorage::value

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