Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1836 static std::string getReciprocalOpName(bool IsSqrt, EVT VT) { in getReciprocalOpName()
1879 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled()
1939 static int getOpRefinementSteps(bool IsSqrt, EVT VT, StringRef Override) { in getOpRefinementSteps()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2033 static std::string getReciprocalOpName(bool IsSqrt, EVT VT) { in getReciprocalOpName()
2076 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled()
2136 static int getOpRefinementSteps(bool IsSqrt, EVT VT, StringRef Override) { in getOpRefinementSteps()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc539 bool IsSqrt(const NodeDef& node) { return node.op() == "Sqrt"; } in IsSqrt() function