LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
BasicTargetTransformInfo.cpp File Reference
#include "llvm/CodeGen/Passes.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Target/TargetLowering.h"
#include <utility>
Include dependency graph for BasicTargetTransformInfo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "basictti"
 

Detailed Description

This file provides the implementation of a basic TargetTransformInfo pass predicated on the target abstractions present in the target independent code generator. It uses these (primarily TargetLowering) to model as much of the TTI query interface as possible. It is included by most targets so that they can specialize only a small subset of the query space.

Definition in file BasicTargetTransformInfo.cpp.

Macro Definition Documentation

#define DEBUG_TYPE   "basictti"

Definition at line 18 of file BasicTargetTransformInfo.cpp.