MLIR
20.0.0git
|
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 443 of file SPIRVTypes.cpp.
using mlir::spirv::detail::RuntimeArrayTypeStorage::KeyTy = std::pair<Type, unsigned> |
Definition at line 444 of file SPIRVTypes.cpp.
|
inline |
Definition at line 456 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 446 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 452 of file SPIRVTypes.cpp.
Type mlir::spirv::detail::RuntimeArrayTypeStorage::elementType |
Definition at line 459 of file SPIRVTypes.cpp.
unsigned mlir::spirv::detail::RuntimeArrayTypeStorage::stride |
Definition at line 460 of file SPIRVTypes.cpp.