Searched refs:ExpCnt (Results 1 – 5 of 5) sorted by relevance
| /freebsd/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 | 43 bool ExpCnt = false; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 1050 unsigned ExpCnt = ~0u; member 1060 Waitcnt(unsigned VmCnt, unsigned ExpCnt, unsigned LgkmCnt, unsigned VsCnt) in Waitcnt() 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() 1072 return LoadCnt != ~0u || ExpCnt != ~0u || DsCnt != ~0u || in hasWaitExceptStoreCnt() 1082 std::min(LoadCnt, Other.LoadCnt), std::min(ExpCnt, Other.ExpCnt), in combined()
|
| H A D | AMDGPUBaseInfo.cpp | 1679 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt() 1715 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt); in encodeWaitcnt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 223 return Wait.ExpCnt; in getCounterRef() 1169 simplifyWaitcnt(EXP_CNT, Wait.ExpCnt); in simplifyWaitcnt() 1221 applyWaitcnt(EXP_CNT, Wait.ExpCnt); in applyWaitcnt() 1407 ScoreBrackets.applyWaitcnt(EXP_CNT, Wait.ExpCnt); in applyPreexistingWaitcnt() 1410 Wait.ExpCnt = ~0u; in applyPreexistingWaitcnt() 1856 Wait.ExpCnt = 0; in generateWaitcntInstBefore() 2022 Wait.ExpCnt = 0; in generateWaitcntInstBefore() 2068 if (Wait.ExpCnt != ~0u && It != Block.instr_end() && in generateWaitcnt() 2072 if (Wait.ExpCnt < WaitExp->getImm()) { in generateWaitcnt() 2073 WaitExp->setImm(Wait.ExpCnt); in generateWaitcnt() [all …]
|