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

Public Types

using KeyTy = std::tuple<::llvm::ArrayRef< KernelArgAttr >, ::llvm::ArrayRef< KernelArgAttr > >
 

Public Member Functions

 KernelArgsAttrStorage (::llvm::ArrayRef< KernelArgAttr > rt_args, ::llvm::ArrayRef< KernelArgAttr > ct_args)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

::llvm::ArrayRef< KernelArgAttrrt_args
 
::llvm::ArrayRef< KernelArgAttrct_args
 

Member Typedef Documentation

◆ KeyTy

using mlir::tt::ttmetal::detail::KernelArgsAttrStorage::KeyTy = std::tuple<::llvm::ArrayRef<KernelArgAttr>, ::llvm::ArrayRef<KernelArgAttr> >

Constructor & Destructor Documentation

◆ KernelArgsAttrStorage()

mlir::tt::ttmetal::detail::KernelArgsAttrStorage::KernelArgsAttrStorage ( ::llvm::ArrayRef< KernelArgAttr rt_args,
::llvm::ArrayRef< KernelArgAttr ct_args 
)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ ct_args

::llvm::ArrayRef<KernelArgAttr> mlir::tt::ttmetal::detail::KernelArgsAttrStorage::ct_args

◆ rt_args

::llvm::ArrayRef<KernelArgAttr> mlir::tt::ttmetal::detail::KernelArgsAttrStorage::rt_args

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