Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp276 struct spirv::detail::CooperativeMatrixTypeStorage : public TypeStorage { struct in spirv::detail
277 using KeyTy = std::tuple<Type, Scope, unsigned, unsigned>;
280 construct(TypeStorageAllocator &allocator, const KeyTy &key) { in construct()
285 bool operator==(const KeyTy &key) const { in operator ==()
289 CooperativeMatrixTypeStorage(const KeyTy &key) in CooperativeMatrixTypeStorage() function
293 Type elementType;
294 unsigned rows;
295 unsigned columns;
296 Scope scope;