LLVM  8.0.1
Public Types | Public Member Functions | List of all members
llvm::rdf::RegisterAggr::rr_iterator Struct Reference

#include "Target/Hexagon/RDFRegisters.h"

Public Types

using MapType = std::map< RegisterId, LaneBitmask >
 

Public Member Functions

 rr_iterator (const RegisterAggr &RG, bool End)
 
RegisterRef operator* () const
 
rr_iteratoroperator++ ()
 
bool operator== (const rr_iterator &I) const
 
bool operator!= (const rr_iterator &I) const
 

Detailed Description

Definition at line 185 of file RDFRegisters.h.

Member Typedef Documentation

◆ MapType

Definition at line 186 of file RDFRegisters.h.

Constructor & Destructor Documentation

◆ rr_iterator()

RegisterAggr::rr_iterator::rr_iterator ( const RegisterAggr RG,
bool  End 
)

Definition at line 372 of file RDFRegisters.cpp.

Member Function Documentation

◆ operator!=()

bool llvm::rdf::RegisterAggr::rr_iterator::operator!= ( const rr_iterator I) const
inline

Definition at line 213 of file RDFRegisters.h.

References I.

◆ operator*()

RegisterRef llvm::rdf::RegisterAggr::rr_iterator::operator* ( ) const
inline

Definition at line 197 of file RDFRegisters.h.

◆ operator++()

rr_iterator& llvm::rdf::RegisterAggr::rr_iterator::operator++ ( )
inline

Definition at line 201 of file RDFRegisters.h.

◆ operator==()

bool llvm::rdf::RegisterAggr::rr_iterator::operator== ( const rr_iterator I) const
inline

Definition at line 207 of file RDFRegisters.h.

References assert().


The documentation for this struct was generated from the following files: