Home
last modified time | relevance | path

Searched refs:hasConstantLowerBound (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp143 if (forOp.hasConstantLowerBound()) { in promoteIfSingleIteration()
561 assert(origLoop.hasConstantLowerBound() && in setIntraTileBoundsParametric()
661 assert(origLoop.hasConstantLowerBound() && in setInterTileBoundsParametric()
1727 if (loop.getStep() != 1 || !loop.hasConstantLowerBound() || in coalesceLoops()
H A DUtils.cpp561 if (op.hasConstantLowerBound() && (op.getConstantLowerBound() == 0) && in normalizeAffineFor()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp603 if (!forOp.hasConstantLowerBound()) in addAffineForOpDomain()
626 if (forOp.hasConstantLowerBound()) { in addAffineForOpDomain()
H A DUtils.cpp1009 if (forOp.hasConstantLowerBound() && forOp.hasConstantUpperBound()) { in buildSliceTripCountMap()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td324 bool hasConstantLowerBound();
329 return hasConstantLowerBound() && hasConstantUpperBound();
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1809 if (!forOp.hasConstantLowerBound()) in foldLoopBounds()
2045 bool AffineForOp::hasConstantLowerBound() { in hasConstantLowerBound() function in AffineForOp
2107 if (!hasConstantLowerBound()) in getSingleLowerBound()