Searched refs:IsDstPhys (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TwoAddressInstructionPass.cpp | 270 bool &IsDstPhys) { in isCopyToReg() argument 284 IsDstPhys = DstReg.isPhysical(); in isCopyToReg() 349 bool IsSrcPhys, IsDstPhys; in isKilled() local 353 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled() 380 bool &IsCopy, Register &DstReg, bool &IsDstPhys, in findOnlyInterestingUse() argument 396 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse() 400 IsDstPhys = false; in findOnlyInterestingUse() 402 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse() 412 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse() 725 bool IsDstPhys; in scanUses() local [all …]
|