Searched refs:encodeWaitcnt (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 569 unsigned encodeWaitcnt(const IsaVersion &Version, 572 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded);
|
H A D | AMDGPUBaseInfo.cpp | 980 unsigned encodeWaitcnt(const IsaVersion &Version, in encodeWaitcnt() function 989 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded) { in encodeWaitcnt() function 990 return encodeWaitcnt(Version, Decoded.VmCnt, Decoded.ExpCnt, Decoded.LgkmCnt); in encodeWaitcnt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 968 AMDGPU::encodeWaitcnt(IV, in insertWait() 1490 AMDGPU::encodeWaitcnt(IV, in insertWait()
|
H A D | SIInsertWaitcnts.cpp | 861 unsigned NewEnc = AMDGPU::encodeWaitcnt(IV, Wait); in applyPreexistingWaitcnt() 1192 unsigned Enc = AMDGPU::encodeWaitcnt(IV, Wait); in generateWaitcntInstBefore()
|