Home
last modified time | relevance | path

Searched refs:VM_CNT (Results 1 – 7 of 7) 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
108 return make_range(enum_iterator<InstCounterType>(VM_CNT), in inst_counter_types()
171 case VM_CNT: in addWait()
205 case VM_CNT: in getWaitCountMax()
235 if (WaitEventMaskForInst[VM_CNT] & (1 << E)) in eventCounter()
236 return VM_CNT; in eventCounter()
292 (LastFlat[VM_CNT] > ScoreLBs[VM_CNT] && in hasPendingFlat()
293 LastFlat[VM_CNT] <= ScoreUBs[VM_CNT])); in hasPendingFlat()
297 LastFlat[VM_CNT] = ScoreUBs[VM_CNT]; in setPendingFlat()
444 ForceEmitWaitcnt[VM_CNT] = true; in setForceEmitWaitcnt()
[all …]
DSIInstrFormats.td51 field bit VM_CNT = 0;
161 let TSFlags{32} = VM_CNT;
DSIDefines.h58 VM_CNT = UINT64_C(1) << 32, enumerator
DSIInstrInfo.h603 return MI.getDesc().TSFlags & SIInstrFlags::VM_CNT; in usesVM_CNT()
DFLATInstructions.td64 // Buffer instruction; so, they increment both VM_CNT and LGKM_CNT
66 let VM_CNT = 1;
DMIMGInstructions.td123 let VM_CNT = 1;
DBUFInstructions.td84 let VM_CNT = 1;
318 let VM_CNT = 1;