MLIR
18.0.0git
|
Public Types | |
using | KeyTy = std::tuple< Type, unsigned, unsigned, MatrixLayout, Scope > |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
JointMatrixTypeStorage (const KeyTy &key) | |
![]() | |
const AbstractType & | getAbstractType () |
Return the abstract type descriptor for this type. More... | |
Static Public Member Functions | |
static JointMatrixTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Type | elementType |
unsigned | rows |
unsigned | columns |
Scope | scope |
MatrixLayout | matrixLayout |
Additional Inherited Members | |
![]() | |
TypeStorage () | |
This constructor is used by derived classes as part of the TypeUniquer. More... | |
![]() | |
BaseStorage ()=default | |
Definition at line 338 of file SPIRVTypes.cpp.
using mlir::spirv::detail::JointMatrixTypeStorage::KeyTy = std::tuple<Type, unsigned, unsigned, MatrixLayout, Scope> |
Definition at line 339 of file SPIRVTypes.cpp.
|
inline |
Definition at line 351 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 341 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 347 of file SPIRVTypes.cpp.
unsigned mlir::spirv::detail::JointMatrixTypeStorage::columns |
Definition at line 358 of file SPIRVTypes.cpp.
Type mlir::spirv::detail::JointMatrixTypeStorage::elementType |
Definition at line 356 of file SPIRVTypes.cpp.
MatrixLayout mlir::spirv::detail::JointMatrixTypeStorage::matrixLayout |
Definition at line 360 of file SPIRVTypes.cpp.
unsigned mlir::spirv::detail::JointMatrixTypeStorage::rows |
Definition at line 357 of file SPIRVTypes.cpp.
Scope mlir::spirv::detail::JointMatrixTypeStorage::scope |
Definition at line 359 of file SPIRVTypes.cpp.