Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1345 rewriter.replaceOp(op, genMult(loc, op.lhs(), b, acc, isInt, rewriter)); in matchAndRewrite()
1358 Value m = genMult(loc, a, op.rhs(), r, isInt, rewriter); in matchAndRewrite()
1366 static Value genMult(Location loc, Value x, Value y, Value acc, bool isInt, in genMult() function in __anon642465890511::OuterProductOpLowering