Lines Matching refs:origUbMap
576 AffineMap origUbMap = ub.getMap(); in setIntraTileBoundsParametric() local
579 for (unsigned j = 0, e = origUbMap.getNumDims(); j < e; ++j) in setIntraTileBoundsParametric()
595 for (unsigned j = 0, e = origUbMap.getNumSymbols(); j < e; ++j) in setIntraTileBoundsParametric()
596 ubOperands.push_back(ub.getOperand(origUbMap.getNumDims() + j)); in setIntraTileBoundsParametric()
605 ubBoundExprs.reserve(origUbMap.getNumResults()); in setIntraTileBoundsParametric()
609 AffineExpr ubTileParameter = b.getAffineSymbolExpr(origUbMap.getNumSymbols()); in setIntraTileBoundsParametric()
625 ubBoundExprs.append(origUbMap.getResults().begin(), in setIntraTileBoundsParametric()
626 origUbMap.getResults().end()); in setIntraTileBoundsParametric()
634 AffineMap::get(origUbMap.getNumDims() + 1, origUbMap.getNumSymbols() + 1, in setIntraTileBoundsParametric()
673 AffineMap origUbMap = ub.getMap(); in setInterTileBoundsParametric() local
674 for (unsigned j = 0, e = origUbMap.getNumDims(); j < e; ++j) in setInterTileBoundsParametric()
678 for (unsigned j = 0, e = origUbMap.getNumSymbols(); j < e; ++j) in setInterTileBoundsParametric()
679 ubOperands.push_back(ub.getOperand(origUbMap.getNumDims() + j)); in setInterTileBoundsParametric()
685 AffineExpr tileParameter = b.getAffineSymbolExpr(origUbMap.getNumSymbols()); in setInterTileBoundsParametric()
688 boundExprs.reserve(origUbMap.getNumResults()); in setInterTileBoundsParametric()
724 for (AffineExpr origUpperBoundExpr : origUbMap.getResults()) in setInterTileBoundsParametric()
731 AffineMap::get(origUbMap.getNumDims(), origUbMap.getNumSymbols() + 1, in setInterTileBoundsParametric()
822 AffineMap origUbMap = ub.getMap(); in constructTiledIndexSetHyperRect() local
823 for (unsigned j = 0, e = origUbMap.getNumDims(); j < e; ++j) in constructTiledIndexSetHyperRect()
830 for (unsigned j = 0, e = origUbMap.getNumSymbols(); j < e; ++j) in constructTiledIndexSetHyperRect()
831 ubOperands.push_back(ub.getOperand(origUbMap.getNumDims() + j)); in constructTiledIndexSetHyperRect()
834 boundExprs.reserve(1 + origUbMap.getNumResults()); in constructTiledIndexSetHyperRect()
835 AffineExpr dim = b.getAffineDimExpr(origUbMap.getNumDims()); in constructTiledIndexSetHyperRect()
839 boundExprs.append(origUbMap.getResults().begin(), in constructTiledIndexSetHyperRect()
840 origUbMap.getResults().end()); in constructTiledIndexSetHyperRect()
842 AffineMap::get(origUbMap.getNumDims() + 1, origUbMap.getNumSymbols(), in constructTiledIndexSetHyperRect()
1722 AffineMap origUbMap = ub.getMap(); in coalesceLoops() local
1737 if (!llvm::hasSingleElement(origUbMap.getResults())) in coalesceLoops()
1738 prev = builder.create<AffineMinOp>(loc, origUbMap, ubOperands); in coalesceLoops()
1740 prev = builder.create<AffineApplyOp>(loc, origUbMap, ubOperands); in coalesceLoops()
1747 origUbMap = ub.getMap(); in coalesceLoops()
1751 if (!llvm::hasSingleElement(origUbMap.getResults())) in coalesceLoops()
1752 upperBound = builder.create<AffineMinOp>(loc, origUbMap, ubOperands); in coalesceLoops()
1754 upperBound = builder.create<AffineApplyOp>(loc, origUbMap, ubOperands); in coalesceLoops()