Lines Matching refs:ForOp
37 ForOp forOp;
61 bool initializeLoopInfo(ForOp op, const PipeliningOption &options);
68 scf::ForOp createKernelLoop(
75 scf::ForOp newForOp,
85 ForOp op, const PipeliningOption &options) { in initializeLoopInfo()
200 scf::ForOp LoopPipelinerInternal::createKernelLoop( in createKernelLoop()
244 rewriter.create<scf::ForOp>(forOp.getLoc(), forOp.getLowerBound(), newUb, in createKernelLoop()
250 scf::ForOp newForOp, in createKernel()
442 FailureOr<ForOp> ForLoopPipeliningPattern::returningMatchAndRewrite( in returningMatchAndRewrite()
443 ForOp forOp, PatternRewriter &rewriter) const { in returningMatchAndRewrite()
464 ForOp newForOp = in returningMatchAndRewrite()