Lines Matching refs:getNumSymbols
85 tripCountMap.getNumSymbols(), bumpExprs[i]); in getCleanupLoopLowerBound()
593 for (unsigned j = 0, e = origLbMap.getNumSymbols(); j < e; ++j) in setIntraTileBoundsParametric()
595 for (unsigned j = 0, e = origUbMap.getNumSymbols(); j < e; ++j) in setIntraTileBoundsParametric()
608 AffineExpr lbTileParameter = b.getAffineSymbolExpr(origLbMap.getNumSymbols()); in setIntraTileBoundsParametric()
609 AffineExpr ubTileParameter = b.getAffineSymbolExpr(origUbMap.getNumSymbols()); in setIntraTileBoundsParametric()
629 AffineMap::get(origLbMap.getNumDims() + 1, origLbMap.getNumSymbols() + 1, in setIntraTileBoundsParametric()
634 AffineMap::get(origUbMap.getNumDims() + 1, origUbMap.getNumSymbols() + 1, in setIntraTileBoundsParametric()
678 for (unsigned j = 0, e = origUbMap.getNumSymbols(); j < e; ++j) in setInterTileBoundsParametric()
685 AffineExpr tileParameter = b.getAffineSymbolExpr(origUbMap.getNumSymbols()); in setInterTileBoundsParametric()
731 AffineMap::get(origUbMap.getNumDims(), origUbMap.getNumSymbols() + 1, in setInterTileBoundsParametric()
830 for (unsigned j = 0, e = origUbMap.getNumSymbols(); j < e; ++j) in constructTiledIndexSetHyperRect()
842 AffineMap::get(origUbMap.getNumDims() + 1, origUbMap.getNumSymbols(), in constructTiledIndexSetHyperRect()
1623 *map = AffineMap::get(map->getNumDims() + 1, map->getNumSymbols(), bounds, in augmentMapAndBounds()