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

Public Types

using KeyTy = std::tuple< NocIndex >
 

Public Member Functions

 NocConfigAttrStorage (NocIndex noc_index)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

NocIndex noc_index
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ NocConfigAttrStorage()

mlir::tt::ttkernel::detail::NocConfigAttrStorage::NocConfigAttrStorage ( NocIndex  noc_index)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

KeyTy mlir::tt::ttkernel::detail::NocConfigAttrStorage::getAsKey ( ) const
inline

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ noc_index

NocIndex mlir::tt::ttkernel::detail::NocConfigAttrStorage::noc_index

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