LLVM API Documentation

Namespaces | Defines | Functions
XCoreTargetTransformInfo.cpp File Reference
#include "XCore.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Target/CostTable.h"
#include "llvm/Target/TargetLowering.h"
Include dependency graph for XCoreTargetTransformInfo.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Defines

#define DEBUG_TYPE   "xcoretti"

Functions

void llvm::initializeXCoreTTIPass (PassRegistry &)

Detailed Description

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


Define Documentation

#define DEBUG_TYPE   "xcoretti"

Definition at line 24 of file XCoreTargetTransformInfo.cpp.