Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocBase.cpp89 assert(!VRM->hasPhys(VirtReg->reg()) && "Register already assigned"); in allocatePhysRegs()
153 assert(!VRM->hasPhys(SplitVirtReg->reg()) && "Register already assigned"); in allocatePhysRegs()
184 if (VRM->hasPhys(Reg)) in enqueue()
DRegAllocBasic.cpp151 if (VRM->hasPhys(VirtReg)) { in INITIALIZE_PASS_DEPENDENCY()
165 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()
237 if (!VRM->hasPhys(Spill.reg())) in spillInterferences()
DLiveRegMatrix.cpp107 assert(!VRM->hasPhys(VirtReg.reg()) && "Duplicate VirtReg assignment"); in assign()
DRegAllocGreedy.cpp691 if (VRM->hasPhys(VirtReg)) { in LRE_CanEraseVirtReg()
705 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()
1140 if (!VRM->hasPhys(Intf->reg())) in evictInterference()
2693 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2741 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
2959 if (!VRM->hasPhys(Reg)) { in tryHintRecoloring()
3053 if (!VRM->hasPhys(LI->reg())) in tryHintsRecoloring()
DVirtRegMap.cpp123 return hasPhys(Hint.second); in hasKnownPreference()
DInlineSpiller.cpp1607 if (VRM.hasPhys(Old)) in LRE_DidCloneVirtReg()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNNSAReassign.cpp112 if (VRM->hasPhys(Intervals[N]->reg())) in tryAssignRegisters()
316 if (VRM->hasPhys(Intervals.back()->reg())) // Did not change allocation. in runOnMachineFunction()
335 if (VRM->hasPhys(Intervals[I]->reg())) in runOnMachineFunction()
DSIPreAllocateWWMRegs.cpp98 if (VRM->hasPhys(Reg)) in processDef()
128 if (!VRM->hasPhys(VirtReg)) in rewriteRegs()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DVirtRegMap.h100 bool hasPhys(Register virtReg) const { in hasPhys() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp41 if (VRM && VRM->hasPhys(MO.getReg())) { in getRC32()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp506 VRM->hasPhys(ResultReg)) { in getRegAllocationHints()
517 VRM->hasPhys(ResultReg)) { in getRegAllocationHints()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp357 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints()