HomeSort by relevance Sort by last modified time
    Searched refs:reg_nodbg_empty (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 76 if (MRI->reg_nodbg_empty(Reg))
92 if (MRI->reg_nodbg_empty(VirtReg->reg)) {
142 if (MRI->reg_nodbg_empty(SplitVirtReg->reg)) {
CalcSpillWeights.cpp 39 if (MRI.reg_nodbg_empty(Reg))
LiveRangeEdit.cpp 328 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) {
MachineRegisterInfo.cpp 494 if (!reg_nodbg_empty(*AliasReg))
VirtRegMap.cpp 289 if (MRI->reg_nodbg_empty(VirtReg))
LiveIntervalAnalysis.cpp 215 if (MRI->reg_nodbg_empty(Reg))
678 if (MRI->reg_nodbg_empty(Reg))
    [all...]
RegAllocPBQP.cpp 530 if (MRI.reg_nodbg_empty(Reg))
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 292 if (!MRI->reg_nodbg_empty(reg))
296 if (!MRI->reg_nodbg_empty(reg))
309 || !MRI.reg_nodbg_empty(SP::L0) // Too many registers needed
310 || !MRI.reg_nodbg_empty(SP::O6) // %SP is used
318 if (MRI.reg_nodbg_empty(reg))
322 assert(MRI.reg_nodbg_empty(mapped_reg));
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 267 if (!MRI.reg_nodbg_empty(*i)) {
X86FloatingPoint.cpp 304 if (!MRI.reg_nodbg_empty(X86::FP0 + i)) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 325 /// reg_nodbg_empty - Return true if the only instructions using or defining
327 bool reg_nodbg_empty(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]

Completed in 3799 milliseconds