Lines Matching refs:getStep

80   int64_t step = forOp.getStep();  in getCleanupLoopLowerBound()
192 ubOperands, ubMap, srcForOp.getStep()); in generateShiftedLoop()
210 -static_cast<int64_t>(srcForOp.getStep() * shift)), in generateShiftedLoop()
257 int64_t step = forOp.getStep(); in affineForOpBodySkew()
617 AffineExpr origLoopStep = b.getAffineConstantExpr(origLoop.getStep()); in setIntraTileBoundsParametric()
639 newIntraTileLoop.setStep(origLoop.getStep()); in setIntraTileBoundsParametric()
736 newLoop.setStep(origLoop.getStep()); in setInterTileBoundsParametric()
790 newLoops[i].setStep(tileSizes[i] * origLoops[i].getStep()); in constructTiledIndexSetHyperRect()
801 newLoops[width + i].setStep(origLoops[i].getStep()); in constructTiledIndexSetHyperRect()
808 mayBeConstantCount.value() * origLoops[i].getStep()); in constructTiledIndexSetHyperRect()
838 boundExprs.push_back(dim + tileSizes[i] * origLoops[i].getStep()); in constructTiledIndexSetHyperRect()
849 AffineMap::get(1, 0, dim + tileSizes[i] * origLoops[i].getStep()); in constructTiledIndexSetHyperRect()
1131 int64_t step = forOp.getStep(); in loopUnrollByFactor()
1312 int64_t step = forOp.getStep(); in loopUnrollJamByFactor()
1639 auto originalStep = forOp.getStep(); in stripmineSink()
1727 if (loop.getStep() != 1 || !loop.hasConstantLowerBound() || in coalesceLoops()
1851 loc, mulMap, ValueRange{linearIndex, forOp.getStep()}); in mapLoopToProcessorIds()
1856 Value step = forOp.getStep(); in mapLoopToProcessorIds()
2671 assert(loop.getStep() == 1 && "point loop step expected to be one"); in createSeparationCondition()
2738 if (loop.getStep() != 1) { in createFullTiles()