Lines Matching defs:nLoops
380 int64_t nLoops = loopRanges.size();
381 tiledOffsets.reserve(nLoops);
382 tiledSizes.reserve(nLoops);
383 for (unsigned loopIdx = 0, threadIdIdx = 0; loopIdx < nLoops; ++loopIdx) {
442 auto nLoops = op.getNumLoops();
443 // Initial tile sizes may be too big, only take the first nLoops.
444 tileSizes = tileSizes.take_front(nLoops);
809 auto nLoops = op.getNumLoops();
812 if (tileSizeVector.size() < nLoops) {
813 tileSizeVector.append(nLoops - tileSizeVector.size(), b.getIndexAttr(0));