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 | 927 unsigned StoreCnt = ~0u; // Corresponds to VScnt on gfx10/gfx11. member 935 : LoadCnt(VmCnt), ExpCnt(ExpCnt), DsCnt(LgkmCnt), StoreCnt(VsCnt), in Waitcnt() 939 Waitcnt(unsigned LoadCnt, unsigned ExpCnt, unsigned DsCnt, unsigned StoreCnt, in Waitcnt() 941 : LoadCnt(LoadCnt), ExpCnt(ExpCnt), DsCnt(DsCnt), StoreCnt(StoreCnt), in Waitcnt() 944 bool hasWait() const { return StoreCnt != ~0u || hasWaitExceptStoreCnt(); } in hasWait() 951 bool hasWaitStoreCnt() const { return StoreCnt != ~0u; } in hasWaitStoreCnt() 958 std::min(DsCnt, Other.DsCnt), std::min(StoreCnt, Other.StoreCnt), in combined()
|
| H A D | AMDGPUBaseInfo.cpp | 1499 Decoded.StoreCnt = in decodeStorecntDscnt() 1547 return encodeStorecntDscnt(Version, Decoded.StoreCnt, Decoded.DsCnt); in encodeStorecntDscnt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 207 return Wait.StoreCnt; in getCounterRef() 1042 simplifyWaitcnt(STORE_CNT, Wait.StoreCnt); in simplifyWaitcnt() 1090 applyWaitcnt(STORE_CNT, Wait.StoreCnt); in applyWaitcnt() 1226 Wait.StoreCnt = std::min(Wait.StoreCnt, OldVSCnt); in applyPreexistingWaitcnt() 1259 AMDGPU::OpName::simm16, Wait.StoreCnt); in applyPreexistingWaitcnt() 1262 ScoreBrackets.applyWaitcnt(STORE_CNT, Wait.StoreCnt); in applyPreexistingWaitcnt() 1263 Wait.StoreCnt = ~0u; in applyPreexistingWaitcnt() 1307 .addImm(Wait.StoreCnt); in createNewWaitcnt() 1430 if (Wait.StoreCnt != ~0u && Wait.DsCnt != ~0u) { in applyPreexistingWaitcnt() 1435 ScoreBrackets.applyWaitcnt(STORE_CNT, Wait.StoreCnt); in applyPreexistingWaitcnt() [all …]
|