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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  302     return Size == 128 ? RTLIB::SIN_F128
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3842                                       RTLIB::SIN_F80, RTLIB::SIN_F128,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  662                                            RTLIB::SIN_F128,
 1469                                          RTLIB::SIN_F80, RTLIB::SIN_F128,
lib/Target/PowerPC/PPCISelLowering.cpp
 1173     setLibcallName(RTLIB::SIN_F128, "sinf128");
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  197     Table[RTLIB::SIN_F128] = func_iPTR_i64_i64;