Searched refs:opGroupQueue (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopUtils.cpp | 183 const std::vector<std::pair<uint64_t, ArrayRef<Operation *>>> &opGroupQueue, in generateShiftedLoop() argument 199 for (const auto &it : llvm::drop_begin(opGroupQueue, offset)) { in generateShiftedLoop() 289 std::vector<std::pair<uint64_t, ArrayRef<Operation *>>> opGroupQueue; in affineForOpBodySkew() local 298 if (!opGroupQueue.empty()) { in affineForOpBodySkew() 309 opGroupQueue, /*offset=*/0, forOp, b); in affineForOpBodySkew() 311 opGroupQueue.clear(); in affineForOpBodySkew() 316 opGroupQueue, /*offset=*/0, forOp, b); in affineForOpBodySkew() 337 opGroupQueue.emplace_back(d, sortedOpGroups[d]); in affineForOpBodySkew() 342 for (unsigned i = 0, e = opGroupQueue.size(); i < e; ++i) { in affineForOpBodySkew() 343 uint64_t ubShift = (opGroupQueue[i].first + tripCount) * step; in affineForOpBodySkew() [all …]
|