Home
last modified time | relevance | path

Searched refs:bType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/AMX/IR/
H A DAMXDialect.cpp75 VectorType bType = getRhsVectorType(); in verify() local
78 failed(verifyTileSize(*this, bType)) || in verify()
80 failed(verifyMultShape(*this, aType, bType, cType, 1))) in verify()
83 Type tb = bType.getElementType(); in verify()
92 VectorType bType = getRhsVectorType(); in verify() local
95 failed(verifyTileSize(*this, bType)) || in verify()
97 failed(verifyMultShape(*this, aType, bType, cType, 2))) in verify()
100 Type tb = bType.getElementType(); in verify()
/llvm-project-15.0.7/mlir/lib/Dialect/AMX/Transforms/
H A DLegalizeForLLVMExport.cpp159 VectorType bType = op.getRhsVectorType(); in matchAndRewrite() local
165 getTileSizes(rewriter, *getTypeConverter(), bType, op.getLoc()); in matchAndRewrite()
181 VectorType bType = op.getRhsVectorType(); in matchAndRewrite() local
187 getTileSizes(rewriter, *getTypeConverter(), bType, op.getLoc()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp164 auto bType = b.getType().dyn_cast<ShapedType>(); in buildMatMulOpQuantizationAttr() local
166 if (!aType || !bType) in buildMatMulOpQuantizationAttr()
170 auto bQType = GET_UQTYPE(bType); in buildMatMulOpQuantizationAttr()