Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp129 bool &IsSrcPhys, bool &IsDstPhys) const;
363 Register &DstReg, bool &IsSrcPhys, in isCopyToReg() argument
377 IsSrcPhys = SrcReg.isPhysical(); in isCopyToReg()
459 bool IsSrcPhys, IsDstPhys; in isKilled() local
463 if (!isCopyToReg(*DefMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
503 bool IsSrcPhys; in findOnlyInterestingUse() local
504 if (isCopyToReg(UseMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
885 bool IsSrcPhys, IsDstPhys; in processCopy() local
887 if (!isCopyToReg(*MI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in processCopy()
890 if (IsDstPhys && !IsSrcPhys) { in processCopy()
[all …]