Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2007 static std::string getReciprocalOpName(bool IsSqrt, EVT VT) { in getReciprocalOpName() argument
2010 Name += IsSqrt ? "sqrt" : "div"; in getReciprocalOpName()
2050 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled() argument
2083 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpEnabled()
2110 static int getOpRefinementSteps(bool IsSqrt, EVT VT, StringRef Override) { in getOpRefinementSteps() argument
2138 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpRefinementSteps()