Lines Matching refs:IsDstPhys
381 bool &IsSrcPhys, bool &IsDstPhys) { in isCopyToReg() argument
394 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in isCopyToReg()
463 bool IsSrcPhys, IsDstPhys; in isKilled() local
467 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
496 unsigned &DstReg, bool &IsDstPhys) { in findOnlyInterestingUse() argument
505 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
509 IsDstPhys = false; in findOnlyInterestingUse()
511 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in findOnlyInterestingUse()
735 bool IsDstPhys; in scanUses() local
740 NewReg, IsDstPhys)) { in scanUses()
749 if (IsDstPhys) { in scanUses()
793 bool IsSrcPhys, IsDstPhys; in processCopy() local
795 if (!isCopyToReg(*MI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in processCopy()
798 if (IsDstPhys && !IsSrcPhys) in processCopy()
800 else if (!IsDstPhys && IsSrcPhys) { in processCopy()