Home
last modified time | relevance | path

Searched refs:LoadGroups (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp600 MoveList LoadGroups; in createLoadGroups() local
605 if (LoadGroups.empty() || !tryAddTo(Info, LoadGroups.back())) in createLoadGroups()
606 LoadGroups.emplace_back(Info, Group.front().Inst, isHvx(Info), true); in createLoadGroups()
610 erase_if(LoadGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createLoadGroups()
611 return LoadGroups; in createLoadGroups()
903 MoveList LoadGroups, StoreGroups; in run() local
906 llvm::append_range(LoadGroups, createLoadGroups(G.second)); in run()
910 for (auto &M : LoadGroups) in run()
915 for (auto &M : LoadGroups) in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1047 SmallSetVector<InterleaveGroup<Instruction> *, 4> LoadGroups; in analyzeInterleaving() local
1081 LoadGroups.insert(Group); in analyzeInterleaving()
1218 for (auto *Group : LoadGroups) { in analyzeInterleaving()