Searched refs:DestRegOp (Results 1 – 3 of 3) sorted by relevance
743 const MachineOperand *SrcRegOp, *DestRegOp; in removeEntryValue() local753 DestRegOp = DestSrc->Destination; in removeEntryValue()754 if (Reg != DestRegOp->getReg()) in removeEntryValue()1121 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local1124 if (!DestRegOp->isDef()) in transferRegisterCopy()1135 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()1148 if (isRegOtherThanSPAndFP(*DestRegOp, MI, TRI)) { in transferRegisterCopy()
1017 const MachineOperand *SrcRegOp, *DestRegOp; in removeEntryValue() local1027 DestRegOp = DestSrc->Destination; in removeEntryValue()1028 if (Reg != DestRegOp->getReg()) in removeEntryValue()1443 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local1446 if (!DestRegOp->isDef()) in transferRegisterCopy()1457 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()1470 if (isRegOtherThanSPAndFP(*DestRegOp, MI, TRI)) { in transferRegisterCopy()
2017 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local2028 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()