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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  315                        : Size == 64 ? RTLIB::LOG_F64 : RTLIB::LOG_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3864       Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG_F32, RTLIB::LOG_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  391                                            RTLIB::LOG_F64,
 1327                                          RTLIB::LOG_F32, RTLIB::LOG_F64,
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  181     Table[RTLIB::LOG_F64] = f64_func_f64;