Searched refs:DestRegOp (Results 1 – 2 of 2) sorted by relevance
1291 const MachineOperand *SrcRegOp, *DestRegOp; in removeEntryValue() local1293 DestRegOp = DestSrc->Destination; in removeEntryValue()1294 if (Reg == DestRegOp->getReg()) { in removeEntryValue()1746 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local1749 if (!DestRegOp->isDef()) in transferRegisterCopy()1760 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()1773 if (isRegOtherThanSPAndFP(*DestRegOp, MI, TRI)) { in transferRegisterCopy()
1711 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local1722 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()