Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp1077 struct spirv::detail::MatrixTypeStorage : public TypeStorage { struct in spirv::detail
1078 MatrixTypeStorage(Type columnType, uint32_t columnCount) in MatrixTypeStorage() argument
1081 using KeyTy = std::tuple<Type, uint32_t>;
1083 static MatrixTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
1091 bool operator==(const KeyTy &key) const { in operator ==()
1095 Type columnType;
1096 const uint32_t columnCount;