MLIR
16.0.0git
|
Public Types | |
using | KeyTy = std::tuple< Type, Scope, unsigned, unsigned > |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
CooperativeMatrixTypeStorage (const KeyTy &key) | |
![]() | |
const AbstractType & | getAbstractType () |
Return the abstract type descriptor for this type. More... | |
Static Public Member Functions | |
static CooperativeMatrixTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Type | elementType |
unsigned | rows |
unsigned | columns |
Scope | scope |
Additional Inherited Members | |
![]() | |
TypeStorage () | |
This constructor is used by derived classes as part of the TypeUniquer. More... | |
![]() | |
BaseStorage ()=default | |
Definition at line 199 of file SPIRVTypes.cpp.
using mlir::spirv::detail::CooperativeMatrixTypeStorage::KeyTy = std::tuple<Type, Scope, unsigned, unsigned> |
Definition at line 200 of file SPIRVTypes.cpp.
|
inline |
Definition at line 212 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 203 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 208 of file SPIRVTypes.cpp.
unsigned mlir::spirv::detail::CooperativeMatrixTypeStorage::columns |
Definition at line 218 of file SPIRVTypes.cpp.
Type mlir::spirv::detail::CooperativeMatrixTypeStorage::elementType |
Definition at line 216 of file SPIRVTypes.cpp.
unsigned mlir::spirv::detail::CooperativeMatrixTypeStorage::rows |
Definition at line 217 of file SPIRVTypes.cpp.
Scope mlir::spirv::detail::CooperativeMatrixTypeStorage::scope |
Definition at line 219 of file SPIRVTypes.cpp.