Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp292 if (!MRI->reg_nodbg_empty(reg)) in verifyLeafProcRegUse()
296 if (!MRI->reg_nodbg_empty(reg)) in verifyLeafProcRegUse()
309 || !MRI.reg_nodbg_empty(SP::L0) // Too many registers needed in isLeafProc()
310 || !MRI.reg_nodbg_empty(SP::O6) // %SP is used in isLeafProc()
318 if (MRI.reg_nodbg_empty(reg)) in remapRegsForLeafProc()
322 assert(MRI.reg_nodbg_empty(mapped_reg)); in remapRegsForLeafProc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocBase.cpp77 if (MRI->reg_nodbg_empty(Reg)) in seedLiveRegs()
93 if (MRI->reg_nodbg_empty(VirtReg->reg)) { in allocatePhysRegs()
146 if (MRI->reg_nodbg_empty(SplitVirtReg->reg)) { in allocatePhysRegs()
DCalcSpillWeights.cpp45 if (MRI.reg_nodbg_empty(Reg)) in calculateSpillWeightsAndHints()
DLiveRangeEdit.cpp384 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) { in eliminateDeadDef()
DVirtRegMap.cpp317 if (MRI->reg_nodbg_empty(VirtReg)) in addMBBLiveIns()
DMachineRegisterInfo.cpp602 if (!reg_nodbg_empty(*AliasReg)) in isPhysRegUsed()
DInlineSpiller.cpp664 if (MRI.reg_nodbg_empty(Reg)) { in reMaterializeAll()
670 (!LIS.getInterval(Reg).empty() || !MRI.reg_nodbg_empty(Reg)) && in reMaterializeAll()
DLiveIntervals.cpp206 if (MRI->reg_nodbg_empty(Reg)) in computeVirtRegs()
693 if (MRI->reg_nodbg_empty(Reg)) in addKillFlags()
DRegAllocPBQP.cpp563 if (MRI.reg_nodbg_empty(Reg)) in findVRegIntervalsToAlloc()
/external/llvm/lib/CodeGen/
DRegAllocBase.cpp73 if (MRI->reg_nodbg_empty(Reg)) in seedLiveRegs()
89 if (MRI->reg_nodbg_empty(VirtReg->reg)) { in allocatePhysRegs()
139 if (MRI->reg_nodbg_empty(SplitVirtReg->reg)) { in allocatePhysRegs()
DCalcSpillWeights.cpp39 if (MRI.reg_nodbg_empty(Reg)) in calculateSpillWeightsAndHints()
DVirtRegMap.cpp292 if (MRI->reg_nodbg_empty(VirtReg)) in addMBBLiveIns()
DLiveRangeEdit.cpp358 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) { in eliminateDeadDef()
DMachineRegisterInfo.cpp525 if (!reg_nodbg_empty(*AliasReg)) in isPhysRegUsed()
DLiveIntervalAnalysis.cpp200 if (MRI->reg_nodbg_empty(Reg)) in computeVirtRegs()
657 if (MRI->reg_nodbg_empty(Reg)) in addKillFlags()
DRegAllocPBQP.cpp537 if (MRI.reg_nodbg_empty(Reg)) in findVRegIntervalsToAlloc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeLiveIntervals.cpp86 if (MRI.reg_nodbg_empty(Reg)) in runOnMachineFunction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeLiveIntervals.cpp83 if (MRI.reg_nodbg_empty(Reg)) in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocBasic.cpp305 if (MRI->reg_nodbg_empty(VirtReg->reg)) { in allocatePhysRegs()
350 if (MRI->reg_nodbg_empty(SplitVirtReg->reg)) { in allocatePhysRegs()
DVirtRegMap.cpp351 if (!MRI->reg_nodbg_empty(Reg)) in rewrite()
/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp277 if (!MRI.reg_nodbg_empty(*i)) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp301 if (!MRI.reg_nodbg_empty(*i)) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h123 bool reg_nodbg_empty(unsigned RegNo) const { in reg_nodbg_empty() function
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h343 bool reg_nodbg_empty(unsigned RegNo) const { in reg_nodbg_empty() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h378 bool reg_nodbg_empty(unsigned RegNo) const { in reg_nodbg_empty() function

12