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

Declarations

lib/Target/ARC/ARCFrameLowering.h
   25 class ARCInstrInfo;

References

lib/Target/ARC/ARCBranchFinalize.cpp
   54   const ARCInstrInfo *TII{nullptr};
lib/Target/ARC/ARCExpandPseudos.cpp
   39   const ARCInstrInfo *TII;
lib/Target/ARC/ARCFrameLowering.cpp
  123   const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo();
  244   const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo();
  473   const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo();
lib/Target/ARC/ARCOptAddrMode.cpp
   59   const ARCInstrInfo *AII = nullptr;
lib/Target/ARC/ARCRegisterInfo.cpp
  174   const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo();
lib/Target/ARC/ARCSubtarget.h
   33   ARCInstrInfo InstrInfo;
   48   const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; }