Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1879 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled() function
1987 return getOpEnabled(true, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateSqrtEnabled()
1992 return getOpEnabled(false, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateDivEnabled()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2076 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled() function
2184 return getOpEnabled(true, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateSqrtEnabled()
2189 return getOpEnabled(false, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateDivEnabled()