LLVM 20.0.0git
|
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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
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.