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

References

lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  177     BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
  276     BuildMI(*MBB, InsertPos, Op.getDebugLoc(),
  323         BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
  390       BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
  468   BuildMI(*MBB, InsertPos, DL, TII->get(TargetOpcode::COPY), NewReg)
  524       BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
  541           BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
  593     MBB->insert(InsertPos, MIB);
  617   BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
  667   MBB->insert(InsertPos, MIB);
  912   MBB->insert(InsertPos, MIB);
 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))
 1151     MBB->insert(InsertPos, MIB);
lib/CodeGen/SelectionDAG/InstrEmitter.h
  124   MachineBasicBlock *getBlock() { return MBB; }