LLVM API Documentation
#include "llvm/ADT/DenseMap.h"#include "llvm/CodeGen/CallingConvLower.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/Target/TargetLowering.h"#include "llvm/IR/CallingConv.h"#include "llvm/IR/IntrinsicInst.h"

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::ArgListEntry |
| struct | llvm::FastISel::CallLoweringInfo |
| struct | llvm::FastISel::SavePoint |
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
This file defines the FastISel class.
Definition in file FastISel.h.