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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  289     return Size == 64 ? RTLIB::EXP_F64 : RTLIB::EXP_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3903       Results.push_back(ExpandFPLibCall(Node, RTLIB::EXP_F32, RTLIB::EXP_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  345                                            RTLIB::EXP_F32,
 1297                                          RTLIB::EXP_F32, RTLIB::EXP_F64,
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  189     Table[RTLIB::EXP_F32] = f32_func_f32;