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

Public Types

using KeyTy = std::tuple< ttkernel::ArgType, size_t >
 

Public Member Functions

 KernelArgAttrStorage (ttkernel::ArgType type, size_t operand_index)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

ttkernel::ArgType type
 
size_t operand_index
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ KernelArgAttrStorage()

mlir::tt::ttmetal::detail::KernelArgAttrStorage::KernelArgAttrStorage ( ttkernel::ArgType  type,
size_t  operand_index 
)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

KeyTy mlir::tt::ttmetal::detail::KernelArgAttrStorage::getAsKey ( ) const
inline

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ operand_index

size_t mlir::tt::ttmetal::detail::KernelArgAttrStorage::operand_index

◆ type

ttkernel::ArgType mlir::tt::ttmetal::detail::KernelArgAttrStorage::type

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