Home
last modified time | relevance | path

Searched refs:boundExprs (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp736 SmallVector<AffineExpr, 4> boundExprs; in setInterTileBoundsParametric() local
737 boundExprs.reserve(origUbMap.getNumResults()); in setInterTileBoundsParametric()
751 boundExprs.push_back( in setInterTileBoundsParametric()
774 boundExprs.push_back( in setInterTileBoundsParametric()
781 boundExprs, b.getContext()); in setInterTileBoundsParametric()
877 SmallVector<AffineExpr, 4> boundExprs; in constructTiledIndexSetHyperRect() local
878 boundExprs.reserve(1 + origUbMap.getNumResults()); in constructTiledIndexSetHyperRect()
882 boundExprs.push_back(dim + tileSizes[i]); in constructTiledIndexSetHyperRect()
883 boundExprs.append(origUbMap.getResults().begin(), in constructTiledIndexSetHyperRect()
887 boundExprs, b.getContext()); in constructTiledIndexSetHyperRect()