Home
last modified time | relevance | path

Searched refs:createStoreGroups (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp100 void createStoreGroups(MachineBasicBlock &MBB,
209 void HexagonStoreWidening::createStoreGroups(MachineBasicBlock &MBB, in createStoreGroups() function in HexagonStoreWidening
571 createStoreGroups(MBB, SGs); in processBasicBlock()
H A DHexagonVectorCombine.cpp240 MoveList createStoreGroups(const AddrList &Group) const;
609 auto AlignVectors::createStoreGroups(const AddrList &Group) const -> MoveList { in createStoreGroups() function in AlignVectors
902 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run()