Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp1255 unsigned pos, SmallVectorImpl<unsigned> *lbIndices, in getLowerAndUpperBoundIndices() argument
1284 lbIndices->push_back(r); in getLowerAndUpperBoundIndices()
1317 SmallVector<unsigned, 4> lbIndices, ubIndices; in detectAsFloorDiv() local
1318 cst.getLowerAndUpperBoundIndices(pos, &lbIndices, &ubIndices); in detectAsFloorDiv()
1330 for (auto lbPos : lbIndices) { in detectAsFloorDiv()
1491 SmallVector<unsigned, 4> lbIndices, ubIndices, eqIndices; in getLowerAndUpperBound() local
1492 getLowerAndUpperBoundIndices(pos + offset, &lbIndices, &ubIndices, &eqIndices, in getLowerAndUpperBound()
1508 lbExprs.reserve(lbIndices.size() + eqIndices.size()); in getLowerAndUpperBound()
1510 for (auto idx : lbIndices) { in getLowerAndUpperBound()
2174 SmallVector<unsigned, 4> lbIndices, ubIndices; in getConstantBoundOnDimSize() local
[all …]
/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h538 SmallVectorImpl<unsigned> *lbIndices,
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2966 SmallVector<unsigned, 4> lbIndices, ubIndices; in createSeparationCondition() local
2967 cst.getLowerAndUpperBoundIndices(/*pos=*/0, &lbIndices, &ubIndices); in createSeparationCondition()
2975 for (auto lbIndex : lbIndices) in createSeparationCondition()