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()
643 MoveList StoreGroups; in createStoreGroups() local649 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() local909 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run()914 for (auto &M : StoreGroups) in run()919 for (auto &M : StoreGroups) in run()
1187 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local1221 StoreGroups.insert(Group); in analyzeInterleaving()1261 StoreGroups.remove(StoreGroup); in analyzeInterleaving()1405 for (auto *Group : StoreGroups) { in analyzeInterleaving()