LLVM 20.0.0git
|
#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; } |
#define GET_SUBTARGETINFO_HEADER |
Definition at line 26 of file SystemZSubtarget.h.
Definition at line 105 of file SystemZSubtarget.h.
#define GET_SUBTARGETINFO_MACRO | ( | ATTRIBUTE, | |
DEFAULT, | |||
GETTER | |||
) | bool GETTER() const { return ATTRIBUTE; } |
Definition at line 105 of file SystemZSubtarget.h.