Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp268 Register &SrcReg, Register &DstReg, bool &IsSrcPhys, in isCopyToReg() argument
282 IsSrcPhys = SrcReg.isPhysical(); in isCopyToReg()
348 bool IsSrcPhys, IsDstPhys; in isKilled() local
352 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
387 bool IsSrcPhys; in findOnlyInterestingUse() local
388 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
694 bool IsSrcPhys, IsDstPhys; in processCopy() local
696 if (!isCopyToReg(*MI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in processCopy()
699 if (IsDstPhys && !IsSrcPhys) { in processCopy()
701 } else if (!IsDstPhys && IsSrcPhys) { in processCopy()