Lines Matching refs:origUbMap

625   AffineMap origUbMap = ub.getMap();  in setIntraTileBoundsParametric()  local
628 for (unsigned j = 0, e = origUbMap.getNumDims(); j < e; ++j) in setIntraTileBoundsParametric()
644 for (unsigned j = 0, e = origUbMap.getNumSymbols(); j < e; ++j) in setIntraTileBoundsParametric()
645 ubOperands.push_back(ub.getOperand(origUbMap.getNumDims() + j)); in setIntraTileBoundsParametric()
654 ubBoundExprs.reserve(origUbMap.getNumResults()); in setIntraTileBoundsParametric()
658 AffineExpr ubTileParameter = b.getAffineSymbolExpr(origUbMap.getNumSymbols()); in setIntraTileBoundsParametric()
674 ubBoundExprs.append(origUbMap.getResults().begin(), in setIntraTileBoundsParametric()
675 origUbMap.getResults().end()); in setIntraTileBoundsParametric()
683 AffineMap::get(origUbMap.getNumDims() + 1, origUbMap.getNumSymbols() + 1, in setIntraTileBoundsParametric()
722 AffineMap origUbMap = ub.getMap(); in setInterTileBoundsParametric() local
723 for (unsigned j = 0, e = origUbMap.getNumDims(); j < e; ++j) in setInterTileBoundsParametric()
727 for (unsigned j = 0, e = origUbMap.getNumSymbols(); j < e; ++j) in setInterTileBoundsParametric()
728 ubOperands.push_back(ub.getOperand(origUbMap.getNumDims() + j)); in setInterTileBoundsParametric()
734 AffineExpr tileParameter = b.getAffineSymbolExpr(origUbMap.getNumSymbols()); in setInterTileBoundsParametric()
737 boundExprs.reserve(origUbMap.getNumResults()); in setInterTileBoundsParametric()
773 for (AffineExpr origUpperBoundExpr : origUbMap.getResults()) in setInterTileBoundsParametric()
780 AffineMap::get(origUbMap.getNumDims(), origUbMap.getNumSymbols() + 1, in setInterTileBoundsParametric()
866 AffineMap origUbMap = ub.getMap(); in constructTiledIndexSetHyperRect() local
867 for (unsigned j = 0, e = origUbMap.getNumDims(); j < e; ++j) in constructTiledIndexSetHyperRect()
874 for (unsigned j = 0, e = origUbMap.getNumSymbols(); j < e; ++j) in constructTiledIndexSetHyperRect()
875 ubOperands.push_back(ub.getOperand(origUbMap.getNumDims() + j)); in constructTiledIndexSetHyperRect()
878 boundExprs.reserve(1 + origUbMap.getNumResults()); in constructTiledIndexSetHyperRect()
879 AffineExpr dim = b.getAffineDimExpr(origUbMap.getNumDims()); in constructTiledIndexSetHyperRect()
883 boundExprs.append(origUbMap.getResults().begin(), in constructTiledIndexSetHyperRect()
884 origUbMap.getResults().end()); in constructTiledIndexSetHyperRect()
886 AffineMap::get(origUbMap.getNumDims() + 1, origUbMap.getNumSymbols(), in constructTiledIndexSetHyperRect()