LLVM API Documentation

Namespaces | Defines | Functions | Variables
PPCTargetTransformInfo.cpp File Reference
#include "PPC.h"
#include "PPCTargetMachine.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Target/CostTable.h"
#include "llvm/Target/TargetLowering.h"
Include dependency graph for PPCTargetTransformInfo.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Defines

#define DEBUG_TYPE   "ppctti"

Functions

void llvm::initializePPCTTIPass (PassRegistry &)

Variables

static cl::opt< boolDisablePPCConstHoist ("disable-ppc-constant-hoisting", cl::desc("disable constant hoisting on PPC"), cl::init(false), cl::Hidden)

Detailed Description

This file implements a TargetTransformInfo analysis pass specific to the PPC target machine. It uses the target's detailed information to provide more precise answers to certain TTI queries, while letting the target independent and default TTI implementations handle the rest.

Definition in file PPCTargetTransformInfo.cpp.


Define Documentation

#define DEBUG_TYPE   "ppctti"

Definition at line 26 of file PPCTargetTransformInfo.cpp.


Variable Documentation

cl::opt<bool> DisablePPCConstHoist("disable-ppc-constant-hoisting", cl::desc("disable constant hoisting on PPC"), cl::init(false), cl::Hidden) [static]