MLIR  19.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::spirv::detail::PointerTypeStorage Struct Reference
+ 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 AbstractTypegetAbstractType ()
 Return the abstract type descriptor for this type. More...
 

Static Public Member Functions

static PointerTypeStorageconstruct (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
 

Detailed Description

Definition at line 459 of file SPIRVTypes.cpp.

Member Typedef Documentation

◆ KeyTy

using mlir::spirv::detail::PointerTypeStorage::KeyTy = std::pair<Type, StorageClass>

Definition at line 462 of file SPIRVTypes.cpp.

Constructor & Destructor Documentation

◆ PointerTypeStorage()

mlir::spirv::detail::PointerTypeStorage::PointerTypeStorage ( const KeyTy key)
inline

Definition at line 474 of file SPIRVTypes.cpp.

Member Function Documentation

◆ construct()

static PointerTypeStorage* mlir::spirv::detail::PointerTypeStorage::construct ( TypeStorageAllocator allocator,
const KeyTy key 
)
inlinestatic

◆ operator==()

bool mlir::spirv::detail::PointerTypeStorage::operator== ( const KeyTy key) const
inline

Definition at line 470 of file SPIRVTypes.cpp.

Member Data Documentation

◆ pointeeType

Type mlir::spirv::detail::PointerTypeStorage::pointeeType

Definition at line 477 of file SPIRVTypes.cpp.

◆ storageClass

StorageClass mlir::spirv::detail::PointerTypeStorage::storageClass

Definition at line 478 of file SPIRVTypes.cpp.


The documentation for this struct was generated from the following file: