|
LLVM
8.0.1
|
#include "SystemZSubtarget.h"#include "MCTargetDesc/SystemZMCTargetDesc.h"#include "llvm/IR/GlobalValue.h"#include "SystemZGenSubtargetInfo.inc"
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< bool > | UseSubRegLiveness ("systemz-subreg-liveness", cl::desc("Enable subregister liveness tracking for SystemZ (experimental)"), cl::Hidden) |
| #define DEBUG_TYPE "systemz-subtarget" |
Definition at line 16 of file SystemZSubtarget.cpp.
| #define GET_SUBTARGETINFO_CTOR |
Definition at line 19 of file SystemZSubtarget.cpp.
| #define GET_SUBTARGETINFO_TARGET_DESC |
Definition at line 18 of file SystemZSubtarget.cpp.
1.8.13