My Project
|
Public Types | |
using | KeyTy = std::pair< Type, StorageClass > |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
PointerTypeStorage (const KeyTy &key) | |
StorageClass | getStorageClass () const |
Public Member Functions inherited from mlir::TypeStorage | |
Dialect & | getDialect () |
Get the dialect that this type is registered to. More... | |
unsigned | getSubclassData () const |
Get the subclass data. More... | |
void | setSubclassData (unsigned val) |
Set the subclass data. More... | |
Public Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static PointerTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Type | pointeeType |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::TypeStorage | |
TypeStorage (unsigned subclassData=0) | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
BaseStorage () | |
using mlir::spirv::detail::PointerTypeStorage::KeyTy = std::pair<Type, StorageClass> |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
Type mlir::spirv::detail::PointerTypeStorage::pointeeType |