Lines Matching full:destination
61 Register Destination = RegPair.Destination->getReg();
63 // If destination is not a0 or a1.
64 if ((Destination == RISCV::X10 || Destination == RISCV::X11) &&
72 Register Destination = RegPair.Destination->getReg();
76 RISCV::SR07RegClass.contains(Destination))
91 ? FirstPair.Destination->getReg()
111 Sreg1 = StartWithX10 ? FirstPair.Destination : PairedRegs.Destination;
112 Sreg2 = StartWithX10 ? PairedRegs.Destination : FirstPair.Destination;
140 Register DestReg = SecondPair->Destination->getReg();
144 // If register pair is valid and destination registers are different.
145 if ((RegPair.Destination->getReg() == DestReg))
148 // If paired destination register was modified or used, the source reg
160 (RegPair.Destination->getReg() == DestReg))