Home
last modified time | relevance | path

Searched refs:LGKM_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
177 case LGKM_CNT: in addWait()
207 case LGKM_CNT: in getWaitCountMax()
237 if (WaitEventMaskForInst[LGKM_CNT] & (1 << E)) in eventCounter()
238 return LGKM_CNT; in eventCounter()
249 assert(T == LGKM_CNT); in getRegScore()
290 return ((LastFlat[LGKM_CNT] > ScoreLBs[LGKM_CNT] && in hasPendingFlat()
291 LastFlat[LGKM_CNT] <= ScoreUBs[LGKM_CNT]) || in hasPendingFlat()
298 LastFlat[LGKM_CNT] = ScoreUBs[LGKM_CNT]; in setPendingFlat()
340 assert(T == LGKM_CNT); in setRegScore()
[all …]
DSIInstrFormats.td53 field bit LGKM_CNT = 0;
163 let TSFlags{34} = LGKM_CNT;
DSIDefines.h60 LGKM_CNT = UINT64_C(1) << 34, enumerator
DSMInstructions.td29 let LGKM_CNT = 1;
70 let LGKM_CNT = 0;
667 let LGKM_CNT = ps.LGKM_CNT;
DSIInstrInfo.h505 return (Flags & SIInstrFlags::FLAT) && !(Flags & SIInstrFlags::LGKM_CNT); in isSegmentSpecificFLAT()
607 return MI.getDesc().TSFlags & SIInstrFlags::LGKM_CNT; in usesLGKM_CNT()
DFLATInstructions.td64 // Buffer instruction; so, they increment both VM_CNT and LGKM_CNT
67 let LGKM_CNT = !if(!or(is_flat_global, is_flat_scratch), 0, 1);
DDSInstructions.td13 let LGKM_CNT = 1;