Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h32 struct MatrixTypeStorage;
425 detail::MatrixTypeStorage> {
/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
1083 static MatrixTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
1087 return new (allocator.allocate<MatrixTypeStorage>()) in construct()
1088 MatrixTypeStorage(std::get<0>(key), std::get<1>(key)); in construct()