Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp687 SmallVector<AffineExpr, 4> boundExprs; in setInterTileBoundsParametric() local
688 boundExprs.reserve(origUbMap.getNumResults()); in setInterTileBoundsParametric()
702 boundExprs.push_back( in setInterTileBoundsParametric()
725 boundExprs.push_back( in setInterTileBoundsParametric()
732 boundExprs, b.getContext()); in setInterTileBoundsParametric()
833 SmallVector<AffineExpr, 4> boundExprs; in constructTiledIndexSetHyperRect() local
834 boundExprs.reserve(1 + origUbMap.getNumResults()); in constructTiledIndexSetHyperRect()
838 boundExprs.push_back(dim + tileSizes[i] * origLoops[i].getStep()); in constructTiledIndexSetHyperRect()
839 boundExprs.append(origUbMap.getResults().begin(), in constructTiledIndexSetHyperRect()
843 boundExprs, b.getContext()); in constructTiledIndexSetHyperRect()
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp2334 &boundExprs) { in genAssignment() argument
2348 boundExprs) { in genAssignment()