Home
last modified time | relevance | path

Searched refs:getConstantLowerBound (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineLoopNormalize.cpp93 if (op.hasConstantLowerBound() && (op.getConstantLowerBound() == 0) && in normalizeAffineFor()
/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp42 int64_t lb = forOp.getConstantLowerBound(); in buildTripCountMapAndOperands()
DAffineStructures.cpp675 int64_t lb = forOp.getConstantLowerBound(); in addAffineForOpDomain()
690 addConstantLowerBound(pos, forOp.getConstantLowerBound()); in addAffineForOpDomain()
1605 auto lbConst = getConstantLowerBound(pos); in getSliceBounds()
1715 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds()
2301 FlatAffineConstraints::getConstantLowerBound(unsigned pos) const { in getConstantLowerBound() function in FlatAffineConstraints
2854 auto constLb = getConstantLowerBound(d); in unionBoundingBox()
2855 auto constOtherLb = otherAligned.getConstantLowerBound(d); in unionBoundingBox()
DAffineAnalysis.cpp746 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector()
/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h515 Optional<int64_t> getConstantLowerBound(unsigned pos) const;
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp531 forOp.getConstantUpperBound() - forOp.getConstantLowerBound(); in buildSliceTripCountMap()
DLoopUtils.cpp168 forOp.getLoc(), forOp.getConstantLowerBound()); in promoteIfSingleIteration()
616 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setIntraTileBoundsParametric()
716 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setInterTileBoundsParametric()
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.td317 int64_t getConstantLowerBound();
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1717 int64_t AffineForOp::getConstantLowerBound() { in getConstantLowerBound() function in AffineForOp