LLVM  8.0.1
Classes | Namespaces
PPCTargetTransformInfo.h File Reference

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

#include "PPC.h"
#include "PPCTargetMachine.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/CodeGen/TargetLowering.h"
Include dependency graph for PPCTargetTransformInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::PPCTTIImpl
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Detailed Description

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