Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp769 MoveList StoreGroups; in createStoreGroups() local
775 if (StoreGroups.empty() || !tryAddTo(Info, StoreGroups.back())) in createStoreGroups()
776 StoreGroups.emplace_back(Info, Group.front().Inst, isHvx(Info), false); in createStoreGroups()
780 erase_if(StoreGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createStoreGroups()
781 return StoreGroups; in createStoreGroups()
1182 MoveList LoadGroups, StoreGroups; in run() local
1186 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run()
1191 for (auto &M : StoreGroups) in run()
1196 for (auto &M : StoreGroups) in run()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp1239 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local
1273 StoreGroups.insert(Group); in analyzeInterleaving()
1313 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
1457 for (auto *Group : StoreGroups) { in analyzeInterleaving()