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

Public Types

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

Public Member Functions

 CPURoleAttrStorage (::mlir::tt::CPURole value)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

::mlir::tt::CPURole value
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ CPURoleAttrStorage()

mlir::tt::detail::CPURoleAttrStorage::CPURoleAttrStorage ( ::mlir::tt::CPURole  value)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ value

::mlir::tt::CPURole mlir::tt::detail::CPURoleAttrStorage::value

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