LLVM  4.0.0
Macros
HexagonTargetTransformInfo.cpp File Reference

This file implements a TargetTransformInfo analysis pass specific to the Hexagon target machine. More...

#include "HexagonTargetTransformInfo.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Support/Debug.h"
Include dependency graph for HexagonTargetTransformInfo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "hexagontti"
 

Detailed Description

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

Macro Definition Documentation

#define DEBUG_TYPE   "hexagontti"

Definition at line 22 of file HexagonTargetTransformInfo.cpp.