Searched refs:getRecipEstimateForFunc (Results 1 – 1 of 1) sorted by relevance
1827 static StringRef getRecipEstimateForFunc(MachineFunction &MF) { in getRecipEstimateForFunc() function1987 return getOpEnabled(true, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateSqrtEnabled()1992 return getOpEnabled(false, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateDivEnabled()1997 return getOpRefinementSteps(true, VT, getRecipEstimateForFunc(MF)); in getSqrtRefinementSteps()2002 return getOpRefinementSteps(false, VT, getRecipEstimateForFunc(MF)); in getDivRefinementSteps()