Searched refs:ExpCnt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 837 unsigned ExpCnt = ~0u; member 846 Waitcnt(unsigned VmCnt, unsigned ExpCnt, unsigned LgkmCnt, unsigned VsCnt) in Waitcnt() 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 | 1334 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt() 1370 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt); in encodeWaitcnt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
| H A D | AMDGPUCustomBehaviour.cpp | 139 if (PrevInstWaitInfo.ExpCnt) { in handleWaitCnt() 255 InstrWaitCntInfo[Index].ExpCnt = true; in generateWaitCntInfo() 285 InstrWaitCntInfo[Index].ExpCnt = true; in generateWaitCntInfo() 289 InstrWaitCntInfo[Index].ExpCnt = true; in generateWaitCntInfo()
|
| H A D | AMDGPUCustomBehaviour.h | 42 bool ExpCnt = false; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 199 return Wait.ExpCnt; in getCounterRef() 1029 simplifyWaitcnt(EXP_CNT, Wait.ExpCnt); in simplifyWaitcnt() 1077 applyWaitcnt(EXP_CNT, Wait.ExpCnt); in applyWaitcnt() 1231 ScoreBrackets.applyWaitcnt(EXP_CNT, Wait.ExpCnt); in applyPreexistingWaitcnt() 1234 Wait.ExpCnt = ~0u; in applyPreexistingWaitcnt() 1706 Wait.ExpCnt = 0; in generateWaitcntInstBefore() 1859 Wait.ExpCnt = 0; in generateWaitcntInstBefore() 1925 if (Wait.ExpCnt != ~0u && It != Block.instr_end() && in generateWaitcnt() 1929 if (Wait.ExpCnt < WaitExp->getImm()) { in generateWaitcnt() 1930 WaitExp->setImm(Wait.ExpCnt); in generateWaitcnt() [all …]
|