LLVM  8.0.1
Classes | Namespaces
HexagonTargetTransformInfo.h File Reference

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

#include "Hexagon.h"
#include "HexagonSubtarget.h"
#include "HexagonTargetMachine.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/IR/Function.h"
Include dependency graph for HexagonTargetTransformInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::HexagonTTIImpl
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

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.h.