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

Declarations

include/llvm/CodeGen/SelectionDAGNodes.h
 1060   void dump() const;

References

include/llvm/CodeGen/SelectionDAGNodes.h
 1215   return Node->dump();
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4878     LLVM_DEBUG(dbgs() << "Backwards propagate AND: "; N->dump());
 4884       LLVM_DEBUG(dbgs() << "First, need to fix up: "; FixupNode->dump());
 4909       LLVM_DEBUG(dbgs() << "Propagate AND back to: "; Load->dump());
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  985     Node->dump();
lib/Target/ARM/ARMISelLowering.cpp
11735              SHL.dump(); N->dump());
lib/Target/BPF/BPFISelDAGToDAG.cpp
  271     LLVM_DEBUG(dbgs() << "Check candidate load: "; LD->dump(); dbgs() << '\n');
  281     LLVM_DEBUG(dbgs() << "Check candidate load: "; LD->dump(); dbgs() << '\n');
  490              Node->dump(); dbgs() << '\n');
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
   69         Base.Reg.getNode()->dump();
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 4342   LLVM_DEBUG(N->dump());