Lines Matching refs:IsSrcPhys
129 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()
892 } else if (!IsDstPhys && IsSrcPhys) { in processCopy()