MLIR  21.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::spirv::detail::CooperativeMatrixTypeStorage Struct Referencefinal
+ Inheritance diagram for mlir::spirv::detail::CooperativeMatrixTypeStorage:

Public Types

using KeyTy = std::tuple< Type, int64_t, int64_t, Scope, CooperativeMatrixUseKHR >
 

Public Member Functions

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

Public Attributes

Type elementType
 
std::array< int64_t, 2 > shape
 
Scope scope
 
CooperativeMatrixUseKHR use
 

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

Member Typedef Documentation

◆ KeyTy

using mlir::spirv::detail::CooperativeMatrixTypeStorage::KeyTy = std::tuple<Type, int64_t, int64_t, Scope, CooperativeMatrixUseKHR>

Definition at line 210 of file SPIRVTypes.cpp.

Constructor & Destructor Documentation

◆ CooperativeMatrixTypeStorage()

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

Definition at line 223 of file SPIRVTypes.cpp.

Member Function Documentation

◆ construct()

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

◆ operator==()

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

Definition at line 219 of file SPIRVTypes.cpp.

Member Data Documentation

◆ elementType

Type mlir::spirv::detail::CooperativeMatrixTypeStorage::elementType

Definition at line 228 of file SPIRVTypes.cpp.

◆ scope

Scope mlir::spirv::detail::CooperativeMatrixTypeStorage::scope

Definition at line 231 of file SPIRVTypes.cpp.

◆ shape

std::array<int64_t, 2> mlir::spirv::detail::CooperativeMatrixTypeStorage::shape

Definition at line 230 of file SPIRVTypes.cpp.

◆ use

CooperativeMatrixUseKHR mlir::spirv::detail::CooperativeMatrixTypeStorage::use

Definition at line 232 of file SPIRVTypes.cpp.


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