Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h244 void getLowerAndUpperBound(unsigned pos, AffineMap &lbMap,
DAffineStructures.h529 getLowerAndUpperBound(unsigned pos, unsigned offset, unsigned num,
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp194 void MemRefRegion::getLowerAndUpperBound(unsigned pos, AffineMap &lbMap, in getLowerAndUpperBound() function in MemRefRegion
202 auto boundPairs = cst.getLowerAndUpperBound( in getLowerAndUpperBound()
DAffineStructures.cpp1483 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/
DLoopUtils.cpp2378 region.getLowerAndUpperBound(i, lbMaps[i], ubMaps[i]); in generateCopy()