Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSetWavePriority.cpp130 unsigned VALUInstsThreshold = DefaultVALUInstsThreshold; in run() local
133 A.getValueAsString().getAsInteger(0, VALUInstsThreshold); in run()
183 (Info.LastVMEMLoad && MaxNumVALUInsts >= VALUInstsThreshold); in run()