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

References

lib/Target/ARM/ARMLowOverheadLoops.cpp
  100   TII = static_cast<const ARMBaseInstrInfo*>(ST.getInstrInfo());
  363                                     TII->get(ARM::t2CMPri));
  373   MIB = BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(BrOpc));
  396                                     TII->get(ARM::t2SUBri));
  421                                       TII->get(ARM::t2CMPri));
  434     BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(BrOpc));
  452       BuildMI(*MBB, InsertPt, InsertPt->getDebugLoc(), TII->get(Opc));
  471                                       TII->get(ARM::t2LEUpdate));