Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp270 bool &IsDstPhys) { in isCopyToReg() argument
284 IsDstPhys = DstReg.isPhysical(); in isCopyToReg()
349 bool IsSrcPhys, IsDstPhys; in isKilled() local
400 IsDstPhys = false; in findOnlyInterestingUse()
402 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse()
412 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse()
725 bool IsDstPhys; in scanUses() local
739 if (IsDstPhys) { in scanUses()
780 bool IsSrcPhys, IsDstPhys; in processCopy() local
785 if (IsDstPhys && !IsSrcPhys) { in processCopy()
[all …]