Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocBase.cpp90 assert(!VRM->hasPhys(VirtReg->reg()) && "Register already assigned"); in allocatePhysRegs()
148 assert(!VRM->hasPhys(SplitVirtReg->reg()) && "Register already assigned"); in allocatePhysRegs()
179 if (VRM->hasPhys(Reg)) in enqueue()
HDRegAllocBasic.cpp148 if (VRM->hasPhys(VirtReg)) { in INITIALIZE_PASS_DEPENDENCY()
162 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()
229 if (!VRM->hasPhys(Spill->reg())) in spillInterferences()
HDLiveRegMatrix.cpp107 assert(!VRM->hasPhys(VirtReg.reg()) && "Duplicate VirtReg assignment"); in assign()
HDRegAllocGreedy.cpp236 if (VRM->hasPhys(VirtReg)) { in LRE_CanEraseVirtReg()
250 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()
507 if (!VRM->hasPhys(Intf->reg())) in evictInterference()
2020 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2078 if (VRM->hasPhys(LI->reg())) in tryLastChanceRecoloring()
2308 if (!VRM->hasPhys(Reg)) { in tryHintRecoloring()
2402 if (!VRM->hasPhys(LI->reg())) in tryHintsRecoloring()
HDVirtRegMap.cpp123 return hasPhys(Hint.second); in hasKnownPreference()
HDInlineSpiller.cpp1707 if (VRM.hasPhys(Old)) in LRE_DidCloneVirtReg()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNNSAReassign.cpp114 if (VRM->hasPhys(Intervals[N]->reg())) in tryAssignRegisters()
327 if (VRM->hasPhys(Intervals.back()->reg())) // Did not change allocation. in runOnMachineFunction()
346 if (VRM->hasPhys(Intervals[I]->reg())) in runOnMachineFunction()
HDSIPreAllocateWWMRegs.cpp100 if (VRM->hasPhys(Reg)) in processDef()
129 if (!VRM->hasPhys(VirtReg)) in rewriteRegs()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDVirtRegMap.h99 bool hasPhys(Register virtReg) const { in hasPhys() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.cpp41 if (VRM && VRM->hasPhys(MO.getReg())) { in getRC32()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseRegisterInfo.cpp370 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.cpp600 VRM->hasPhys(ResultReg)) { in getRegAllocationHints()
620 VRM->hasPhys(ResultReg)) { in getRegAllocationHints()