Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp394 bool &IsSrcPhys, bool &IsDstPhys) { in isCopyToReg() argument
406 IsSrcPhys = TargetRegisterInfo::isPhysicalRegister(SrcReg); in isCopyToReg()
441 bool IsSrcPhys, IsDstPhys; in isKilled() local
445 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
485 bool IsSrcPhys; in findOnlyInterestingUse() local
486 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp410 bool &IsSrcPhys, bool &IsDstPhys) { in isCopyToReg() argument
422 IsSrcPhys = TargetRegisterInfo::isPhysicalRegister(SrcReg); in isCopyToReg()
492 bool IsSrcPhys, IsDstPhys; in isKilled() local
496 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
533 bool IsSrcPhys; in findOnlyInterestingUse() local
534 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
835 bool IsSrcPhys, IsDstPhys; in processCopy() local
837 if (!isCopyToReg(*MI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in processCopy()
840 if (IsDstPhys && !IsSrcPhys) in processCopy()
842 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()