Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp80 enum InstCounterType { VM_CNT = 0, LGKM_CNT, EXP_CNT, VS_CNT, NUM_INST_CNTS }; enumerator
83 return make_range(enum_iterator<InstCounterType>(VM_CNT), in inst_counter_types()
167 case VM_CNT: in addWait()
198 case VM_CNT: in getWaitCountMax()
224 if (WaitEventMaskForInst[VM_CNT] & (1 << E)) in eventCounter()
225 return VM_CNT; in eventCounter()
273 (LastFlat[VM_CNT] > ScoreLBs[VM_CNT] && in hasPendingFlat()
274 LastFlat[VM_CNT] <= ScoreUBs[VM_CNT])); in hasPendingFlat()
278 LastFlat[VM_CNT] = ScoreUBs[VM_CNT]; in setPendingFlat()
430 ForceEmitWaitcnt[VM_CNT] = true; in setForceEmitWaitcnt()
[all …]
DSIInstrFormats.td52 field bit VM_CNT = 0;
176 let TSFlags{32} = VM_CNT;
DSIDefines.h59 VM_CNT = UINT64_C(1) << 32, enumerator
DFLATInstructions.td67 // Buffer instruction; so, they increment both VM_CNT and LGKM_CNT
69 let VM_CNT = 1;
97 let VM_CNT = ps.VM_CNT;
DBUFInstructions.td79 let VM_CNT = 1;
113 let VM_CNT = 1;
316 let VM_CNT = 1;
352 let VM_CNT = 1;
DSIInstrInfo.h660 return MI.getDesc().TSFlags & SIInstrFlags::VM_CNT; in usesVM_CNT()
DMIMGInstructions.td152 let VM_CNT = 1;