Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.h90 int checkVALUHazardsHelper(const MachineOperand &Def, const MachineRegisterInfo &MRI);
H A DGCNHazardRecognizer.cpp860 GCNHazardRecognizer::checkVALUHazardsHelper(const MachineOperand &Def, in checkVALUHazardsHelper() function in GCNHazardRecognizer
1016 WaitStatesNeeded = std::max(WaitStatesNeeded, checkVALUHazardsHelper(Def, MRI)); in checkVALUHazards()
1041 std::max(WaitStatesNeeded, checkVALUHazardsHelper(Op, MRI)); in checkInlineAsmHazards()