Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1836 static std::string getReciprocalOpName(bool IsSqrt, EVT VT) { in getReciprocalOpName() argument
1839 Name += IsSqrt ? "sqrt" : "div"; in getReciprocalOpName()
1879 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled() argument
1912 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpEnabled()
1939 static int getOpRefinementSteps(bool IsSqrt, EVT VT, StringRef Override) { in getOpRefinementSteps() argument
1967 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpRefinementSteps()