Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp105 enum InstCounterType { VM_CNT = 0, LGKM_CNT, EXP_CNT, VS_CNT, NUM_INST_CNTS }; enumerator
109 enum_iterator<InstCounterType>(NUM_INST_CNTS)); in inst_counter_types()
146 static const uint32_t WaitEventMaskForInst[NUM_INST_CNTS] = {
220 assert(T < NUM_INST_CNTS); in getScoreLB()
221 if (T >= NUM_INST_CNTS) in getScoreLB()
227 assert(T < NUM_INST_CNTS); in getScoreUB()
228 if (T >= NUM_INST_CNTS) in getScoreUB()
315 assert(T < NUM_INST_CNTS); in setScoreLB()
316 if (T >= NUM_INST_CNTS) in setScoreLB()
322 assert(T < NUM_INST_CNTS); in setScoreUB()
[all …]