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.cpp67 SAMPLE_CNT = NUM_NORMAL_INST_CNTS, // gfx12+ only. enumerator
208 case SAMPLE_CNT: in getCounterRef()
269 case SAMPLE_CNT: in getWaitCountMax()
680 ForceEmitWaitcnt[SAMPLE_CNT] = true; in setForceEmitWaitcnt()
684 ForceEmitWaitcnt[SAMPLE_CNT] = false; in setForceEmitWaitcnt()
911 if (T == LOAD_CNT || T == SAMPLE_CNT || T == BVH_CNT) { in updateByEvent()
991 case SAMPLE_CNT: in print()
1043 simplifyWaitcnt(SAMPLE_CNT, Wait.SampleCnt); in simplifyWaitcnt()
1091 applyWaitcnt(SAMPLE_CNT, Wait.SampleCnt); in applyWaitcnt()
1159 return SAMPLE_CNT; in counterTypeForInstr()
[all …]