LLVM
8.0.1
|
#include "PPCSubtarget.h"
#include "PPC.h"
#include "PPCRegisterInfo.h"
#include "PPCTargetMachine.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineScheduler.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Target/TargetMachine.h"
#include <cstdlib>
#include "PPCGenSubtargetInfo.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "ppc-subtarget" |
#define | GET_SUBTARGETINFO_TARGET_DESC |
#define | GET_SUBTARGETINFO_CTOR |
Variables | |
static cl::opt< bool > | UseSubRegLiveness ("ppc-track-subreg-liveness", cl::desc("Enable subregister liveness tracking for PPC"), cl::Hidden) |
static cl::opt< bool > | QPXStackUnaligned ("qpx-stack-unaligned", cl::desc("Even when QPX is enabled the stack is not 32-byte aligned"), cl::Hidden) |
#define DEBUG_TYPE "ppc-subtarget" |
Definition at line 30 of file PPCSubtarget.cpp.
#define GET_SUBTARGETINFO_CTOR |
Definition at line 33 of file PPCSubtarget.cpp.
#define GET_SUBTARGETINFO_TARGET_DESC |
Definition at line 32 of file PPCSubtarget.cpp.
|
static |
Referenced by llvm::PPCSubtarget::PPCSubtarget().