LLVM 19.0.0git
Public Member Functions | List of all members
llvm::MCRegUnitIterator Class Reference

#include "llvm/MC/MCRegisterInfo.h"

Inheritance diagram for llvm::MCRegUnitIterator:
Inheritance graph
[legend]

Public Member Functions

 MCRegUnitIterator ()=default
 Constructs an end iterator.
 
 MCRegUnitIterator (MCRegister Reg, const MCRegisterInfo *MCRI)
 
const MCRegUnitoperator* () const
 
MCRegUnitIteratoroperator++ ()
 
bool isValid () const
 Returns true if this iterator is not yet at the end.
 
DerivedT & operator++ ()
 
- Public Member Functions inherited from llvm::iterator_adaptor_base< MCRegUnitIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCRegUnit >
MCRegUnitIteratoroperator+= (difference_type n)
 
MCRegUnitIteratoroperator-= (difference_type n)
 
difference_type operator- (const MCRegUnitIterator &RHS) const
 
MCRegUnitIteratoroperator++ ()
 
MCRegUnitIteratoroperator-- ()
 
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 = typename std::iterator_traits< MCRegisterInfo::DiffListIterator >::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
 
 iterator_adaptor_base (MCRegisterInfo::DiffListIterator u)
 
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

Definition at line 608 of file MCRegisterInfo.h.

Constructor & Destructor Documentation

◆ MCRegUnitIterator() [1/2]

llvm::MCRegUnitIterator::MCRegUnitIterator ( )
default

Constructs an end iterator.

◆ MCRegUnitIterator() [2/2]

llvm::MCRegUnitIterator::MCRegUnitIterator ( MCRegister  Reg,
const MCRegisterInfo MCRI 
)
inline

Member Function Documentation

◆ isValid()

bool llvm::MCRegUnitIterator::isValid ( ) const
inline

◆ operator*()

const MCRegUnit & llvm::MCRegUnitIterator::operator* ( ) const
inline

Definition at line 632 of file MCRegisterInfo.h.

◆ operator++() [1/2]

DerivedT & llvm::iterator_adaptor_base< DerivedT, WrappedIteratorT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >::operator++ ( )
inline

Definition at line 280 of file iterator.h.

◆ operator++() [2/2]

MCRegUnitIterator & llvm::MCRegUnitIterator::operator++ ( )
inline

The documentation for this class was generated from the following file: