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

References

lib/Target/ARM/Thumb2SizeReduction.cpp
  480     auto MIB = BuildMI(MBB, MI, dl, TII->get(Entry.NarrowOpc1))
  582   MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, TII->get(Opc));
  652                 TII->get(ARM::tADDrSPi))
  761       MachineInstr *CommutedMI = TII->commuteInstruction(*MI);
  769     if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) ||
  773         TII->commuteInstruction(*MI, false, CommOpIdx1, CommOpIdx2);
  791   const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc2);
  884   const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc1);
 1127   TII = static_cast<const Thumb2InstrInfo *>(STI->getInstrInfo());