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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  307                        : Size == 64 ? RTLIB::COS_F64 : RTLIB::COS_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3847     Results.push_back(ExpandFPLibCall(Node, RTLIB::COS_F32, RTLIB::COS_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  313                                            RTLIB::COS_F32,
 1272                                          RTLIB::COS_F32, RTLIB::COS_F64,
lib/Target/AArch64/AArch64FastISel.cpp
 3580       { RTLIB::COS_F32, RTLIB::COS_F64 },
lib/Target/AVR/AVRISelLowering.cpp
  237   setLibcallName(RTLIB::COS_F32, "cos");
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  198     Table[RTLIB::COS_F32] = f32_func_f32;