Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h59 struct CooperativeMatrixTypeStorage;
406 detail::CooperativeMatrixTypeStorage> {
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp276 struct spirv::detail::CooperativeMatrixTypeStorage : public TypeStorage { struct in spirv::detail
279 static CooperativeMatrixTypeStorage *
281 return new (allocator.allocate<CooperativeMatrixTypeStorage>()) in construct()
282 CooperativeMatrixTypeStorage(key); in construct()
289 CooperativeMatrixTypeStorage(const KeyTy &key) in CooperativeMatrixTypeStorage() argument