Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp1085 struct spirv::detail::MatrixTypeStorage : public TypeStorage { struct in spirv::detail
1086 MatrixTypeStorage(Type columnType, uint32_t columnCount) in MatrixTypeStorage() function
1089 using KeyTy = std::tuple<Type, uint32_t>;
1091 static MatrixTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
1099 bool operator==(const KeyTy &key) const { in operator ==()
1103 Type columnType;
1104 const uint32_t columnCount;