LLVM 22.0.0git
llvm::Hexagon::PacketIterator Class Reference

#include "Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h"

Inheritance diagram for llvm::Hexagon::PacketIterator:
[legend]

Public Member Functions

 PacketIterator (MCInstrInfo const &MCII, MCInst const &Inst)
 PacketIterator (MCInstrInfo const &MCII, MCInst const &Inst, std::nullptr_t)
PacketIteratoroperator++ ()
MCInst constoperator* () const
bool operator== (PacketIterator const &Other) const
Public Member Functions inherited from llvm::iterator_facade_base< PacketIterator, std::forward_iterator_tag, const MCInst >
PacketIterator operator+ (std::ptrdiff_t n) const
PacketIterator operator- (std::ptrdiff_t n) const
PacketIterator & operator++ ()
PacketIterator & operator-- ()
bool operator!= (const PacketIterator &RHS) const
bool operator> (const PacketIterator &RHS) const
bool operator<= (const PacketIterator &RHS) const
bool operator>= (const PacketIterator &RHS) const
PointerProxy operator-> () const
ReferenceProxy operator[] (std::ptrdiff_t n) const

Additional Inherited Members

Public Types inherited from llvm::iterator_facade_base< PacketIterator, std::forward_iterator_tag, const MCInst >
using iterator_category
using value_type
using difference_type
using pointer
using reference
Protected Types inherited from llvm::iterator_facade_base< PacketIterator, std::forward_iterator_tag, const MCInst >
enum  

Detailed Description

Definition at line 45 of file HexagonMCInstrInfo.h.

Constructor & Destructor Documentation

◆ PacketIterator() [1/2]

Hexagon::PacketIterator::PacketIterator ( MCInstrInfo const & MCII,
MCInst const & Inst )

Definition at line 39 of file HexagonMCInstrInfo.cpp.

Referenced by operator==().

◆ PacketIterator() [2/2]

Hexagon::PacketIterator::PacketIterator ( MCInstrInfo const & MCII,
MCInst const & Inst,
std::nullptr_t  )

Definition at line 45 of file HexagonMCInstrInfo.cpp.

Member Function Documentation

◆ operator*()

MCInst const & Hexagon::PacketIterator::operator* ( ) const

Definition at line 71 of file HexagonMCInstrInfo.cpp.

◆ operator++()

Hexagon::PacketIterator & Hexagon::PacketIterator::operator++ ( )

◆ operator==()

bool Hexagon::PacketIterator::operator== ( PacketIterator const & Other) const

Definition at line 77 of file HexagonMCInstrInfo.cpp.

References llvm::Other, and PacketIterator().


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