LLVM  8.0.1
Classes | Namespaces
AArch64TargetTransformInfo.h File Reference

This file a TargetTransformInfo::Concept conforming object specific to the AArch64 target machine. More...

#include "AArch64.h"
#include "AArch64Subtarget.h"
#include "AArch64TargetMachine.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Intrinsics.h"
#include <cstdint>
Include dependency graph for AArch64TargetTransformInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::AArch64TTIImpl
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Detailed Description

This file a TargetTransformInfo::Concept conforming object specific to the AArch64 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 AArch64TargetTransformInfo.h.