LLVM  3.7.0
Macros | Functions | Variables
PPCSubtarget.cpp File Reference
#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"
Include dependency graph for PPCSubtarget.cpp:

Go to the source code of this file.

Macros

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

Functions

static bool needsAggressiveScheduling (unsigned Directive)
 

Variables

static cl::opt< boolUseSubRegLiveness ("ppc-track-subreg-liveness", cl::desc("Enable subregister liveness tracking for PPC"), cl::Hidden)
 
static cl::opt< boolQPXStackUnaligned ("qpx-stack-unaligned", cl::desc("Even when QPX is enabled the stack is not 32-byte aligned"), cl::Hidden)
 

Macro Definition Documentation

#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.

Function Documentation

static bool needsAggressiveScheduling ( unsigned  Directive)
static

Variable Documentation

cl::opt<bool> QPXStackUnaligned("qpx-stack-unaligned", cl::desc("Even when QPX is enabled the stack is not 32-byte aligned"), cl::Hidden)
static
cl::opt<bool> UseSubRegLiveness("ppc-track-subreg-liveness", cl::desc("Enable subregister liveness tracking for PPC"), cl::Hidden)
static