Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp743 const MachineOperand *SrcRegOp, *DestRegOp; in removeEntryValue() local
753 DestRegOp = DestSrc->Destination; in removeEntryValue()
754 if (Reg != DestRegOp->getReg()) in removeEntryValue()
1121 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local
1124 if (!DestRegOp->isDef()) in transferRegisterCopy()
1135 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()
1148 if (isRegOtherThanSPAndFP(*DestRegOp, MI, TRI)) { in transferRegisterCopy()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp1017 const MachineOperand *SrcRegOp, *DestRegOp; in removeEntryValue() local
1027 DestRegOp = DestSrc->Destination; in removeEntryValue()
1028 if (Reg != DestRegOp->getReg()) in removeEntryValue()
1443 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local
1446 if (!DestRegOp->isDef()) in transferRegisterCopy()
1457 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()
1470 if (isRegOtherThanSPAndFP(*DestRegOp, MI, TRI)) { in transferRegisterCopy()
DInstrRefBasedImpl.cpp2017 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local
2028 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()