Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp855 const int RFEWaitStates = 1; in checkRFEHazards() local
860 int WaitStatesNeeded = getWaitStatesSinceSetReg(IsHazardFn, RFEWaitStates); in checkRFEHazards()
861 return RFEWaitStates - WaitStatesNeeded; in checkRFEHazards()