LLVM API Documentation

Defines | Functions
PPCSubtarget.cpp File Reference
#include "PPCSubtarget.h"
#include "PPC.h"
#include "PPCRegisterInfo.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/Host.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.

Defines

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

Functions

static std::string getDataLayoutString (const Triple &T)
 Return the datalayout string of a subtarget.
static bool needsAggressiveScheduling (unsigned Directive)

Define Documentation

#define DEBUG_TYPE   "ppc-subtarget"

Definition at line 29 of file PPCSubtarget.cpp.

Definition at line 32 of file PPCSubtarget.cpp.

Definition at line 31 of file PPCSubtarget.cpp.


Function Documentation

static std::string getDataLayoutString ( const Triple T) [static]
static bool needsAggressiveScheduling ( unsigned  Directive) [static]