Lines Matching refs:origLbMap
291 auto origLbMap = forOp.getLowerBoundMap(); in affineForOpBodySkew() local
307 b.getShiftedAffineMap(origLbMap, lbShift), in affineForOpBodySkew()
308 b.getShiftedAffineMap(origLbMap, lbShift + tripCount * step), in affineForOpBodySkew()
314 res = generateShiftedLoop(b.getShiftedAffineMap(origLbMap, lbShift), in affineForOpBodySkew()
315 b.getShiftedAffineMap(origLbMap, d), in affineForOpBodySkew()
344 epilogue = generateShiftedLoop(b.getShiftedAffineMap(origLbMap, lbShift), in affineForOpBodySkew()
345 b.getShiftedAffineMap(origLbMap, ubShift), in affineForOpBodySkew()
575 AffineMap origLbMap = lb.getMap(); in setIntraTileBoundsParametric() local
577 for (unsigned j = 0, e = origLbMap.getNumDims(); j < e; ++j) in setIntraTileBoundsParametric()
593 for (unsigned j = 0, e = origLbMap.getNumSymbols(); j < e; ++j) in setIntraTileBoundsParametric()
594 lbOperands.push_back(lb.getOperand(origLbMap.getNumDims() + j)); in setIntraTileBoundsParametric()
604 lbBoundExprs.reserve(origLbMap.getNumResults()); in setIntraTileBoundsParametric()
608 AffineExpr lbTileParameter = b.getAffineSymbolExpr(origLbMap.getNumSymbols()); in setIntraTileBoundsParametric()
629 AffineMap::get(origLbMap.getNumDims() + 1, origLbMap.getNumSymbols() + 1, in setIntraTileBoundsParametric()