Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp347 template <typename T> InstMap cloneBefore(Instruction *To, T &&Insts) const;
1051 Move.Clones = cloneBefore(Where, Move.Deps); in moveTogether()
1081 auto AlignVectors::cloneBefore(Instruction *To, T &&Insts) const -> InstMap { in cloneBefore() function in AlignVectors
1211 InstMap Map = cloneBefore(In, Deps); in realignLoadGroup()