Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2082 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled() function
2190 return getOpEnabled(true, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateSqrtEnabled()
2195 return getOpEnabled(false, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateDivEnabled()