Home
last modified time | relevance | path

Searched refs:CooperativeMatrixTypeStorage (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h30 struct CooperativeMatrixTypeStorage;
402 detail::CooperativeMatrixTypeStorage> {
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp199 struct spirv::detail::CooperativeMatrixTypeStorage : public TypeStorage { struct in spirv::detail
202 static CooperativeMatrixTypeStorage *
204 return new (allocator.allocate<CooperativeMatrixTypeStorage>()) in construct()
205 CooperativeMatrixTypeStorage(key); in construct()
212 CooperativeMatrixTypeStorage(const KeyTy &key) in CooperativeMatrixTypeStorage() function