|
MLIR 22.0.0git
|
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. | |
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. | |
| 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.
References elementCount, elementType, mlir::get(), and stride.
Referenced by construct().
|
inlinestatic |
Definition at line 140 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate(), and ArrayTypeStorage().
Definition at line 145 of file SPIRVTypes.cpp.
References elementCount, elementType, and stride.
| unsigned mlir::spirv::detail::ArrayTypeStorage::elementCount |
Definition at line 154 of file SPIRVTypes.cpp.
Referenced by ArrayTypeStorage(), and operator==().
| Type mlir::spirv::detail::ArrayTypeStorage::elementType |
Definition at line 153 of file SPIRVTypes.cpp.
Referenced by ArrayTypeStorage(), and operator==().
| unsigned mlir::spirv::detail::ArrayTypeStorage::stride |
Definition at line 155 of file SPIRVTypes.cpp.
Referenced by ArrayTypeStorage(), and operator==().