Home
last modified time | relevance | path

Searched refs:SAMPLE_CNT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp73 SAMPLE_CNT = NUM_NORMAL_INST_CNTS, // gfx12+ only. enumerator
228 case SAMPLE_CNT: in getCounterRef()
290 case SAMPLE_CNT: in getWaitCountMax()
725 ForceEmitWaitcnt[SAMPLE_CNT] = true; in setForceEmitWaitcnt()
729 ForceEmitWaitcnt[SAMPLE_CNT] = false; in setForceEmitWaitcnt()
1020 if (T == LOAD_CNT || T == SAMPLE_CNT || T == BVH_CNT) { in updateByEvent()
1103 case SAMPLE_CNT: in print()
1172 simplifyWaitcnt(SAMPLE_CNT, Wait.SampleCnt); in simplifyWaitcnt()
1224 applyWaitcnt(SAMPLE_CNT, Wait.SampleCnt); in applyWaitcnt()
1311 return SAMPLE_CNT; in counterTypeForInstr()
[all …]