Searched refs:StoreGroups (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 101 InstrGroupList &StoreGroups); 210 InstrGroupList &StoreGroups) { in createStoreGroups() argument 232 StoreGroups.push_back(G); in createStoreGroups()
|
H A D | HexagonVectorCombine.cpp | 1009 MoveList StoreGroups; in createStoreGroups() local 1015 if (StoreGroups.empty() || !tryAddTo(Info, StoreGroups.back())) in createStoreGroups() 1016 StoreGroups.emplace_back(Info, Group.front().Inst, isHvx(Info), false); in createStoreGroups() 1020 erase_if(StoreGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createStoreGroups() 1024 erase_if(StoreGroups, [](const MoveGroup &G) { return G.IsHvx; }); in createStoreGroups() 1030 erase_if(StoreGroups, [this](const MoveGroup &G) { in createStoreGroups() 1040 return StoreGroups; in createStoreGroups() 1568 MoveList LoadGroups, StoreGroups; in run() local 1572 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run() 1579 dbgs() << "Store groups(" << StoreGroups.size() << "):\n"; in run() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 1218 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local 1253 StoreGroups.insert(GroupB); in analyzeInterleaving() 1316 if (GroupA && StoreGroups.contains(GroupA)) { in analyzeInterleaving() 1320 StoreGroups.remove(GroupA); in analyzeInterleaving() 1472 for (auto *Group : StoreGroups) { in analyzeInterleaving()
|