LLVM
8.0.1
|
This file a TargetTransformInfo::Concept conforming object specific to the AMDGPU target machine. More...
#include "AMDGPU.h"
#include "AMDGPUSubtarget.h"
#include "AMDGPUTargetMachine.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
#include "Utils/AMDGPUBaseInfo.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/IR/Function.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Support/MathExtras.h"
#include <cassert>
Go to the source code of this file.
Classes | |
class | llvm::AMDGPUTTIImpl |
class | llvm::GCNTTIImpl |
class | llvm::R600TTIImpl |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
This file a TargetTransformInfo::Concept conforming object specific to the AMDGPU 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 AMDGPUTargetTransformInfo.h.