Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp292 uint64_t lbShift = 0; in affineForOpBodySkew() local
305 if (lbShift + tripCount * step < d * step) { in affineForOpBodySkew()
307 b.getShiftedAffineMap(origLbMap, lbShift), in affineForOpBodySkew()
308 b.getShiftedAffineMap(origLbMap, lbShift + tripCount * step), in affineForOpBodySkew()
312 lbShift += tripCount * step; in affineForOpBodySkew()
314 res = generateShiftedLoop(b.getShiftedAffineMap(origLbMap, lbShift), in affineForOpBodySkew()
317 lbShift = d * step; in affineForOpBodySkew()
334 lbShift = d * step; in affineForOpBodySkew()
344 epilogue = generateShiftedLoop(b.getShiftedAffineMap(origLbMap, lbShift), in affineForOpBodySkew()
347 lbShift = ubShift; in affineForOpBodySkew()