|
LLVM
3.7.0
|
PrintVRegOrUnit - It is often convenient to track virtual registers and physical register units in the same list. More...
#include <TargetRegisterInfo.h>
Public Member Functions | |
| PrintVRegOrUnit (unsigned VRegOrUnit, const TargetRegisterInfo *tri) | |
| void | print (raw_ostream &) const |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::PrintRegUnit | |
| PrintRegUnit (unsigned unit, const TargetRegisterInfo *tri) | |
| void | print (raw_ostream &) const |
Protected Attributes inherited from llvm::PrintRegUnit | |
| const TargetRegisterInfo * | TRI |
| unsigned | Unit |
PrintVRegOrUnit - It is often convenient to track virtual registers and physical register units in the same list.
Definition at line 992 of file TargetRegisterInfo.h.
|
inline |
Definition at line 994 of file TargetRegisterInfo.h.
| void PrintVRegOrUnit::print | ( | raw_ostream & | OS | ) | const |
Definition at line 77 of file TargetRegisterInfo.cpp.
References llvm::TargetRegisterInfo::isVirtualRegister(), llvm::PrintRegUnit::print(), llvm::PrintRegUnit::TRI, llvm::PrintRegUnit::Unit, and llvm::TargetRegisterInfo::virtReg2Index().
Referenced by llvm::operator<<().
1.8.6