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

Public Types

using KeyTy = std::tuple< Type, unsigned, unsigned, MatrixLayout, Scope >
 

Public Member Functions

bool operator== (const KeyTy &key) const
 
 JointMatrixTypeStorage (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 JointMatrixTypeStorageconstruct (TypeStorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

Type elementType
 
unsigned rows
 
unsigned columns
 
Scope scope
 
MatrixLayout matrixLayout
 

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

Member Typedef Documentation

◆ KeyTy

using mlir::spirv::detail::JointMatrixTypeStorage::KeyTy = std::tuple<Type, unsigned, unsigned, MatrixLayout, Scope>

Definition at line 274 of file SPIRVTypes.cpp.

Constructor & Destructor Documentation

◆ JointMatrixTypeStorage()

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

Definition at line 286 of file SPIRVTypes.cpp.

Member Function Documentation

◆ construct()

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

◆ operator==()

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

Definition at line 282 of file SPIRVTypes.cpp.

Member Data Documentation

◆ columns

unsigned mlir::spirv::detail::JointMatrixTypeStorage::columns

Definition at line 293 of file SPIRVTypes.cpp.

◆ elementType

Type mlir::spirv::detail::JointMatrixTypeStorage::elementType

Definition at line 291 of file SPIRVTypes.cpp.

◆ matrixLayout

MatrixLayout mlir::spirv::detail::JointMatrixTypeStorage::matrixLayout

Definition at line 295 of file SPIRVTypes.cpp.

◆ rows

unsigned mlir::spirv::detail::JointMatrixTypeStorage::rows

Definition at line 292 of file SPIRVTypes.cpp.

◆ scope

Scope mlir::spirv::detail::JointMatrixTypeStorage::scope

Definition at line 294 of file SPIRVTypes.cpp.


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