Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1076 const int RFEWaitStates = 1; in checkRFEHazards() local
1081 int WaitStatesNeeded = getWaitStatesSinceSetReg(IsHazardFn, RFEWaitStates); in checkRFEHazards()
1082 return RFEWaitStates - WaitStatesNeeded; in checkRFEHazards()