LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
PPCTargetTransformInfo.cpp File Reference
#include "PPC.h"
#include "PPCTargetMachine.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/CostTable.h"
Include dependency graph for PPCTargetTransformInfo.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Macros

#define DEBUG_TYPE   "ppctti"
 

Functions

void llvm::initializePPCTTIPass (PassRegistry &)
 

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.

Macro Definition Documentation

#define DEBUG_TYPE   "ppctti"

Definition at line 17 of file PPCTargetTransformInfo.cpp.