Lines Matching defs:reductionOp
735 matchAndRewrite(vector::ReductionOp reductionOp, OpAdaptor adaptor,
737 auto kind = reductionOp.getKind();
738 Type eltType = reductionOp.getDest().getType();
742 Location loc = reductionOp.getLoc();
801 rewriter.replaceOp(reductionOp, result);
809 arith::FastMathFlagsAttr fMFAttr = reductionOp.getFastMathFlagsAttr();
811 reductionOp.getContext(),
814 reductionOp.getContext(),
845 rewriter.replaceOp(reductionOp, result);
894 auto reductionOp = cast<ReductionOp>(maskableOp.getOperation());
895 auto kind = reductionOp.getKind();
896 Type eltType = reductionOp.getDest().getType();
898 Value operand = reductionOp.getVector();
899 Value acc = reductionOp.getAcc();
900 Location loc = reductionOp.getLoc();
902 arith::FastMathFlagsAttr fMFAttr = reductionOp.getFastMathFlagsAttr();
904 reductionOp.getContext(),