Lines Matching refs:IsDstPhys
394 bool &IsSrcPhys, bool &IsDstPhys) { in isCopyToReg() argument
407 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in isCopyToReg()
441 bool IsSrcPhys, IsDstPhys; in isKilled() local
445 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
477 unsigned &DstReg, bool &IsDstPhys) { in findOnlyInterestingUse() argument
486 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
490 IsDstPhys = false; in findOnlyInterestingUse()
492 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in findOnlyInterestingUse()
688 bool IsDstPhys; in ScanUses() local
693 NewReg, IsDstPhys)) { in ScanUses()
702 if (IsDstPhys) { in ScanUses()
748 bool IsSrcPhys, IsDstPhys; in ProcessCopy() local
750 if (!isCopyToReg(*MI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in ProcessCopy()
753 if (IsDstPhys && !IsSrcPhys) in ProcessCopy()
755 else if (!IsDstPhys && IsSrcPhys) { in ProcessCopy()