LLVM 22.0.0git
BasicTTIImpl.h File Reference

This file provides a helper that implements much of the TTI interface in terms of the target-independent code generator and TargetLowering interfaces. More...

Go to the source code of this file.

Classes

class  llvm::BasicTTIImplBase< T >
 Base class which can be used to help build a TTI implementation. More...
class  llvm::BasicTTIImpl
 Concrete BasicTTIImpl that can be used if no further customization is needed. More...

Namespaces

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

Variables

cl::opt< unsignedllvm::PartialUnrollingThreshold

Detailed Description

This file provides a helper that implements much of the TTI interface in terms of the target-independent code generator and TargetLowering interfaces.

Definition in file BasicTTIImpl.h.