Lines Matching defs:newLoops
662 MutableArrayRef<AffineForOp> newLoops, ArrayRef<Value> tileSizes) {
672 setInterTileBoundsParametric(b, origLoops[i], newLoops[i], tileSizes[i]);
677 setIntraTileBoundsParametric(b, origLoops[i], newLoops[i],
678 newLoops[i + width], tileSizes[i]);
689 MutableArrayRef<AffineForOp> newLoops,
701 newLoops[i].setLowerBound(newLbOperands, origLoops[i].getLowerBoundMap());
702 newLoops[i].setUpperBound(newUbOperands, origLoops[i].getUpperBoundMap());
705 newLoops[i].setStep(tileSizes[i] * origLoops[i].getStepAsInt());
714 newLoops[width + i].setLowerBound(
715 /*operands=*/newLoops[i].getInductionVar(), lbMap);
717 newLoops[width + i].setStep(origLoops[i].getStepAsInt());
725 newLoops[width + i].setUpperBound(
726 /*operands=*/newLoops[i].getInductionVar(), ubMap);
743 ubOperands.push_back(newLoops[i].getInductionVar());
760 newLoops[width + i].setUpperBound(/*operands=*/ubOperands, ubMap);
766 newLoops[width + i].setUpperBound(newLoops[i].getInductionVar(), ubMap);