Lines Matching refs:ForOp
378 scf::ForOp> {
383 auto forOp = cast<scf::ForOp>(op); in bufferizesToMemoryRead()
395 auto forOp = cast<scf::ForOp>(op); in getAliasingOpResult()
403 auto forOp = cast<scf::ForOp>(op); in bufferRelation()
440 auto forOp = cast<scf::ForOp>(op); in resolveConflicts()
477 auto forOp = cast<scf::ForOp>(op); in getBufferType()
484 auto forOp = cast<scf::ForOp>(op); in bufferize()
499 auto newForOp = rewriter.create<scf::ForOp>( in bufferize()
537 auto forOp = cast<scf::ForOp>(op); in verifyAnalysis()
885 if (!isa<scf::ExecuteRegionOp, scf::IfOp, scf::ForOp, scf::WhileOp>( in bufferize()
902 if (auto forOp = dyn_cast<scf::ForOp>(yieldOp->getParentOp())) { in bufferize()
1013 ForOp::attachInterface<ForOpInterface>(*ctx); in registerBufferizableOpInterfaceExternalModels()