Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUWaitSGPRHazards.cpp50 unsigned DsNopCount; member in __anonce47010f0111::AMDGPUWaitSGPRHazards
162 unsigned Count = DsNopCount; in insertHazardCull()
223 if (++DsNops >= DsNopCount) in runOnMachineBasicBlock()
473 DsNopCount = ST.isWave64() ? WAVE64_NOPS : WAVE32_NOPS; in run()