LLVM
8.0.1
|
This file defines the FastISel class. More...
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/Support/MachineValueType.h"
#include <algorithm>
#include <cstdint>
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::FastISel |
This is a fast-path instruction selection class that generates poor code and doesn't support illegal types or non-trivial lowering, but runs quickly. More... | |
struct | llvm::FastISel::CallLoweringInfo |
struct | llvm::FastISel::SavePoint |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
This file defines the FastISel class.
Definition in file FastISel.h.