LLVM
13.0.0git
|
Represents the counter values to wait for in an s_waitcnt instruction. More...
#include "Target/AMDGPU/Utils/AMDGPUBaseInfo.h"
Public Member Functions | |
Waitcnt () | |
Waitcnt (unsigned VmCnt, unsigned ExpCnt, unsigned LgkmCnt, unsigned VsCnt) | |
bool | hasWait () const |
bool | dominates (const Waitcnt &Other) const |
Waitcnt | combined (const Waitcnt &Other) const |
Static Public Member Functions | |
static Waitcnt | allZero (bool HasVscnt) |
static Waitcnt | allZeroExceptVsCnt () |
Public Attributes | |
unsigned | VmCnt = ~0u |
unsigned | ExpCnt = ~0u |
unsigned | LgkmCnt = ~0u |
unsigned | VsCnt = ~0u |
Represents the counter values to wait for in an s_waitcnt instruction.
Large values (including the maximum possible integer) can be used to represent "don't care" waits.
Definition at line 461 of file AMDGPUBaseInfo.h.
|
inline |
Definition at line 467 of file AMDGPUBaseInfo.h.
Referenced by allZero(), allZeroExceptVsCnt(), and combined().
|
inline |
Definition at line 468 of file AMDGPUBaseInfo.h.
|
inlinestatic |
Definition at line 471 of file AMDGPUBaseInfo.h.
References Waitcnt().
|
inlinestatic |
Definition at line 474 of file AMDGPUBaseInfo.h.
References Waitcnt().
Definition at line 485 of file AMDGPUBaseInfo.h.
References ExpCnt, LgkmCnt, llvm::min(), Other, VmCnt, VsCnt, and Waitcnt().
|
inline |
unsigned llvm::AMDGPU::Waitcnt::ExpCnt = ~0u |
Definition at line 463 of file AMDGPUBaseInfo.h.
Referenced by combined(), llvm::AMDGPU::decodeWaitcnt(), dominates(), llvm::AMDGPU::encodeWaitcnt(), and hasWait().
unsigned llvm::AMDGPU::Waitcnt::LgkmCnt = ~0u |
Definition at line 464 of file AMDGPUBaseInfo.h.
Referenced by combined(), llvm::AMDGPU::decodeWaitcnt(), dominates(), llvm::AMDGPU::encodeWaitcnt(), and hasWait().
unsigned llvm::AMDGPU::Waitcnt::VmCnt = ~0u |
Definition at line 462 of file AMDGPUBaseInfo.h.
Referenced by combined(), llvm::AMDGPU::decodeWaitcnt(), dominates(), llvm::AMDGPU::encodeWaitcnt(), and hasWait().
unsigned llvm::AMDGPU::Waitcnt::VsCnt = ~0u |
Definition at line 465 of file AMDGPUBaseInfo.h.
Referenced by combined(), dominates(), and hasWait().