|
MLIR
22.0.0git
|
Inheritance diagram for mlir::spirv::detail::MatrixTypeStorage:Public Types | |
| using | KeyTy = std::tuple< Type, uint32_t > |
Public Member Functions | |
| MatrixTypeStorage (Type columnType, uint32_t columnCount) | |
| bool | operator== (const KeyTy &key) const |
Public Member Functions inherited from mlir::TypeStorage | |
| const AbstractType & | getAbstractType () |
| Return the abstract type descriptor for this type. More... | |
Static Public Member Functions | |
| static MatrixTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
| Type | columnType |
| const uint32_t | columnCount |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::TypeStorage | |
| TypeStorage () | |
| This constructor is used by derived classes as part of the TypeUniquer. More... | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage ()=default | |
Definition at line 1151 of file SPIRVTypes.cpp.
| using mlir::spirv::detail::MatrixTypeStorage::KeyTy = std::tuple<Type, uint32_t> |
Definition at line 1155 of file SPIRVTypes.cpp.
|
inline |
Definition at line 1152 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 1157 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 1165 of file SPIRVTypes.cpp.
| const uint32_t mlir::spirv::detail::MatrixTypeStorage::columnCount |
Definition at line 1170 of file SPIRVTypes.cpp.
| Type mlir::spirv::detail::MatrixTypeStorage::columnType |
Definition at line 1169 of file SPIRVTypes.cpp.