Lines Matching refs:IsDstPhys
270 bool &IsDstPhys) { in isCopyToReg() argument
284 IsDstPhys = DstReg.isPhysical(); in isCopyToReg()
349 bool IsSrcPhys, IsDstPhys; in isKilled() local
353 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
380 bool &IsCopy, Register &DstReg, bool &IsDstPhys, in findOnlyInterestingUse() argument
396 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
400 IsDstPhys = false; in findOnlyInterestingUse()
402 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse()
412 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse()
725 bool IsDstPhys; in scanUses() local
730 NewReg, IsDstPhys, LIS)) { in scanUses()
739 if (IsDstPhys) { in scanUses()
780 bool IsSrcPhys, IsDstPhys; in processCopy() local
782 if (!isCopyToReg(*MI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in processCopy()
785 if (IsDstPhys && !IsSrcPhys) { in processCopy()
787 } else if (!IsDstPhys && IsSrcPhys) { in processCopy()