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

Public Types

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

Public Member Functions

 ArgAttrStorage (ArgType arg_type, size_t operand_index, bool is_uniform)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

ArgType arg_type
 
size_t operand_index
 
bool is_uniform
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ ArgAttrStorage()

mlir::tt::ttkernel::detail::ArgAttrStorage::ArgAttrStorage ( ArgType  arg_type,
size_t  operand_index,
bool  is_uniform 
)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ arg_type

ArgType mlir::tt::ttkernel::detail::ArgAttrStorage::arg_type

◆ is_uniform

bool mlir::tt::ttkernel::detail::ArgAttrStorage::is_uniform

◆ operand_index

size_t mlir::tt::ttkernel::detail::ArgAttrStorage::operand_index

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