Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DLoopAnalysis.cpp42 int64_t lb = forOp.getConstantLowerBound(); in getTripCountMapAndOperands()
H A DAffineStructures.cpp612 int64_t lb = forOp.getConstantLowerBound(); in addAffineForOpDomain()
627 addBound(BoundType::LB, pos, forOp.getConstantLowerBound()); in addAffineForOpDomain()
H A DUtils.cpp1011 forOp.getConstantUpperBound() - forOp.getConstantLowerBound(); in buildSliceTripCountMap()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp146 forOp.getLoc(), forOp.getConstantLowerBound()); in promoteIfSingleIteration()
567 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setIntraTileBoundsParametric()
667 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setInterTileBoundsParametric()
1728 loop.getConstantLowerBound() != 0) in coalesceLoops()
H A DUtils.cpp561 if (op.hasConstantLowerBound() && (op.getConstantLowerBound() == 0) && in normalizeAffineFor()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1016 vecForOp.getConstantUpperBound() - vecForOp.getConstantLowerBound(); in createMask()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1853 int64_t lb = forOp.getConstantLowerBound(); in getTrivialConstantTripCount()
2053 int64_t AffineForOp::getConstantLowerBound() { in getConstantLowerBound() function in AffineForOp
2110 return OpFoldResult(b.getI64IntegerAttr(getConstantLowerBound())); in getSingleLowerBound()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td333 int64_t getConstantLowerBound();