Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp643 MoveList StoreGroups; in createStoreGroups() local
649 if (StoreGroups.empty() || !tryAddTo(Info, StoreGroups.back())) in createStoreGroups()
650 StoreGroups.emplace_back(Info, Group.front().Inst, isHvx(Info), false); in createStoreGroups()
654 erase_if(StoreGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createStoreGroups()
655 return StoreGroups; in createStoreGroups()
905 MoveList LoadGroups, StoreGroups; in run() local
909 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run()
914 for (auto &M : StoreGroups) in run()
919 for (auto &M : StoreGroups) in run()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp1187 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local
1221 StoreGroups.insert(Group); in analyzeInterleaving()
1261 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
1405 for (auto *Group : StoreGroups) { in analyzeInterleaving()