Searched refs:createContractArithOp (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransforms.cpp | 148 static Optional<Value> createContractArithOp(Location loc, Value x, Value y, in createContractArithOp() function 554 Optional<Value> mult = createContractArithOp(loc, op.getLhs(), b, acc, in matchAndRewrite() 573 createContractArithOp(loc, a, op.getRhs(), r, kind, rewriter, isInt); in matchAndRewrite() 693 createContractArithOp(loc, newLhs, newRhs, contractOp.getAcc(), in matchAndRewrite()
|