Home
last modified time | relevance | path

Searched refs:StoreGroups (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp101 InstrGroupList &StoreGroups);
210 InstrGroupList &StoreGroups) { in createStoreGroups() argument
232 StoreGroups.push_back(G); in createStoreGroups()
H A DHexagonVectorCombine.cpp1009 MoveList StoreGroups; in createStoreGroups() local
1015 if (StoreGroups.empty() || !tryAddTo(Info, StoreGroups.back())) in createStoreGroups()
1030 erase_if(StoreGroups, [this](const MoveGroup &G) { in createStoreGroups()
1040 return StoreGroups; in createStoreGroups()
1568 MoveList LoadGroups, StoreGroups; in run() local
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()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1159 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local
1194 StoreGroups.insert(GroupB); in analyzeInterleaving()
1257 if (GroupA && StoreGroups.contains(GroupA)) { in analyzeInterleaving()
1261 StoreGroups.remove(GroupA); in analyzeInterleaving()
1413 for (auto *Group : StoreGroups) { in analyzeInterleaving()