LLVM API Documentation

Namespaces | Defines | Functions
X86TargetTransformInfo.cpp File Reference
#include "X86.h"
#include "X86TargetMachine.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/Support/Debug.h"
#include "llvm/Target/CostTable.h"
#include "llvm/Target/TargetLowering.h"
Include dependency graph for X86TargetTransformInfo.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Defines

#define DEBUG_TYPE   "x86tti"

Functions

void llvm::initializeX86TTIPass (PassRegistry &)

Detailed Description

This file implements a TargetTransformInfo analysis pass specific to the X86 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 X86TargetTransformInfo.cpp.


Define Documentation

#define DEBUG_TYPE   "x86tti"

Definition at line 26 of file X86TargetTransformInfo.cpp.