Lines Matching defs:packingLoops
160 /// Footprint of the hoistedPackedTensor, computed from the packingLoops.
235 SmallVector<scf::ForOp> packingLoops;
355 packingLoops.push_back(forOp);
358 if (packingLoops.size() > 1 && padConsumingForOp) {
361 packingLoops.resize(1);
466 for (auto forOp : packingLoops) {
681 int nPackedLoops = analysis.packingLoops.size();
894 ArrayRef<scf::ForOp> packingLoops = analysis.packingLoops;
902 llvm::to_vector<4>(llvm::map_range(packingLoops, [&](Operation *loop) {