Lines Matching defs:tripCount
122 int64_t tripCount = loopRange / targetSize;
127 spec.tripCounts.push_back(tripCount);
136 tripCount = remainderChunk / tileSize;
138 if (tripCount > 0) {
140 spec.tripCounts.push_back(tripCount);
150 for (auto [tileSize, tripCount] : llvm::zip(tileSizes, tripCounts))
151 computedRange += tileSize * tripCount;
221 // Optimization if tripCount can be determined to be zero.
251 int64_t tripCount = op.getStaticLoopRanges()[dimension];
252 int64_t a = tripCount / divisor;
261 tripCount) {
294 Value tripCount =
304 Value a = apply(s0.floorDiv(s1), {tripCount, divisorValue});
327 coveredSize, tripCount);