Lines Matching refs:StoreGroups
1009 MoveList StoreGroups; in createStoreGroups() local
1015 if (StoreGroups.empty() || !tryAddTo(Info, StoreGroups.back())) in createStoreGroups()
1016 StoreGroups.emplace_back(Info, Group.front().Inst, isHvx(Info), false); in createStoreGroups()
1020 erase_if(StoreGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createStoreGroups()
1024 erase_if(StoreGroups, [](const MoveGroup &G) { return G.IsHvx; }); in createStoreGroups()
1030 erase_if(StoreGroups, [this](const MoveGroup &G) { in createStoreGroups()
1040 return StoreGroups; in createStoreGroups()
1568 MoveList LoadGroups, StoreGroups; in run() local
1572 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run()
1579 dbgs() << "Store groups(" << StoreGroups.size() << "):\n"; in run()
1580 for (const MoveGroup &G : StoreGroups) in run()
1591 StoreGroups.clear(); in run()
1594 if (StoreGroups.size() > StoreLimit) in run()
1595 StoreGroups.resize(StoreLimit); in run()
1600 for (auto &M : StoreGroups) in run()
1607 for (auto &M : StoreGroups) in run()