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 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 2048 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 D | op_types.cc | 543 bool IsSqrt(const NodeDef& node) { return node.op() == "Sqrt"; } in IsSqrt() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/ |
H A D | tf_op_names.cc | 833 bool TFGraphDialect::IsSqrt(TFOp op) const { in IsSqrt() function in mlir::tfg::TFGraphDialect
|