HomeSort by relevance Sort by last modified time
    Searched refs:EXP_CNT (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertWaitcnts.cpp 78 enum InstCounterType { VM_CNT = 0, LGKM_CNT, EXP_CNT, NUM_INST_CNTS };
154 case EXP_CNT:
174 if (T == EXP_CNT) {
175 int32_t UB = (int)(ScoreUBs[T] - getWaitCountMax(EXP_CNT));
210 return EXP_CNT;
435 ForceEmitWaitcnt[EXP_CNT] = true;
437 ForceEmitWaitcnt[EXP_CNT] = false;
526 setRegScore(RegNo, EXP_CNT, Val);
543 if (T == EXP_CNT) {
547 MixedExpTypes = counterOutOfOrder(EXP_CNT);
    [all...]
SIDefines.h 60 EXP_CNT = UINT64_C(1) << 33,
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 68 EXP_CNT = 1 << 1,
SIInsertWaits.cpp 190 // Only consider stores or EXP for EXP_CNT
191 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
372 // EXP_CNT is unordered if we have both EXP & VM-writes
407 // Reset EXP_CNT instruction types

Completed in 93 milliseconds