Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp959 MoveList LoadGroups; in createLoadGroups() local
964 if (LoadGroups.empty() || !tryAddTo(Info, LoadGroups.back())) in createLoadGroups()
975 return LoadGroups; in createLoadGroups()
1568 MoveList LoadGroups, StoreGroups; in run() local
1576 dbgs() << "\nLoad groups(" << LoadGroups.size() << "):\n"; in run()
1577 for (const MoveGroup &G : LoadGroups) in run()
1589 if (LoadGroups.size() > CountLimit) { in run()
1590 LoadGroups.resize(CountLimit); in run()
1593 unsigned StoreLimit = CountLimit - LoadGroups.size(); in run()
1598 for (auto &M : LoadGroups) in run()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1161 SmallSetVector<InterleaveGroup<Instruction> *, 4> LoadGroups; in analyzeInterleaving() local
1196 LoadGroups.insert(GroupB); in analyzeInterleaving()
1247 if (GroupB && LoadGroups.contains(GroupB)) in analyzeInterleaving()
1268 if (GroupB && LoadGroups.contains(GroupB)) { in analyzeInterleaving()
1377 for (auto *Group : LoadGroups) { in analyzeInterleaving()