Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h61 struct MatrixTypeStorage;
429 detail::MatrixTypeStorage> {
/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
1091 static MatrixTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
1095 return new (allocator.allocate<MatrixTypeStorage>()) in construct()
1096 MatrixTypeStorage(std::get<0>(key), std::get<1>(key)); in construct()