|
LLVM
4.0.0
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/iterator_range.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineValueType.h"#include "llvm/IR/CallingConv.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/Support/Printable.h"#include <cassert>#include <functional>Go to the source code of this file.
Classes | |
| class | llvm::SmallVectorImpl< T > |
| This class consists of common code factored out of the SmallVector class to reduce code duplication based on the SmallVector 'N' template parameter. More... | |
| class | llvm::TargetRegisterClass |
| struct | llvm::TargetRegisterInfoDesc |
| Extra information, not in MCRegisterDesc, about registers. More... | |
| struct | llvm::RegClassWeight |
| Each TargetRegisterClass has a per register weight, and weight limit which must be less than the limits of its pressure sets. More... | |
| class | llvm::TargetRegisterInfo |
| TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDesc objects that represent all of the machine registers that the target has. More... | |
| class | llvm::SuperRegClassIterator |
| class | llvm::BitMaskClassIterator |
| This class encapuslates the logic to iterate over bitmask returned by the various RegClass related APIs. More... | |
| struct | llvm::VirtReg2IndexFunctor |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| Printable | llvm::PrintReg (unsigned Reg, const TargetRegisterInfo *TRI=nullptr, unsigned SubRegIdx=0) |
| Prints virtual and physical registers with or without a TRI instance. More... | |
| Printable | llvm::PrintRegUnit (unsigned Unit, const TargetRegisterInfo *TRI) |
| Create Printable object to print register units on a raw_ostream. More... | |
| Printable | llvm::PrintVRegOrUnit (unsigned VRegOrUnit, const TargetRegisterInfo *TRI) |
| Create Printable object to print virtual registers and physical registers on a raw_ostream. More... | |
1.8.6