• Home
  • Raw
  • Download

Lines Matching refs:newLoops

796     MutableArrayRef<AffineForOp> newLoops, ArrayRef<Value> tileSizes) {  in constructParametricallyTiledIndexSetHyperRect()  argument
806 setInterTileBoundsParametric(b, origLoops[i], newLoops[i], tileSizes[i]); in constructParametricallyTiledIndexSetHyperRect()
811 setIntraTileBoundsParametric(b, origLoops[i], newLoops[i], in constructParametricallyTiledIndexSetHyperRect()
812 newLoops[i + width], tileSizes[i]); in constructParametricallyTiledIndexSetHyperRect()
823 MutableArrayRef<AffineForOp> newLoops, in constructTiledIndexSetHyperRect() argument
835 newLoops[i].setLowerBound(newLbOperands, origLoops[i].getLowerBoundMap()); in constructTiledIndexSetHyperRect()
836 newLoops[i].setUpperBound(newUbOperands, origLoops[i].getUpperBoundMap()); in constructTiledIndexSetHyperRect()
837 newLoops[i].setStep(tileSizes[i]); in constructTiledIndexSetHyperRect()
845 newLoops[width + i].setLowerBound( in constructTiledIndexSetHyperRect()
846 /*operands=*/newLoops[i].getInductionVar(), lbMap); in constructTiledIndexSetHyperRect()
854 newLoops[width + i].setUpperBound( in constructTiledIndexSetHyperRect()
855 /*operands=*/newLoops[i].getInductionVar(), ubMap); in constructTiledIndexSetHyperRect()
871 ubOperands.push_back(newLoops[i].getInductionVar()); in constructTiledIndexSetHyperRect()
888 newLoops[width + i].setUpperBound(/*operands=*/ubOperands, ubMap); in constructTiledIndexSetHyperRect()
893 newLoops[width + i].setUpperBound(newLoops[i].getInductionVar(), ubMap); in constructTiledIndexSetHyperRect()