Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp247 const MachineOperand *DestRegOp = DestSrc->Destination; in weightCalcHelper() local
249 identityCopy = DestRegOp->getReg() == SrcRegOp->getReg() && in weightCalcHelper()
250 DestRegOp->getSubReg() == SrcRegOp->getSubReg(); in weightCalcHelper()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1381 const MachineOperand *SrcRegOp, *DestRegOp; in removeEntryValue() local
1383 DestRegOp = DestSrc->Destination; in removeEntryValue()
1384 if (Reg == DestRegOp->getReg()) { in removeEntryValue()
1856 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local
1859 if (!DestRegOp->isDef()) in transferRegisterCopy()
1870 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()
1883 if (isRegOtherThanSPAndFP(*DestRegOp, MI, TRI)) { in transferRegisterCopy()
H A DInstrRefBasedImpl.cpp2185 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local
2189 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1126 const MachineOperand *DestRegOp = DestSrc->Destination; in isFullCopyInstr() local
1128 return !DestRegOp->getSubReg() && !SrcRegOp->getSubReg(); in isFullCopyInstr()