Searched refs:IsSqrt (Results 1 – 4 of 4) sorted by relevance
1686 static std::string getReciprocalOpName(bool IsSqrt, EVT VT) { in getReciprocalOpName() argument1689 Name += IsSqrt ? "sqrt" : "div"; in getReciprocalOpName()1729 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled() argument1762 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpEnabled()1789 static int getOpRefinementSteps(bool IsSqrt, EVT VT, StringRef Override) { in getOpRefinementSteps() argument1817 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpRefinementSteps()
156 bool IsSqrt(const NodeDef& node);
460 bool IsSqrt(const NodeDef& node) { return node.op() == "Sqrt"; } in IsSqrt() function
1767 if (IsSqrt(*y) && !IsInPreserveSet(*y) && in TrySimplify()