Home
last modified time | relevance | path

Searched refs:getConstantUpperBound (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DLoopAnalysis.cpp43 int64_t ub = forOp.getConstantUpperBound(); in getTripCountMapAndOperands()
H A DUtils.cpp1011 forOp.getConstantUpperBound() - forOp.getConstantLowerBound(); in buildSliceTripCountMap()
H A DAffineStructures.cpp636 addBound(BoundType::UB, pos, forOp.getConstantUpperBound() - 1); in addAffineForOpDomain()
/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.cpp1854 int64_t ub = forOp.getConstantUpperBound(); in getTrivialConstantTripCount()
2057 int64_t AffineForOp::getConstantUpperBound() { in getConstantUpperBound() function in AffineForOp
2122 return OpFoldResult(b.getI64IntegerAttr(getConstantUpperBound())); in getSingleUpperBound()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td336 int64_t getConstantUpperBound();
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp695 origUpperBound = origLoop.getConstantUpperBound(); in setInterTileBoundsParametric()