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

Declarations

lib/Target/Mips/MicroMipsSizeReduction.cpp
  140   static const MipsInstrInfo *MipsII;

References

lib/Target/Mips/MicroMipsSizeReduction.cpp
  704     MI->setDesc(MipsII->get(Entry.NarrowOpc()));
  709     const MCInstrDesc &NewMCID = MipsII->get(Entry.NarrowOpc());
  784   MipsII = static_cast<const MipsInstrInfo *>(Subtarget->getInstrInfo());