LLVM 22.0.0git
llvm::MCRegUnitIterator Class Reference

#include "llvm/MC/MCRegisterInfo.h"

Inheritance diagram for llvm::MCRegUnitIterator:
[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.
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
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

Definition at line 636 of file MCRegisterInfo.h.

Constructor & Destructor Documentation

◆ MCRegUnitIterator() [1/2]

llvm::MCRegUnitIterator::MCRegUnitIterator ( )
default

Constructs an end iterator.

Referenced by operator++().

◆ MCRegUnitIterator() [2/2]

Member Function Documentation

◆ isValid()

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

◆ operator*()

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

Definition at line 659 of file MCRegisterInfo.h.

◆ operator++()


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