|
LLVM
3.7.0
|
#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 |
Functions | |
| static bool | needsAggressiveScheduling (unsigned Directive) |
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.
Definition at line 157 of file PPCSubtarget.cpp.
References llvm::PPC::DIR_440, llvm::PPC::DIR_A2, llvm::PPC::DIR_E500mc, llvm::PPC::DIR_E5500, llvm::PPC::DIR_PWR7, and llvm::PPC::DIR_PWR8.
Referenced by llvm::PPCSubtarget::enableMachineScheduler(), llvm::PPCSubtarget::overrideSchedPolicy(), and llvm::PPCSubtarget::useAA().
|
static |
|
static |
Referenced by llvm::PPCSubtarget::enableSubRegLiveness().
1.8.6