Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp344 MoveList createStoreGroups(const AddrList &Group) const;
978 auto AlignVectors::createStoreGroups(const AddrList &Group) const -> MoveList { in createStoreGroups() function in AlignVectors
1573 llvm::append_range(StoreGroups, createStoreGroups(G.second)); in run()