LLVM  3.7.0
Classes | Namespaces | Functions
TargetRegisterInfo.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineValueType.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/MC/MCRegisterInfo.h"
#include <cassert>
#include <functional>
Include dependency graph for TargetRegisterInfo.h:
This graph shows which files directly or indirectly include this file:

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
 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
 
struct  llvm::VirtReg2IndexFunctor
 
class  llvm::PrintReg
 PrintReg - Helper class for printing registers on a raw_ostream. More...
 
class  llvm::PrintRegUnit
 PrintRegUnit - Helper class for printing register units on a raw_ostream. More...
 
class  llvm::PrintVRegOrUnit
 PrintVRegOrUnit - It is often convenient to track virtual registers and physical register units in the same list. More...
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Functions

static raw_ostream & llvm::operator<< (raw_ostream &OS, const PrintReg &PR)
 
static raw_ostream & llvm::operator<< (raw_ostream &OS, const PrintRegUnit &PR)
 
static raw_ostream & llvm::operator<< (raw_ostream &OS, const PrintVRegOrUnit &PR)