|
LLVM
3.7.0
|
MCRegUnitIterator enumerates a list of register units and their associated lane masks for Reg. More...
#include <MCRegisterInfo.h>
Public Member Functions | |
| MCRegUnitMaskIterator () | |
| MCRegUnitMaskIterator (unsigned Reg, const MCRegisterInfo *MCRI) | |
| Constructs an iterator that traverses the register units and their associated LaneMasks in Reg. More... | |
| std::pair< unsigned, unsigned > | operator* () const |
| Returns a (RegUnit, LaneMask) pair. More... | |
| bool | isValid () const |
| Returns true if this iterator is not yet at the end. More... | |
| void | operator++ () |
| Moves to the next position. More... | |
MCRegUnitIterator enumerates a list of register units and their associated lane masks for Reg.
The register units are in ascending numerical order.
Definition at line 560 of file MCRegisterInfo.h.
|
inline |
Definition at line 564 of file MCRegisterInfo.h.
|
inline |
Constructs an iterator that traverses the register units and their associated LaneMasks in Reg.
Definition at line 567 of file MCRegisterInfo.h.
References llvm::MCRegisterInfo::get(), and llvm::MCRegisterDesc::RegUnitLaneMasks.
|
inline |
Returns true if this iterator is not yet at the end.
Definition at line 579 of file MCRegisterInfo.h.
References llvm::MCRegisterInfo::DiffListIterator::isValid().
Referenced by foreachUnit().
Returns a (RegUnit, LaneMask) pair.
Definition at line 574 of file MCRegisterInfo.h.
|
inline |
Moves to the next position.
Definition at line 582 of file MCRegisterInfo.h.
1.8.6