|
MLIR
22.0.0git
|
Inheritance diagram for mlir::spirv::detail::CooperativeMatrixTypeStorage:Public Types | |
| using | KeyTy = std::tuple< Type, int64_t, int64_t, Scope, CooperativeMatrixUseKHR > |
Public Member Functions | |
| bool | operator== (const KeyTy &key) const |
| CooperativeMatrixTypeStorage (const KeyTy &key) | |
Public Member Functions inherited from mlir::TypeStorage | |
| 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 |
| std::array< int64_t, 2 > | shape |
| Scope | scope |
| CooperativeMatrixUseKHR | use |
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 230 of file SPIRVTypes.cpp.
| using mlir::spirv::detail::CooperativeMatrixTypeStorage::KeyTy = std::tuple<Type, int64_t, int64_t, Scope, CooperativeMatrixUseKHR> |
Definition at line 244 of file SPIRVTypes.cpp.
|
inline |
Definition at line 257 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 248 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 253 of file SPIRVTypes.cpp.
| Type mlir::spirv::detail::CooperativeMatrixTypeStorage::elementType |
Definition at line 262 of file SPIRVTypes.cpp.
| Scope mlir::spirv::detail::CooperativeMatrixTypeStorage::scope |
Definition at line 265 of file SPIRVTypes.cpp.
| std::array<int64_t, 2> mlir::spirv::detail::CooperativeMatrixTypeStorage::shape |
Definition at line 264 of file SPIRVTypes.cpp.
| CooperativeMatrixUseKHR mlir::spirv::detail::CooperativeMatrixTypeStorage::use |
Definition at line 266 of file SPIRVTypes.cpp.