Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp596 static bool IsMovepDestinationRegPair(unsigned R0, unsigned R1) { in IsMovepDestinationRegPair() function
643 if (IsMovepDestinationRegPair(RegDstMI1, RegDstMI2)) { in ReduceMoveToMovep()
645 } else if (IsMovepDestinationRegPair(RegDstMI2, RegDstMI1)) { in ReduceMoveToMovep()