Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp614 AffineExpr origLowerBoundExpr; in setIntraTileBoundsParametric() local
615 origLowerBoundExpr = in setIntraTileBoundsParametric()
662 ((lbLoopIvExpr - origLowerBoundExpr) * lbTileParameter) + in setIntraTileBoundsParametric()
663 origLowerBoundExpr); in setIntraTileBoundsParametric()
671 ((ubLoopIvExpr - origLowerBoundExpr) * ubTileParameter) + in setIntraTileBoundsParametric()
672 (ubTileParameter * origLoopStep) + origLowerBoundExpr); in setIntraTileBoundsParametric()
714 AffineExpr origLowerBoundExpr; in setInterTileBoundsParametric() local
715 origLowerBoundExpr = in setInterTileBoundsParametric()
752 origLowerBoundExpr + in setInterTileBoundsParametric()
753 (origUpperBoundExpr - origLowerBoundExpr).ceilDiv(tileParameter)); in setInterTileBoundsParametric()
[all …]