Lines Matching refs:reductionOp
428 matchAndRewrite(vector::ReductionOp reductionOp, OpAdaptor adaptor, in matchAndRewrite() argument
430 auto kind = reductionOp.getKind(); in matchAndRewrite()
431 Type eltType = reductionOp.getDest().getType(); in matchAndRewrite()
435 Location loc = reductionOp.getLoc(); in matchAndRewrite()
493 rewriter.replaceOp(reductionOp, result); in matchAndRewrite()
507 reductionOp->getLoc(), llvmType, in matchAndRewrite()
510 reductionOp, llvmType, acc, operand, in matchAndRewrite()
517 reductionOp->getLoc(), llvmType, in matchAndRewrite()
520 reductionOp, llvmType, acc, operand, in matchAndRewrite()
529 rewriter.replaceOp(reductionOp, result); in matchAndRewrite()
537 rewriter.replaceOp(reductionOp, result); in matchAndRewrite()