Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp453 using GetNumWaitStatesFn = function_ref<unsigned int(const MachineInstr &)>; typedef
504 GetNumWaitStatesFn GetNumWaitStates = SIInstrInfo::getNumWaitStates) { in getWaitStatesSince()