Searched refs:StoreGroups (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| 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() 1569 MoveList LoadGroups, StoreGroups; in run() local 1573 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run() 1580 dbgs() << "Store groups(" << StoreGroups.size() << "):\n"; in run() [all …]
|
| H A D | HexagonLoadStoreWidening.cpp | 113 void createGroups(MachineBasicBlock &MBB, InstrGroupList &StoreGroups); 315 InstrGroupList &StoreGroups) { in createGroups() argument 330 StoreGroups.push_back(G); in createGroups()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 1459 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local 1494 StoreGroups.insert(GroupB); in analyzeInterleaving() 1557 if (GroupA && StoreGroups.contains(GroupA)) { in analyzeInterleaving() 1561 StoreGroups.remove(GroupA); in analyzeInterleaving() 1712 for (auto *Group : StoreGroups) { in analyzeInterleaving()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 3161 SmallVector<VPInterleaveRecipe *> StoreGroups; in narrowInterleaveGroups() local 3210 StoreGroups.push_back(InterleaveR); in narrowInterleaveGroups() 3226 StoreGroups.push_back(InterleaveR); in narrowInterleaveGroups() 3248 StoreGroups.push_back(InterleaveR); in narrowInterleaveGroups() 3251 if (StoreGroups.empty()) in narrowInterleaveGroups() 3292 for (auto *StoreGroup : StoreGroups) { in narrowInterleaveGroups()
|