LLVM 19.0.0git
Classes | Namespaces
R600TargetTransformInfo.h File Reference

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

#include "AMDGPUTargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"

Go to the source code of this file.

Classes

class  llvm::R600TTIImpl
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Detailed Description

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