LLVM API Documentation

Classes | Namespaces
FastISel.h File Reference
#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"
Include dependency graph for FastISel.h:
This graph shows which files directly or indirectly include this file:

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.



Detailed Description

This file defines the FastISel class.

Definition in file FastISel.h.