Lines Matching defs:tiledLoops
425 MutableArrayRef<AffineForOp> tiledLoops) {
440 tiledLoops[2 * width - 1 - i] = pointLoop;
454 tiledLoops[2 * width - i - 1] = tileSpaceLoop;
786 SmallVector<AffineForOp, 6> tiledLoops(2 * width);
790 constructTiledLoopNest(origLoops, rootAffineForOp, width, tiledLoops);
796 constructTiledIndexSetHyperRect(origLoops, tiledLoops, tileSizes);
800 origLoopIVs[i].replaceAllUsesWith(tiledLoops[i + width].getInductionVar());
806 *tiledNest = std::move(tiledLoops);
826 SmallVector<AffineForOp, 6> tiledLoops(2 * width);
830 constructTiledLoopNest(origLoops, rootAffineForOp, width, tiledLoops);
836 constructParametricallyTiledIndexSetHyperRect(origLoops, tiledLoops,
841 origLoopIVs[i].replaceAllUsesWith(tiledLoops[i + width].getInductionVar());
847 *tiledNest = std::move(tiledLoops);