Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.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()
H A DRegAllocBasic.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()
H A DRegAllocGreedy.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()
H A DLiveRegMatrix.cpp107 assert(!VRM->hasPhys(VirtReg.reg()) && "Duplicate VirtReg assignment"); in assign()
H A DVirtRegMap.cpp123 return hasPhys(Hint.second); in hasKnownPreference()
H A DInlineSpiller.cpp1707 if (VRM.hasPhys(Old)) in LRE_DidCloneVirtReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.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()
H A DSIPreAllocateWWMRegs.cpp100 if (VRM->hasPhys(Reg)) in processDef()
129 if (!VRM->hasPhys(VirtReg)) in rewriteRegs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h99 bool hasPhys(Register virtReg) const { in hasPhys() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp41 if (VRM && VRM->hasPhys(MO.getReg())) { in getRC32()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp370 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp600 VRM->hasPhys(ResultReg)) { in getRegAllocationHints()
620 VRM->hasPhys(ResultReg)) { in getRegAllocationHints()