Lines Matching refs:IsDstPhys
129 bool &IsSrcPhys, bool &IsDstPhys) const;
139 bool &IsDstPhys) const;
364 bool &IsDstPhys) const { in isCopyToReg()
378 IsDstPhys = DstReg.isPhysical(); in isCopyToReg()
459 bool IsSrcPhys, IsDstPhys; in isKilled() local
463 if (!isCopyToReg(*DefMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
489 bool &IsDstPhys) const { in findOnlyInterestingUse()
504 if (isCopyToReg(UseMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
508 IsDstPhys = false; in findOnlyInterestingUse()
510 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse()
520 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse()
830 bool IsDstPhys; in scanUses() local
835 findOnlyInterestingUse(Reg, MBB, IsCopy, NewReg, IsDstPhys)) { in scanUses()
844 if (IsDstPhys) { in scanUses()
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()