LLVM
8.0.1
|
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"
Go to the source code of this file.
Classes | |
class | llvm::HexagonTTIImpl |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
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.