Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp561 assert(origLoop.hasConstantLowerBound() && in setIntraTileBoundsParametric()
567 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setIntraTileBoundsParametric()
571 AffineBound lb = origLoop.getLowerBound(); in setIntraTileBoundsParametric()
572 AffineBound ub = origLoop.getUpperBound(); in setIntraTileBoundsParametric()
639 newIntraTileLoop.setStep(origLoop.getStep()); in setIntraTileBoundsParametric()
646 OperandRange newLbOperands = origLoop.getLowerBoundOperands(); in setInterTileBoundsParametric()
661 assert(origLoop.hasConstantLowerBound() && in setInterTileBoundsParametric()
671 AffineBound ub = origLoop.getUpperBound(); in setInterTileBoundsParametric()
694 if (origLoop.hasConstantUpperBound()) { in setInterTileBoundsParametric()
695 origUpperBound = origLoop.getConstantUpperBound(); in setInterTileBoundsParametric()
[all …]