Home
last modified time | relevance | path

Searched refs:IsSrcPhys (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp269 Register &SrcReg, Register &DstReg, bool &IsSrcPhys, in isCopyToReg() argument
283 IsSrcPhys = SrcReg.isPhysical(); in isCopyToReg()
349 bool IsSrcPhys, IsDstPhys; in isKilled() local
353 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
395 bool IsSrcPhys; in findOnlyInterestingUse() local
396 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
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()