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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1827 static StringRef getRecipEstimateForFunc(MachineFunction &MF) { function
1987 return getOpEnabled(true, VT, getRecipEstimateForFunc(MF));
1992 return getOpEnabled(false, VT, getRecipEstimateForFunc(MF));
1997 return getOpRefinementSteps(true, VT, getRecipEstimateForFunc(MF));
2002 return getOpRefinementSteps(false, VT, getRecipEstimateForFunc(MF));

Completed in 98 milliseconds