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

Overrides

include/llvm/CodeGen/TargetSubtargetInfo.h
   95   virtual const TargetInstrInfo *getInstrInfo() const { return nullptr; }

References

lib/Target/AVR/AVRExpandPseudoInsts.cpp
  115   TII = STI.getInstrInfo();
lib/Target/AVR/AVRFrameLowering.cpp
   59   const AVRInstrInfo &TII = *STI.getInstrInfo();
  165   const AVRInstrInfo &TII = *STI.getInstrInfo();
  247   const TargetInstrInfo &TII = *STI.getInstrInfo();
  287   const TargetInstrInfo &TII = *STI.getInstrInfo();
  365   const AVRInstrInfo &TII = *STI.getInstrInfo();
  508     const TargetInstrInfo &TII = *STI.getInstrInfo();
lib/Target/AVR/AVRISelLowering.cpp
 1443   const TargetInstrInfo &TII = *Subtarget.getInstrInfo();
 1583   const TargetInstrInfo &TII = *Subtarget.getInstrInfo();
lib/Target/AVR/AVRInstrInfo.cpp
  495     const TargetInstrInfo &TII = *STI.getInstrInfo();
lib/Target/AVR/AVRRegisterInfo.cpp
  138   const TargetInstrInfo &TII = *TM.getSubtargetImpl()->getInstrInfo();
lib/Target/AVR/AVRRelaxMemOperations.cpp
   64   TII = STI.getInstrInfo();