|
LLVM
3.7.0
|
#include <MCRegisterInfo.h>
Public Member Functions | |
| MCRegUnitIterator () | |
| MCRegUnitIterator - Create an iterator that traverses the register units in Reg. More... | |
| MCRegUnitIterator (unsigned Reg, const MCRegisterInfo *MCRI) | |
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 () | |
| 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... | |
Definition at line 534 of file MCRegisterInfo.h.
|
inline |
MCRegUnitIterator - Create an iterator that traverses the register units in Reg.
Definition at line 538 of file MCRegisterInfo.h.
|
inline |
Definition at line 539 of file MCRegisterInfo.h.
References llvm::MCRegisterInfo::DiffListIterator::advance(), llvm::MCRegisterInfo::get(), llvm::MCRegisterInfo::DiffListIterator::init(), and llvm::MCRegisterDesc::RegUnits.
1.8.6