Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2048 static std::string getReciprocalOpName(bool IsSqrt, EVT VT) { in getReciprocalOpName()
2093 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled()
2153 static int getOpRefinementSteps(bool IsSqrt, EVT VT, StringRef Override) { in getOpRefinementSteps()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc543 bool IsSqrt(const NodeDef& node) { return node.op() == "Sqrt"; } in IsSqrt() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc833 bool TFGraphDialect::IsSqrt(TFOp op) const { in IsSqrt() function in mlir::tfg::TFGraphDialect