reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3830     Results.push_back(ExpandFPLibCall(Node, RTLIB::SQRT_F32, RTLIB::SQRT_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  675                                            RTLIB::SQRT_F64,
 1478                                          RTLIB::SQRT_F32, RTLIB::SQRT_F64,
lib/Target/Hexagon/HexagonISelLowering.cpp
 1597     setLibcallName(RTLIB::SQRT_F64, "__hexagon_fast2_sqrtdf2");
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  178     Table[RTLIB::SQRT_F64] = f64_func_f64;