Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp635 MoveList StoreGroups; in createStoreGroups() local
641 if (StoreGroups.empty() || !tryAddTo(Info, StoreGroups.back())) in createStoreGroups()
642 StoreGroups.emplace_back(Info, Group.front().Inst, isHvx(Info), false); in createStoreGroups()
646 erase_if(StoreGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createStoreGroups()
647 return StoreGroups; in createStoreGroups()
898 MoveList LoadGroups, StoreGroups; in run() local
902 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run()
907 for (auto &M : StoreGroups) in run()
912 for (auto &M : StoreGroups) in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp1036 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local
1070 StoreGroups.insert(Group); in analyzeInterleaving()
1110 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
1188 for (auto *Group : StoreGroups) in analyzeInterleaving()