Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp598 static void setIntraTileBoundsParametric(OpBuilder &b, AffineForOp origLoop, in setIntraTileBoundsParametric() argument
610 assert(origLoop.hasConstantLowerBound() && in setIntraTileBoundsParametric()
616 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setIntraTileBoundsParametric()
620 AffineBound lb = origLoop.getLowerBound(); in setIntraTileBoundsParametric()
621 AffineBound ub = origLoop.getUpperBound(); in setIntraTileBoundsParametric()
666 AffineExpr origLoopStep = b.getAffineConstantExpr(origLoop.getStep()); in setIntraTileBoundsParametric()
688 newIntraTileLoop.setStep(origLoop.getStep()); in setIntraTileBoundsParametric()
693 static void setInterTileBoundsParametric(OpBuilder &b, AffineForOp origLoop, in setInterTileBoundsParametric() argument
695 OperandRange newLbOperands = origLoop.getLowerBoundOperands(); in setInterTileBoundsParametric()
699 newLoop.setLowerBound(newLbOperands, origLoop.getLowerBoundMap()); in setInterTileBoundsParametric()
[all …]