LLVM 19.0.0git
Classes | Namespaces | Macros
SystemZSubtarget.h File Reference
#include "SystemZFrameLowering.h"
#include "SystemZISelLowering.h"
#include "SystemZInstrInfo.h"
#include "SystemZRegisterInfo.h"
#include "SystemZSelectionDAGInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/TargetParser/Triple.h"
#include <string>
#include "SystemZGenSubtargetInfo.inc"

Go to the source code of this file.

Classes

class  llvm::SystemZSubtarget
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Macros

#define GET_SUBTARGETINFO_HEADER
 
#define GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER)    bool ATTRIBUTE = DEFAULT;
 
#define GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER)    bool GETTER() const { return ATTRIBUTE; }
 

Macro Definition Documentation

◆ GET_SUBTARGETINFO_HEADER

#define GET_SUBTARGETINFO_HEADER

Definition at line 26 of file SystemZSubtarget.h.

◆ GET_SUBTARGETINFO_MACRO [1/2]

#define GET_SUBTARGETINFO_MACRO (   ATTRIBUTE,
  DEFAULT,
  GETTER 
)     bool ATTRIBUTE = DEFAULT;

Definition at line 105 of file SystemZSubtarget.h.

◆ GET_SUBTARGETINFO_MACRO [2/2]

#define GET_SUBTARGETINFO_MACRO (   ATTRIBUTE,
  DEFAULT,
  GETTER 
)     bool GETTER() const { return ATTRIBUTE; }

Definition at line 105 of file SystemZSubtarget.h.