Searched refs:origLbMap (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | Utils.cpp | 581 AffineMap origLbMap = lb.getMap(); in normalizeAffineFor() local 587 for (unsigned j = 0, e = origLbMap.getNumDims(); j < e; ++j) in normalizeAffineFor() 593 for (unsigned j = 0, e = origLbMap.getNumSymbols(); j < e; ++j) in normalizeAffineFor() 594 ubOperands.push_back(lb.getOperand(origLbMap.getNumDims() + j)); in normalizeAffineFor() 597 SmallVector<AffineExpr, 1> origLbExprs(origLbMap.getResults().begin(), in normalizeAffineFor() 598 origLbMap.getResults().end()); in normalizeAffineFor() 620 AffineMap::get(origLbMap.getNumDims() + origUbMap.getNumDims(), in normalizeAffineFor() 640 for (unsigned j = 0, e = origLbMap.getNumSymbols(); j < e; ++j) in normalizeAffineFor() 641 lbOperands.push_back(lb.getOperand(origLbMap.getNumDims() + j)); in normalizeAffineFor() 645 AffineMap ivMap = AffineMap::get(origLbMap.getNumDims() + 1, in normalizeAffineFor() [all …]
|
| H A D | LoopUtils.cpp | 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() 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() [all …]
|