|
MLIR
22.0.0git
|
Inheritance diagram for mlir::spirv::detail::ArrayTypeStorage:Public Types | |
| using | KeyTy = std::tuple< Type, unsigned, unsigned > |
Public Member Functions | |
| bool | operator== (const KeyTy &key) const |
| ArrayTypeStorage (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 ArrayTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
| Type | elementType |
| unsigned | elementCount |
| 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 137 of file SPIRVTypes.cpp.
| using mlir::spirv::detail::ArrayTypeStorage::KeyTy = std::tuple<Type, unsigned, unsigned> |
Definition at line 138 of file SPIRVTypes.cpp.
|
inline |
Definition at line 149 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 140 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 145 of file SPIRVTypes.cpp.
| unsigned mlir::spirv::detail::ArrayTypeStorage::elementCount |
Definition at line 154 of file SPIRVTypes.cpp.
| Type mlir::spirv::detail::ArrayTypeStorage::elementType |
Definition at line 153 of file SPIRVTypes.cpp.
| unsigned mlir::spirv::detail::ArrayTypeStorage::stride |
Definition at line 155 of file SPIRVTypes.cpp.