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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  303                        : Size == 64 ? RTLIB::SIN_F64 : RTLIB::SIN_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3841     Results.push_back(ExpandFPLibCall(Node, RTLIB::SIN_F32, RTLIB::SIN_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  660                                            RTLIB::SIN_F64,
 1468                                          RTLIB::SIN_F32, RTLIB::SIN_F64,
lib/Target/AArch64/AArch64FastISel.cpp
 3579       { RTLIB::SIN_F32, RTLIB::SIN_F64 },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  196     Table[RTLIB::SIN_F64] = f64_func_f64;