MLIR  19.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::spirv::detail::SampledImageTypeStorage Struct Reference
+ Inheritance diagram for mlir::spirv::detail::SampledImageTypeStorage:

Public Types

using KeyTy = Type
 

Public Member Functions

 SampledImageTypeStorage (const KeyTy &key)
 
bool operator== (const KeyTy &key) const
 
- Public Member Functions inherited from mlir::TypeStorage
const AbstractTypegetAbstractType ()
 Return the abstract type descriptor for this type. More...
 

Static Public Member Functions

static SampledImageTypeStorageconstruct (TypeStorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

Type imageType
 

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 791 of file SPIRVTypes.cpp.

Member Typedef Documentation

◆ KeyTy

Definition at line 792 of file SPIRVTypes.cpp.

Constructor & Destructor Documentation

◆ SampledImageTypeStorage()

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

Definition at line 794 of file SPIRVTypes.cpp.

Member Function Documentation

◆ construct()

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

◆ operator==()

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

Definition at line 796 of file SPIRVTypes.cpp.

Member Data Documentation

◆ imageType

Type mlir::spirv::detail::SampledImageTypeStorage::imageType

Definition at line 804 of file SPIRVTypes.cpp.


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