Searched refs:getLowerAndUpperBound (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | Utils.h | 244 void getLowerAndUpperBound(unsigned pos, AffineMap &lbMap,
|
D | AffineStructures.h | 529 getLowerAndUpperBound(unsigned pos, unsigned offset, unsigned num,
|
/external/llvm-project/mlir/lib/Analysis/ |
D | Utils.cpp | 194 void MemRefRegion::getLowerAndUpperBound(unsigned pos, AffineMap &lbMap, in getLowerAndUpperBound() function in MemRefRegion 202 auto boundPairs = cst.getLowerAndUpperBound( in getLowerAndUpperBound()
|
D | AffineStructures.cpp | 1483 std::pair<AffineMap, AffineMap> FlatAffineConstraints::getLowerAndUpperBound( in getLowerAndUpperBound() function in FlatAffineConstraints 1703 std::tie(lbMap, ubMap) = tmpClone->getLowerAndUpperBound( in getSliceBounds()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 2378 region.getLowerAndUpperBound(i, lbMaps[i], ubMaps[i]); in generateCopy()
|