Lines Matching full:accumulator
311 // If a version of the accumulator has already been computed, use it
328 // reduction loop keep updating the accumulator.
331 // Assemble back the accumulator into a single vector.
387 // If a version of the accumulator has already been computed, use it
403 // Assemble back the accumulator into a single vector.
489 Value accumulator = nullptr;
499 if (!accumulator) {
501 accumulator = result;
503 // On subsequent reduction, combine with the accumulator.
504 accumulator = makeArithReduction(rewriter, loc, reductionOp.getKind(),
505 accumulator, result);
509 rewriter.replaceOp(reductionOp, accumulator);