Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1291 const MachineOperand *SrcRegOp, *DestRegOp; in removeEntryValue() local
1293 DestRegOp = DestSrc->Destination; in removeEntryValue()
1294 if (Reg == DestRegOp->getReg()) { in removeEntryValue()
1746 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local
1749 if (!DestRegOp->isDef()) in transferRegisterCopy()
1760 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()
1773 if (isRegOtherThanSPAndFP(*DestRegOp, MI, TRI)) { in transferRegisterCopy()
H A DInstrRefBasedImpl.cpp1711 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local
1722 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()