Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp77 if (MRI->reg_nodbg_empty(Reg)) in seedLiveRegs()
93 if (MRI->reg_nodbg_empty(VirtReg->reg())) { in allocatePhysRegs()
149 if (MRI->reg_nodbg_empty(SplitVirtReg->reg())) { in allocatePhysRegs()
H A DCalcSpillWeights.cpp41 if (MRI.reg_nodbg_empty(Reg)) in calculateSpillWeightsAndHints()
H A DLiveRangeEdit.cpp430 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) { in eliminateDeadDef()
H A DVirtRegMap.cpp343 if (MRI->reg_nodbg_empty(VirtReg)) in addMBBLiveIns()
H A DMachineRegisterInfo.cpp607 if (!reg_nodbg_empty(*AliasReg)) in isPhysRegUsed()
H A DInlineSpiller.cpp797 if (MRI.reg_nodbg_empty(Reg)) { in reMaterializeAll()
803 (!LIS.getInterval(Reg).empty() || !MRI.reg_nodbg_empty(Reg)) && in reMaterializeAll()
H A DLiveIntervals.cpp224 if (MRI->reg_nodbg_empty(Reg)) in computeVirtRegs()
717 if (MRI->reg_nodbg_empty(Reg)) in addKillFlags()
H A DRegAllocPBQP.cpp574 if (MRI.reg_nodbg_empty(Reg)) in findVRegIntervalsToAlloc()
H A DRegAllocGreedy.cpp2086 if (!LI->empty() && !MRI->reg_nodbg_empty(LI->reg())) in tryLastChanceRecoloring()
2694 if (MRI->reg_nodbg_empty(Reg)) in hasVirtRegAlloc()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp565 if (MRI.reg_nodbg_empty(Reg)) in getInitialQueueSize()
H A DMachineVerifier.cpp3380 if (MRI->reg_nodbg_empty(Reg)) in verifyLiveIntervals()
H A DRegisterCoalescer.cpp4262 if (MRI->reg_nodbg_empty(Reg)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeLiveIntervals.cpp93 if (MRI.reg_nodbg_empty(Reg)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp127 if (MRI.reg_nodbg_empty(VirtReg)) in INITIALIZE_PASS_DEPENDENCY()
H A DX86VZeroUpper.cpp303 if (!MRI.reg_nodbg_empty(R)) { in runOnMachineFunction()
H A DX86DomainReassignment.cpp796 if (MRI->reg_nodbg_empty(Reg)) in runOnMachineFunction()
H A DX86FloatingPoint.cpp332 if (!MRI.reg_nodbg_empty(X86::FP0 + i)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h391 bool reg_nodbg_empty(Register RegNo) const { in reg_nodbg_empty() function