Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
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()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp381 bool &IsSrcPhys, bool &IsDstPhys) { in isCopyToReg() argument
393 IsSrcPhys = TargetRegisterInfo::isPhysicalRegister(SrcReg); in isCopyToReg()
463 bool IsSrcPhys, IsDstPhys; in isKilled() local
467 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
504 bool IsSrcPhys; in findOnlyInterestingUse() local
505 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp409 bool &IsSrcPhys, bool &IsDstPhys) { in isCopyToReg() argument
421 IsSrcPhys = Register::isPhysicalRegister(SrcReg); in isCopyToReg()
490 bool IsSrcPhys, IsDstPhys; in isKilled() local
494 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
531 bool IsSrcPhys; in findOnlyInterestingUse() local
532 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
833 bool IsSrcPhys, IsDstPhys; in processCopy() local
835 if (!isCopyToReg(*MI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in processCopy()
838 if (IsDstPhys && !IsSrcPhys) in processCopy()
840 else if (!IsDstPhys && IsSrcPhys) { in processCopy()