|
LLVM
8.0.1
|
MCSuperRegIterator enumerates all super-registers of Reg. More...
#include "llvm/MC/MCRegisterInfo.h"


Public Member Functions | |
| MCSuperRegIterator ()=default | |
| MCSuperRegIterator (unsigned Reg, const MCRegisterInfo *MCRI, bool IncludeSelf=false) | |
Public Member Functions inherited from llvm::MCRegisterInfo::DiffListIterator | |
| bool | isValid () const |
| isValid - returns true if this iterator is not yet at the end. More... | |
| unsigned | operator* () const |
| Dereference the iterator to get the value at the current position. More... | |
| void | operator++ () |
| Pre-increment to move to the next position. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::MCRegisterInfo::DiffListIterator | |
| DiffListIterator ()=default | |
| Create an invalid iterator. Call init() to point to something useful. More... | |
| void | init (MCPhysReg InitVal, const MCPhysReg *DiffList) |
| init - Point the iterator to InitVal, decoding subsequent values from DiffList. More... | |
| unsigned | advance () |
| advance - Move to the next list position, return the applied differential. More... | |
MCSuperRegIterator enumerates all super-registers of Reg.
If IncludeSelf is set, Reg itself is included in the list.
Definition at line 531 of file MCRegisterInfo.h.
|
default |
|
inline |
Definition at line 535 of file MCRegisterInfo.h.
References llvm::MCRegisterInfo::get(), llvm::cl::init(), and llvm::MCRegisterDesc::SuperRegs.
1.8.13