Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp362 uint64_t lbShift = 0; in affineForOpBodySkew() local
375 if (lbShift + tripCount * step < d * step) { in affineForOpBodySkew()
377 b.getShiftedAffineMap(origLbMap, lbShift), in affineForOpBodySkew()
378 b.getShiftedAffineMap(origLbMap, lbShift + tripCount * step), in affineForOpBodySkew()
382 lbShift += tripCount * step; in affineForOpBodySkew()
384 res = generateShiftedLoop(b.getShiftedAffineMap(origLbMap, lbShift), in affineForOpBodySkew()
387 lbShift = d * step; in affineForOpBodySkew()
404 lbShift = d * step; in affineForOpBodySkew()
414 epilogue = generateShiftedLoop(b.getShiftedAffineMap(origLbMap, lbShift), in affineForOpBodySkew()
417 lbShift = ubShift; in affineForOpBodySkew()