Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1412 const int NoHazardWaitStates = 15; in fixLdsDirectVALUHazard() local
1425 if (WaitStates >= NoHazardWaitStates) in fixLdsDirectVALUHazard()
1447 WaitVdstOp->setImm(std::min(Count, NoHazardWaitStates)); in fixLdsDirectVALUHazard()