|
LLVM
8.0.1
|
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/ArrayRef.h"#include "llvm/ADT/BitVector.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Analysis/LoopInfo.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/Analysis/TargetTransformInfoImpl.h"#include "llvm/CodeGen/ISDOpcodes.h"#include "llvm/CodeGen/TargetLowering.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/CodeGen/ValueTypes.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/CallSite.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/MC/MCSchedule.h"#include "llvm/Support/Casting.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MachineValueType.h"#include "llvm/Support/MathExtras.h"#include <algorithm>#include <cassert>#include <cstdint>#include <limits>#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 | |
| llvm | |
| This class represents lattice values for constants. | |
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.
1.8.13