|
MLIR
22.0.0git
|
Inheritance diagram for mlir::spirv::detail::PointerTypeStorage: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 429 of file SPIRVTypes.cpp.
| using mlir::spirv::detail::PointerTypeStorage::KeyTy = std::pair<Type, StorageClass> |
Definition at line 432 of file SPIRVTypes.cpp.
|
inline |
Definition at line 444 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 434 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 440 of file SPIRVTypes.cpp.
| Type mlir::spirv::detail::PointerTypeStorage::pointeeType |
Definition at line 447 of file SPIRVTypes.cpp.
| StorageClass mlir::spirv::detail::PointerTypeStorage::storageClass |
Definition at line 448 of file SPIRVTypes.cpp.