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

Public Types

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

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

::llvm::ArrayRef< ArgAttrrt_args
 
::llvm::ArrayRef< ArgAttrct_args
 

Member Typedef Documentation

◆ KeyTy

using mlir::tt::ttkernel::detail::ArgSpecAttrStorage::KeyTy = std::tuple<::llvm::ArrayRef<ArgAttr>, ::llvm::ArrayRef<ArgAttr> >

Constructor & Destructor Documentation

◆ ArgSpecAttrStorage()

mlir::tt::ttkernel::detail::ArgSpecAttrStorage::ArgSpecAttrStorage ( ::llvm::ArrayRef< ArgAttr rt_args,
::llvm::ArrayRef< ArgAttr ct_args 
)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ ct_args

::llvm::ArrayRef<ArgAttr> mlir::tt::ttkernel::detail::ArgSpecAttrStorage::ct_args

◆ rt_args

::llvm::ArrayRef<ArgAttr> mlir::tt::ttkernel::detail::ArgSpecAttrStorage::rt_args

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