MLIR
20.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. 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 31 of file SPIRVTypes.cpp.
using mlir::spirv::detail::ArrayTypeStorage::KeyTy = std::tuple<Type, unsigned, unsigned> |
Definition at line 32 of file SPIRVTypes.cpp.
|
inline |
Definition at line 43 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 34 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 39 of file SPIRVTypes.cpp.
unsigned mlir::spirv::detail::ArrayTypeStorage::elementCount |
Definition at line 48 of file SPIRVTypes.cpp.
Type mlir::spirv::detail::ArrayTypeStorage::elementType |
Definition at line 47 of file SPIRVTypes.cpp.
unsigned mlir::spirv::detail::ArrayTypeStorage::stride |
Definition at line 49 of file SPIRVTypes.cpp.