HomeSort by: relevance | last modified time | path
    Searched refs:StoreGroups (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 101 InstrGroupList &StoreGroups);
210 InstrGroupList &StoreGroups) {
232 StoreGroups.push_back(G);
HexagonVectorCombine.cpp 635 MoveList StoreGroups;
641 if (StoreGroups.empty() || !tryAddTo(Info, StoreGroups.back()))
642 StoreGroups.emplace_back(Info, Group.front().Inst, isHvx(Info), false);
646 erase_if(StoreGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; });
647 return StoreGroups;
898 MoveList LoadGroups, StoreGroups;
902 llvm::append_range(StoreGroups, createStoreGroups(G.second));
907 for (auto &M : StoreGroups)
912 for (auto &M : StoreGroups)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 1036 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups;
1070 StoreGroups.insert(Group);
1110 StoreGroups.remove(StoreGroup);
1188 for (auto *Group : StoreGroups)

Completed in 77 milliseconds