Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DUtils.h27 size_t MaxCounter = 100000) {
29 while (iterationsCounter++ < MaxCounter) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp86 return enum_seq(LOAD_CNT, MaxCounter); in inst_counter_types()
178 return MaxCounter == NUM_NORMAL_INST_CNTS; in isNormalMode()
251 : ST(SubTarget), MaxCounter(MaxCounter), Limits(Limits), in WaitcntBrackets()
446 InstCounterType MaxCounter; member in __anon954e14670211::WaitcntGenerator
452 IV(AMDGPU::getIsaVersion(ST->getCPU())), MaxCounter(MaxCounter) {} in WaitcntGenerator()
1178 assert(isNormalMode(MaxCounter)); in applyPreexistingWaitcnt()
1272 assert(isNormalMode(MaxCounter)); in createNewWaitcnt()
1315 assert(!isNormalMode(MaxCounter)); in applyPreexistingWaitcnt()
1494 assert(!isNormalMode(MaxCounter)); in createNewWaitcnt()
2453 MaxCounter = NUM_EXTENDED_INST_CNTS; in runOnMachineFunction()
[all …]