Lines Matching defs:IsDstPhys
129 bool &IsSrcPhys, bool &IsDstPhys) const;
139 bool &IsDstPhys) const;
364 bool &IsDstPhys) const {
378 IsDstPhys = DstReg.isPhysical();
459 bool IsSrcPhys, IsDstPhys;
463 if (!isCopyToReg(*DefMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys))
489 bool &IsDstPhys) const {
504 if (isCopyToReg(UseMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) {
508 IsDstPhys = false;
510 IsDstPhys = DstReg.isPhysical();
520 IsDstPhys = DstReg.isPhysical();
830 bool IsDstPhys;
835 findOnlyInterestingUse(Reg, MBB, IsCopy, NewReg, IsDstPhys)) {
844 if (IsDstPhys) {
885 bool IsSrcPhys, IsDstPhys;
887 if (!isCopyToReg(*MI, SrcReg, DstReg, IsSrcPhys, IsDstPhys))
890 if (IsDstPhys && !IsSrcPhys) {
892 } else if (!IsDstPhys && IsSrcPhys) {