|
LLVM 22.0.0git
|
This file provides a helper that implements much of the TTI interface in terms of the target-independent code generator and TargetLowering interfaces. More...
#include "llvm/ADT/APInt.h"#include "llvm/ADT/BitVector.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Analysis/LoopInfo.h"#include "llvm/Analysis/OptimizationRemarkEmitter.h"#include "llvm/Analysis/TargetLibraryInfo.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/Analysis/TargetTransformInfoImpl.h"#include "llvm/Analysis/ValueTracking.h"#include "llvm/CodeGen/ISDOpcodes.h"#include "llvm/CodeGen/TargetLowering.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/CodeGen/ValueTypes.h"#include "llvm/CodeGenTypes/MachineValueType.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/Constant.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/InstrTypes.h"#include "llvm/IR/Instruction.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Intrinsics.h"#include "llvm/IR/Operator.h"#include "llvm/IR/Type.h"#include "llvm/IR/Value.h"#include "llvm/Support/Casting.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/TargetOptions.h"#include "llvm/Transforms/Utils/LoopUtils.h"#include <algorithm>#include <cassert>#include <cstdint>#include <limits>#include <optional>#include <utility>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< unsigned > | llvm::PartialUnrollingThreshold |
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.