LLVM 22.0.0git
Classes | Namespaces
AVRTargetTransformInfo.h File Reference

This file defines a TargetTransformInfoImplBase conforming object specific to the AVR target machine. More...

#include "AVRSubtarget.h"
#include "AVRTargetMachine.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/IR/Function.h"
#include <optional>

Go to the source code of this file.

Classes

class  llvm::AVRTTIImpl
 

Namespaces

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

Detailed Description

This file defines a TargetTransformInfoImplBase conforming object specific to the AVR 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 AVRTargetTransformInfo.h.