LLVM  8.0.1
Macros | Variables
SystemZSubtarget.cpp File Reference
#include "SystemZSubtarget.h"
#include "MCTargetDesc/SystemZMCTargetDesc.h"
#include "llvm/IR/GlobalValue.h"
#include "SystemZGenSubtargetInfo.inc"
Include dependency graph for SystemZSubtarget.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "systemz-subtarget"
 
#define GET_SUBTARGETINFO_TARGET_DESC
 
#define GET_SUBTARGETINFO_CTOR
 

Variables

static cl::opt< boolUseSubRegLiveness ("systemz-subreg-liveness", cl::desc("Enable subregister liveness tracking for SystemZ (experimental)"), cl::Hidden)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "systemz-subtarget"

Definition at line 16 of file SystemZSubtarget.cpp.

◆ GET_SUBTARGETINFO_CTOR

#define GET_SUBTARGETINFO_CTOR

Definition at line 19 of file SystemZSubtarget.cpp.

◆ GET_SUBTARGETINFO_TARGET_DESC

#define GET_SUBTARGETINFO_TARGET_DESC

Definition at line 18 of file SystemZSubtarget.cpp.

Variable Documentation

◆ UseSubRegLiveness

cl::opt<bool> UseSubRegLiveness("systemz-subreg-liveness", cl::desc("Enable subregister liveness tracking for SystemZ (experimental)"), cl::Hidden)
static