Searched refs:checkRFEHazards (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.h84 int checkRFEHazards(MachineInstr *RFE);
H A DGCNHazardRecognizer.cpp173 if (isRFE(MI->getOpcode()) && checkRFEHazards(MI) > 0)
287 return std::max(WaitStates, checkRFEHazards(MI));
806 int GCNHazardRecognizer::checkRFEHazards(MachineInstr *RFE) { function in class:GCNHazardRecognizer

Completed in 114 milliseconds