reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
   81   if (Instruction.isIndirectDebugValue())
lib/CodeGen/LiveDebugValues.cpp
  283       bool Indirect = MI.isIndirectDebugValue();
 1320         !MI.isIndirectDebugValue() && IsRegOtherThanSPAndFP(MI.getOperand(0)) &&
lib/CodeGen/MachineInstr.cpp
 1775     if (isIndirectDebugValue())
 2078   if (MI.isIndirectDebugValue()) {
lib/CodeGen/PrologEpilogInserter.cpp
 1225         if (!MI.isIndirectDebugValue() && !DIExpr->isComplex())
 1232         if (MI.isIndirectDebugValue() && DIExpr->isImplicit()) {
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  598       bool IsIndirect = MI->isIndirectDebugValue();
lib/Target/AArch64/AArch64InstrInfo.cpp
 5384   if (MI.isDebugInstr() || MI.isIndirectDebugValue())
lib/Target/X86/X86InstrInfo.cpp
 8048   if (MI.isDebugInstr() || MI.isIndirectDebugValue())
lib/Target/X86/X86OptimizeLEAs.cpp
  579   bool IsIndirect = MI.isIndirectDebugValue();