MLIR
18.0.0git
|
Public Types | |
using | KeyTy = Type |
Public Member Functions | |
SampledImageTypeStorage (const KeyTy &key) | |
bool | operator== (const KeyTy &key) const |
![]() | |
const AbstractType & | getAbstractType () |
Return the abstract type descriptor for this type. More... | |
Static Public Member Functions | |
static SampledImageTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Type | imageType |
Additional Inherited Members | |
![]() | |
TypeStorage () | |
This constructor is used by derived classes as part of the TypeUniquer. More... | |
![]() | |
BaseStorage ()=default | |
Definition at line 856 of file SPIRVTypes.cpp.
Definition at line 857 of file SPIRVTypes.cpp.
|
inline |
Definition at line 859 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 863 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 861 of file SPIRVTypes.cpp.
Type mlir::spirv::detail::SampledImageTypeStorage::imageType |
Definition at line 869 of file SPIRVTypes.cpp.