|
MLIR
22.0.0git
|
Inheritance diagram for mlir::spirv::detail::RuntimeArrayTypeStorage:Public Types | |
| using | KeyTy = std::pair< Type, unsigned > |
Public Member Functions | |
| bool | operator== (const KeyTy &key) const |
| RuntimeArrayTypeStorage (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 RuntimeArrayTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
| Type | elementType |
| unsigned | stride |
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 489 of file SPIRVTypes.cpp.
| using mlir::spirv::detail::RuntimeArrayTypeStorage::KeyTy = std::pair<Type, unsigned> |
Definition at line 490 of file SPIRVTypes.cpp.
|
inline |
Definition at line 502 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 492 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 498 of file SPIRVTypes.cpp.
| Type mlir::spirv::detail::RuntimeArrayTypeStorage::elementType |
Definition at line 505 of file SPIRVTypes.cpp.
| unsigned mlir::spirv::detail::RuntimeArrayTypeStorage::stride |
Definition at line 506 of file SPIRVTypes.cpp.