Lines Matching refs:ubMap
182 AffineMap lbMap, AffineMap ubMap, in generateShiftedLoop() argument
189 assert(ubMap.getNumInputs() == ubOperands.size()); in generateShiftedLoop()
192 ubOperands, ubMap, srcForOp.getStep()); in generateShiftedLoop()
633 AffineMap ubMap = in setIntraTileBoundsParametric() local
636 newIntraTileLoop.setUpperBound(ubOperands, ubMap); in setIntraTileBoundsParametric()
730 AffineMap ubMap = in setInterTileBoundsParametric() local
733 newLoop.setUpperBound(ubOperands, ubMap); in setInterTileBoundsParametric()
807 AffineMap ubMap = b.getSingleDimShiftAffineMap( in constructTiledIndexSetHyperRect() local
810 /*operands=*/newLoops[i].getInductionVar(), ubMap); in constructTiledIndexSetHyperRect()
841 AffineMap ubMap = in constructTiledIndexSetHyperRect() local
844 newLoops[width + i].setUpperBound(/*operands=*/ubOperands, ubMap); in constructTiledIndexSetHyperRect()
848 AffineMap ubMap = in constructTiledIndexSetHyperRect() local
850 newLoops[width + i].setUpperBound(newLoops[i].getInductionVar(), ubMap); in constructTiledIndexSetHyperRect()
1651 auto ubMap = forOp.getUpperBoundMap(); in stripmineSink() local
1653 augmentMapAndBounds(b, forOp.getInductionVar(), &ubMap, &ubOperands, in stripmineSink()
1662 ubOperands, ubMap, originalStep); in stripmineSink()
1956 assert(llvm::all_of(ubMaps, [&](AffineMap ubMap) { in generatePointWiseCopy() argument
1957 return ubMap.getNumInputs() == ubOperands.size(); in generatePointWiseCopy()
2629 ValueRange ubOperands, AffineMap ubMap, int64_t step) { in createCanonicalizedAffineForOp() argument
2636 fullyComposeAffineMapAndOperands(&ubMap, &upperOperands); in createCanonicalizedAffineForOp()
2637 canonicalizeMapAndOperands(&ubMap, &upperOperands); in createCanonicalizedAffineForOp()
2638 ubMap = removeDuplicateExprs(ubMap); in createCanonicalizedAffineForOp()
2640 return b.create<AffineForOp>(loc, lowerOperands, lbMap, upperOperands, ubMap, in createCanonicalizedAffineForOp()