|
LLVM 22.0.0git
|
MCSuperRegIterator enumerates all super-registers of Reg. More...
#include "llvm/MC/MCRegisterInfo.h"
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_adaptor_base< MCSuperRegIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCPhysReg > | |
| using | difference_type |
| Public Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
| enum | { IsRandomAccess , IsBidirectional } |
| using | iterator_category = IteratorCategoryT |
| using | value_type = T |
| using | difference_type = DifferenceTypeT |
| using | pointer = PointerT |
| using | reference = ReferenceT |
| Protected Member Functions inherited from llvm::iterator_adaptor_base< MCSuperRegIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCPhysReg > | |
| iterator_adaptor_base ()=default | |
| const MCRegisterInfo::DiffListIterator & | wrapped () const |
| Protected Attributes inherited from llvm::iterator_adaptor_base< MCSuperRegIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCPhysReg > | |
| MCRegisterInfo::DiffListIterator | I |
MCSuperRegIterator enumerates all super-registers of Reg.
If IncludeSelf is set, Reg itself is included in the list.
Definition at line 595 of file MCRegisterInfo.h.
|
default |
Constructs an end iterator.
Referenced by operator++().
|
inline |
|
inline |
Returns true if this iterator is not yet at the end.
Definition at line 625 of file MCRegisterInfo.h.
Definition at line 616 of file MCRegisterInfo.h.
|
inline |
Definition at line 619 of file MCRegisterInfo.h.
References llvm::iterator_adaptor_base< MCSuperRegIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCPhysReg >::I, and MCSuperRegIterator().