Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp125 bool isCopyToReg(MachineInstr &MI, Register &SrcReg, Register &DstReg,
289 bool TwoAddressInstructionPass::isCopyToReg(MachineInstr &MI, Register &SrcReg, in isCopyToReg() function in TwoAddressInstructionPass
390 if (!isCopyToReg(*DefMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
431 if (isCopyToReg(UseMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
814 if (!isCopyToReg(*MI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in processCopy()