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

Declarations

lib/Target/SystemZ/SystemZFrameLowering.h
   17 class SystemZSubtarget;
lib/Target/SystemZ/SystemZISelLowering.h
  370 class SystemZSubtarget;
lib/Target/SystemZ/SystemZInstrInfo.h
   30 class SystemZSubtarget;

References

include/llvm/CodeGen/MachineFunction.h
  481   template<typename STC> const STC &getSubtarget() const {
lib/Target/SystemZ/SystemZAsmPrinter.cpp
  461     if (MF->getSubtarget<SystemZSubtarget>().hasFastSerialization())
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  135   const SystemZSubtarget *Subtarget;
  354     Subtarget = &MF.getSubtarget<SystemZSubtarget>();
lib/Target/SystemZ/SystemZISelLowering.cpp
   76                                              const SystemZSubtarget &STI)
  668     const SystemZSubtarget &Subtarget) {
lib/Target/SystemZ/SystemZISelLowering.h
  376                                  const SystemZSubtarget &STI);
  528   const SystemZSubtarget &Subtarget;
  675   bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
lib/Target/SystemZ/SystemZInstrInfo.cpp
   58 SystemZInstrInfo::SystemZInstrInfo(SystemZSubtarget &sti)
lib/Target/SystemZ/SystemZInstrInfo.h
  161   SystemZSubtarget &STI;
  202   explicit SystemZInstrInfo(SystemZSubtarget &STI);
lib/Target/SystemZ/SystemZRegisterInfo.cpp
   84   const SystemZSubtarget &Subtarget = MF.getSubtarget<SystemZSubtarget>();
   84   const SystemZSubtarget &Subtarget = MF.getSubtarget<SystemZSubtarget>();
  197   const SystemZSubtarget &Subtarget = MF->getSubtarget<SystemZSubtarget>();
  197   const SystemZSubtarget &Subtarget = MF->getSubtarget<SystemZSubtarget>();
  211   const SystemZSubtarget &Subtarget = MF.getSubtarget<SystemZSubtarget>();
  211   const SystemZSubtarget &Subtarget = MF.getSubtarget<SystemZSubtarget>();
  283         MF.getSubtarget<SystemZSubtarget>().hasVector()) {
lib/Target/SystemZ/SystemZShortenInst.cpp
  369   const SystemZSubtarget &ST = F.getSubtarget<SystemZSubtarget>();
  369   const SystemZSubtarget &ST = F.getSubtarget<SystemZSubtarget>();
lib/Target/SystemZ/SystemZSubtarget.cpp
   29 SystemZSubtarget &
lib/Target/SystemZ/SystemZSubtarget.h
   79   SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,
lib/Target/SystemZ/SystemZTargetMachine.h
   29   SystemZSubtarget Subtarget;
   38   const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; }
   40   const SystemZSubtarget *getSubtargetImpl(const Function &) const override {
lib/Target/SystemZ/SystemZTargetTransformInfo.h
   23   const SystemZSubtarget *ST;
   26   const SystemZSubtarget *getST() const { return ST; }