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.cpp242 const MachineOperand *DestRegOp = DestSrc->Destination; in weightCalcHelper() local
244 identityCopy = DestRegOp->getReg() == SrcRegOp->getReg() && in weightCalcHelper()
245 DestRegOp->getSubReg() == SrcRegOp->getSubReg(); in weightCalcHelper()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1369 const MachineOperand *SrcRegOp, *DestRegOp; in removeEntryValue() local
1371 DestRegOp = DestSrc->Destination; in removeEntryValue()
1372 if (Reg == DestRegOp->getReg()) { in removeEntryValue()
1847 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local
1850 if (!DestRegOp->isDef()) in transferRegisterCopy()
1861 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()
1874 if (isRegOtherThanSPAndFP(*DestRegOp, MI, TRI)) { in transferRegisterCopy()
H A DInstrRefBasedImpl.cpp2151 const MachineOperand *DestRegOp = DestSrc->Destination; in transferRegisterCopy() local
2155 Register DestReg = DestRegOp->getReg(); in transferRegisterCopy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1097 const MachineOperand *DestRegOp = DestSrc->Destination; in isFullCopyInstr() local
1099 return !DestRegOp->getSubReg() && !SrcRegOp->getSubReg(); in isFullCopyInstr()