MLIR
20.0.0git
|
Public Types | |
using | KeyTy = std::pair< Type, StorageClass > |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
PointerTypeStorage (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 PointerTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Type | pointeeType |
StorageClass | storageClass |
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 384 of file SPIRVTypes.cpp.
using mlir::spirv::detail::PointerTypeStorage::KeyTy = std::pair<Type, StorageClass> |
Definition at line 387 of file SPIRVTypes.cpp.
|
inline |
Definition at line 399 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 389 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 395 of file SPIRVTypes.cpp.
Type mlir::spirv::detail::PointerTypeStorage::pointeeType |
Definition at line 402 of file SPIRVTypes.cpp.
StorageClass mlir::spirv::detail::PointerTypeStorage::storageClass |
Definition at line 403 of file SPIRVTypes.cpp.