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

References

include/llvm/CodeGen/SelectionDAGNodes.h
 1134   SDLoc(const SDNode *N) : DL(N->getDebugLoc()), IROrder(N->getIROrder()) {}
 1211   return Node->getDebugLoc();
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  177     BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
  323         BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
  390       BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
  524       BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
  534                                  Node->isDivergent(), Node->getDebugLoc());
  541           BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
  579       BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase);
  617   BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
  635   MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II, NewVReg);
  845   MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II);
 1000       BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
 1013     BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
 1028     BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
 1039     BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TarOp))
 1055         BuildMI(*MF, Node->getDebugLoc(), TII->get(TgtOpc));
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1061       if (N->getDebugLoc() != DL.getDebugLoc())
 7670   DebugLoc NLoc = N->getDebugLoc();
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  959   if (DebugLoc DL = getDebugLoc()) {
lib/Target/BPF/BPFISelDAGToDAG.cpp
  194     const DebugLoc &DL = Node->getDebugLoc();