Lines Matching refs:genericOp
201 GenericOp genericOp = b.create<GenericOp>( in splitReduction() local
204 b.inlineRegionBefore(op->getRegion(0), genericOp.region(), in splitReduction()
205 genericOp.region().begin()); in splitReduction()
226 loc, op->getResultTypes(), ValueRange({genericOp.getResult(0)}), in splitReduction()
238 cast<LinalgOp>(genericOp.getOperation()), reduction}; in splitReduction()
391 GenericOp genericOp = in splitReductionByScaling() local
394 b.inlineRegionBefore(op->getRegion(0), genericOp.region(), in splitReductionByScaling()
395 genericOp.region().begin()); in splitReductionByScaling()
396 genericOp.region().front().insertArgument(reductionDimPos, in splitReductionByScaling()
408 llvm::zip(genericOp->getResults(), op.outputs(), combinerOps)) { in splitReductionByScaling()
445 cast<LinalgOp>(genericOp.getOperation()), in splitReductionByScaling()