Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h291 void addConstantUpperBound(unsigned pos, int64_t ub);
303 void addConstantUpperBound(ArrayRef<int64_t> expr, int64_t ub);
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp155 cstWithShapeBounds.addConstantUpperBound(r, dimSize - 1); in getConstantBoundingSizeAndShape()
379 cst.addConstantUpperBound(/*pos=*/r, memRefType.getDimSize(r) - 1); in compute()
492 lcst.addConstantUpperBound(r, -1); in boundCheckLoadOrStoreOp()
DAffineStructures.cpp700 addConstantUpperBound(pos, forOp.getConstantUpperBound() - 1); in addAffineForOpDomain()
1896 void FlatAffineConstraints::addConstantUpperBound(unsigned pos, int64_t ub) { in addConstantUpperBound() function in FlatAffineConstraints
1917 void FlatAffineConstraints::addConstantUpperBound(ArrayRef<int64_t> expr, in addConstantUpperBound() function in FlatAffineConstraints
/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp465 fac.addConstantUpperBound(d, shape[d] - 1); in normalizeMemRefType()
DLoopUtils.cpp2635 regionCst->addConstantUpperBound(d, dimSize - 1); in getFullMemRefAsRegion()