Searched refs:StoreGroups (Results 1 – 3 of 3) sorted by relevance
101 InstrGroupList &StoreGroups);210 InstrGroupList &StoreGroups) { in createStoreGroups() argument232 StoreGroups.push_back(G); in createStoreGroups()
769 MoveList StoreGroups; in createStoreGroups() local775 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() local1186 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run()1191 for (auto &M : StoreGroups) in run()1196 for (auto &M : StoreGroups) in run()
1239 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local1273 StoreGroups.insert(Group); in analyzeInterleaving()1313 StoreGroups.remove(StoreGroup); in analyzeInterleaving()1457 for (auto *Group : StoreGroups) { in analyzeInterleaving()