Searched refs:StoreCnt (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 1052 unsigned StoreCnt = ~0u; // Corresponds to VScnt on gfx10/gfx11. member 1061 : LoadCnt(VmCnt), ExpCnt(ExpCnt), DsCnt(LgkmCnt), StoreCnt(VsCnt) {} in Waitcnt() 1064 Waitcnt(unsigned LoadCnt, unsigned ExpCnt, unsigned DsCnt, unsigned StoreCnt, in Waitcnt() 1066 : LoadCnt(LoadCnt), ExpCnt(ExpCnt), DsCnt(DsCnt), StoreCnt(StoreCnt), in Waitcnt() 1069 bool hasWait() const { return StoreCnt != ~0u || hasWaitExceptStoreCnt(); } in hasWait() 1076 bool hasWaitStoreCnt() const { return StoreCnt != ~0u; } in hasWaitStoreCnt() 1083 std::min(DsCnt, Other.DsCnt), std::min(StoreCnt, Other.StoreCnt), in combined()
|
| H A D | AMDGPUBaseInfo.cpp | 1744 Decoded.StoreCnt = in decodeStorecntDscnt() 1792 return encodeStorecntDscnt(Version, Decoded.StoreCnt, Decoded.DsCnt); in encodeStorecntDscnt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 227 return Wait.StoreCnt; in getCounterRef() 1171 simplifyWaitcnt(STORE_CNT, Wait.StoreCnt); in simplifyWaitcnt() 1223 applyWaitcnt(STORE_CNT, Wait.StoreCnt); in applyWaitcnt() 1391 Wait.StoreCnt = std::min(Wait.StoreCnt, OldVSCnt); in applyPreexistingWaitcnt() 1424 AMDGPU::OpName::simm16, Wait.StoreCnt); in applyPreexistingWaitcnt() 1427 ScoreBrackets.applyWaitcnt(STORE_CNT, Wait.StoreCnt); in applyPreexistingWaitcnt() 1428 Wait.StoreCnt = ~0u; in applyPreexistingWaitcnt() 1472 .addImm(Wait.StoreCnt); in createNewWaitcnt() 1607 if (Wait.StoreCnt != ~0u && Wait.DsCnt != ~0u) { in applyPreexistingWaitcnt() 1612 ScoreBrackets.applyWaitcnt(STORE_CNT, Wait.StoreCnt); in applyPreexistingWaitcnt() [all …]
|