|
LLVM 23.0.0git
|
Iterates over the set bits of an HWEvent. More...
#include "Target/AMDGPU/AMDGPUHWEvents.h"
Public Member Functions | |
| const_iterator ()=default | |
| const_iterator (HWEvents H) | |
| bool | operator== (const const_iterator &Other) const |
| HWEvents | operator* () const |
| const_iterator & | operator++ () |
| Public Member Functions inherited from llvm::iterator_facade_base< const_iterator, std::forward_iterator_tag, HWEvents > | |
| const_iterator | operator+ (std::ptrdiff_t n) const |
| const_iterator | operator- (std::ptrdiff_t n) const |
| const_iterator & | operator++ () |
| const_iterator & | operator-- () |
| bool | operator!= (const const_iterator &RHS) const |
| bool | operator> (const const_iterator &RHS) const |
| bool | operator<= (const const_iterator &RHS) const |
| bool | operator>= (const const_iterator &RHS) const |
| PointerProxy | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_facade_base< const_iterator, std::forward_iterator_tag, HWEvents > | |
| enum | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
Iterates over the set bits of an HWEvent.
NOLINTNEXTLINE
Definition at line 64 of file AMDGPUHWEvents.h.
|
default |
Referenced by operator++(), and operator==().
|
inline |
Definition at line 74 of file AMDGPUHWEvents.h.
References H, llvm::AMDGPU::HWEvents::HWEvents(), and llvm::AMDGPU::HWEvents::value().
|
inline |
Definition at line 80 of file AMDGPUHWEvents.h.
References llvm::countr_zero(), and llvm::AMDGPU::HWEvents::HWEvents().
|
inline |
Definition at line 85 of file AMDGPUHWEvents.h.
References const_iterator(), llvm::countr_zero(), and llvm::maskTrailingZeros().
|
inline |
Definition at line 76 of file AMDGPUHWEvents.h.
References const_iterator(), and llvm::AMDGPU::Other.