Searched defs:IsSqrt (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1836 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/ |
D | TargetLoweringBase.cpp | 2033 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/ |
D | op_types.cc | 539 bool IsSqrt(const NodeDef& node) { return node.op() == "Sqrt"; } in IsSqrt() function
|