Searched refs:lbIndices (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineStructures.cpp | 1255 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/ |
D | AffineStructures.h | 538 SmallVectorImpl<unsigned> *lbIndices,
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 2966 SmallVector<unsigned, 4> lbIndices, ubIndices; in createSeparationCondition() local 2967 cst.getLowerAndUpperBoundIndices(/*pos=*/0, &lbIndices, &ubIndices); in createSeparationCondition() 2975 for (auto lbIndex : lbIndices) in createSeparationCondition()
|