Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp129 bool &IsSrcPhys, bool &IsDstPhys) const;
139 bool &IsDstPhys) const;
364 bool &IsDstPhys) const { in isCopyToReg()
378 IsDstPhys = DstReg.isPhysical(); in isCopyToReg()
459 bool IsSrcPhys, IsDstPhys; in isKilled() local
463 if (!isCopyToReg(*DefMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) in isKilled()
489 bool &IsDstPhys) const { in findOnlyInterestingUse()
504 if (isCopyToReg(UseMI, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) { in findOnlyInterestingUse()
508 IsDstPhys = false; in findOnlyInterestingUse()
510 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse()
[all …]