Searched refs:IsDstPhys (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 394 bool &IsSrcPhys, bool &IsDstPhys) { in isCopyToReg() argument 407 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in isCopyToReg() 441 bool IsSrcPhys, IsDstPhys; in isKilled() local 445 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled() 477 unsigned &DstReg, bool &IsDstPhys) { in findOnlyInterestingUse() argument 486 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse() 490 IsDstPhys = false; in findOnlyInterestingUse() 492 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in findOnlyInterestingUse() 688 bool IsDstPhys; in ScanUses() local 693 NewReg, IsDstPhys)) { in ScanUses() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 410 bool &IsSrcPhys, bool &IsDstPhys) { in isCopyToReg() argument 423 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in isCopyToReg() 492 bool IsSrcPhys, IsDstPhys; in isKilled() local 496 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled() 525 unsigned &DstReg, bool &IsDstPhys) { in findOnlyInterestingUse() argument 534 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse() 538 IsDstPhys = false; in findOnlyInterestingUse() 540 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in findOnlyInterestingUse() 777 bool IsDstPhys; in scanUses() local 782 NewReg, IsDstPhys)) { in scanUses() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 381 bool &IsSrcPhys, bool &IsDstPhys) { in isCopyToReg() argument 394 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in isCopyToReg() 463 bool IsSrcPhys, IsDstPhys; in isKilled() local 467 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled() 496 unsigned &DstReg, bool &IsDstPhys) { in findOnlyInterestingUse() argument 505 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse() 509 IsDstPhys = false; in findOnlyInterestingUse() 511 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); in findOnlyInterestingUse() 735 bool IsDstPhys; in scanUses() local 740 NewReg, IsDstPhys)) { in scanUses() [all …]
|