Searched refs:LoadGroups (Results 1 – 2 of 2) sorted by relevance
729 MoveList LoadGroups; in createLoadGroups() local734 if (LoadGroups.empty() || !tryAddTo(Info, LoadGroups.back())) in createLoadGroups()735 LoadGroups.emplace_back(Info, Group.front().Inst, isHvx(Info), true); in createLoadGroups()739 erase_if(LoadGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createLoadGroups()740 return LoadGroups; in createLoadGroups()1182 MoveList LoadGroups, StoreGroups; in run() local1185 llvm::append_range(LoadGroups, createLoadGroups(G.second)); in run()1189 for (auto &M : LoadGroups) in run()1194 for (auto &M : LoadGroups) in run()
1241 SmallSetVector<InterleaveGroup<Instruction> *, 4> LoadGroups; in analyzeInterleaving() local1275 LoadGroups.insert(Group); in analyzeInterleaving()1421 for (auto *Group : LoadGroups) { in analyzeInterleaving()