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

Public Types

using KeyTy = std::tuple< Type, uint32_t >
 

Public Member Functions

 MatrixTypeStorage (Type columnType, uint32_t columnCount)
 
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 MatrixTypeStorageconstruct (TypeStorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

Type columnType
 
const uint32_t columnCount
 

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

Member Typedef Documentation

◆ KeyTy

using mlir::spirv::detail::MatrixTypeStorage::KeyTy = std::tuple<Type, uint32_t>

Definition at line 1156 of file SPIRVTypes.cpp.

Constructor & Destructor Documentation

◆ MatrixTypeStorage()

mlir::spirv::detail::MatrixTypeStorage::MatrixTypeStorage ( Type  columnType,
uint32_t  columnCount 
)
inline

Definition at line 1153 of file SPIRVTypes.cpp.

Member Function Documentation

◆ construct()

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

◆ operator==()

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

Definition at line 1166 of file SPIRVTypes.cpp.

Member Data Documentation

◆ columnCount

const uint32_t mlir::spirv::detail::MatrixTypeStorage::columnCount

Definition at line 1171 of file SPIRVTypes.cpp.

◆ columnType

Type mlir::spirv::detail::MatrixTypeStorage::columnType

Definition at line 1170 of file SPIRVTypes.cpp.


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