Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp130 DestSourcePair FirstPair = TII->isCopyInstrImpl(*I).value(); in mergePairedInsns() local
133 ? FirstPair.Destination->getReg() in mergePairedInsns()
134 : FirstPair.Source->getReg(); in mergePairedInsns()
162 Sreg1 = StartWithX10 ? FirstPair.Source : &PairedSource; in mergePairedInsns()
163 Sreg2 = StartWithX10 ? &PairedSource : FirstPair.Source; in mergePairedInsns()
165 Sreg1 = StartWithX10 ? FirstPair.Destination : PairedRegs.Destination; in mergePairedInsns()
166 Sreg2 = StartWithX10 ? PairedRegs.Destination : FirstPair.Destination; in mergePairedInsns()