LLVM: llvm::MCRegUnitIterator Class Reference (original) (raw)
#include "[llvm/MC/MCRegisterInfo.h](MCRegisterInfo%5F8h%5Fsource.html)"
Inheritance diagram for llvm::MCRegUnitIterator:
| Public Member Functions |
|
|
MCRegUnitIterator ()=default |
|
Constructs an end iterator. |
|
MCRegUnitIterator (MCRegister Reg, const MCRegisterInfo *MCRI) |
| const MCRegUnit & |
operator* () const |
| MCRegUnitIterator & |
operator++ () |
| bool |
isValid () const |
|
Returns true if this iterator is not yet at the end. |
| Public Member Functions inherited from llvm::iterator_adaptor_base< MCRegUnitIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCRegUnit > |
|
| MCRegUnitIterator & |
operator+= (difference_type n) |
| MCRegUnitIterator & |
operator-= (difference_type n) |
| difference_type |
operator- (const MCRegUnitIterator &RHS) const |
| MCRegUnitIterator & |
operator++ () |
| MCRegUnitIterator & |
operator-- () |
| std::conditional_t< std::is_same< const MCRegUnit, typename std::iterator_traits< MCRegisterInfo::DiffListIterator >::value_type >::value, typename std::iterator_traits< MCRegisterInfo::DiffListIterator >::reference, const MCRegUnit & > |
operator* () const |
| Public Member Functions inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > |
|
| DerivedT |
operator+ (DifferenceTypeT n) const |
| DerivedT |
operator- (DifferenceTypeT n) const |
| DerivedT & |
operator++ () |
| DerivedT |
operator++ (int) |
| DerivedT & |
operator-- () |
| DerivedT |
operator-- (int) |
| bool |
operator!= (const DerivedT &RHS) const |
| bool |
operator> (const DerivedT &RHS) const |
| bool |
operator<= (const DerivedT &RHS) const |
| bool |
operator>= (const DerivedT &RHS) const |
| PointerProxy |
operator-> () const |
| ReferenceProxy |
operator[] (DifferenceTypeT n) const |
| Additional Inherited Members |
|
| Public Types inherited from llvm::iterator_adaptor_base< MCRegUnitIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCRegUnit > |
|
| using |
difference_type |
| Public Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > |
|
| using |
iterator_category = IteratorCategoryT |
| using |
value_type = T |
| using |
difference_type = DifferenceTypeT |
| using |
pointer = PointerT |
| using |
reference = ReferenceT |
| Protected Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > |
|
| enum |
{ IsRandomAccess, IsBidirectional } |
| Protected Member Functions inherited from llvm::iterator_adaptor_base< MCRegUnitIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCRegUnit > |
|
|
iterator_adaptor_base ()=default |
| const MCRegisterInfo::DiffListIterator & |
wrapped () const |
| Protected Attributes inherited from llvm::iterator_adaptor_base< MCRegUnitIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCRegUnit > |
|
| MCRegisterInfo::DiffListIterator |
I |
Detailed Description
Constructor & Destructor Documentation
| llvm::MCRegUnitIterator::MCRegUnitIterator ( ) |
default |
◆ MCRegUnitIterator() [2/2]
Member Function Documentation
◆ isValid()
| bool llvm::MCRegUnitIterator::isValid ( ) const |
inline |
◆ operator*()
| const MCRegUnit & llvm::MCRegUnitIterator::operator* ( ) const |
inline |
◆ operator++()
The documentation for this class was generated from the following file: