|
LLVM
8.0.1
|
#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"#include "llvm/CodeGen/GlobalISel/RegisterBankInfo.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineOptimizationRemarkEmitter.h"#include <cassert>#include <cstdint>#include <memory>

Go to the source code of this file.
Classes | |
| class | llvm::RegBankSelect |
| This pass implements the reg bank selector pass used in the GlobalISel pipeline. More... | |
| class | llvm::RegBankSelect::InsertPoint |
| Abstract class used to represent an insertion point in a CFG. More... | |
| class | llvm::RegBankSelect::InstrInsertPoint |
| Insertion point before or after an instruction. More... | |
| class | llvm::RegBankSelect::MBBInsertPoint |
| Insertion point at the beginning or end of a basic block. More... | |
| class | llvm::RegBankSelect::EdgeInsertPoint |
| Insertion point on an edge. More... | |
| class | llvm::RegBankSelect::RepairingPlacement |
| Struct used to represent the placement of a repairing point for a given operand. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13