Searched refs:LoadCnt (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 836 unsigned LoadCnt = ~0u; // Corresponds to Vmcnt prior to gfx12. member 847 : LoadCnt(VmCnt), ExpCnt(ExpCnt), DsCnt(LgkmCnt), StoreCnt(VsCnt), in Waitcnt() 851 Waitcnt(unsigned LoadCnt, unsigned ExpCnt, unsigned DsCnt, unsigned StoreCnt, in Waitcnt() 853 : LoadCnt(LoadCnt), ExpCnt(ExpCnt), DsCnt(DsCnt), StoreCnt(StoreCnt), in Waitcnt() 868 return LoadCnt != ~0u || ExpCnt != ~0u || DsCnt != ~0u || in hasWaitExceptStoreCnt() 878 std::min(LoadCnt, Other.LoadCnt), std::min(ExpCnt, Other.ExpCnt), in combined()
|
| H A D | AMDGPUBaseInfo.cpp | 1333 Decoded.LoadCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt() 1370 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt); in encodeWaitcnt() 1390 Decoded.LoadCnt = in decodeLoadcntDscnt() 1435 return encodeLoadcntDscnt(Version, Decoded.LoadCnt, Decoded.DsCnt); in encodeLoadcntDscnt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 197 return Wait.LoadCnt; in getCounterRef() 1233 Wait.LoadCnt = ~0u; in applyPreexistingWaitcnt() 1386 Wait.LoadCnt = ~0u; in applyPreexistingWaitcnt() 1442 if (Wait.LoadCnt != ~0u) { in applyPreexistingWaitcnt() 1503 if (Wait.LoadCnt != ~0u) { in createNewWaitcnt() 1509 Wait.LoadCnt = ~0u; in createNewWaitcnt() 1606 Wait.LoadCnt = 0; in generateWaitcntInstBefore() 1638 Wait.LoadCnt = 0; in generateWaitcntInstBefore() 1857 Wait.LoadCnt = 0; in generateWaitcntInstBefore() 1871 Wait.LoadCnt = 0; in generateWaitcntInstBefore() [all …]
|