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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  292     return Size == 64 ? RTLIB::EXP2_F64 : RTLIB::EXP2_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3916       Results.push_back(ExpandFPLibCall(Node, RTLIB::EXP2_F32, RTLIB::EXP2_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  360                                            RTLIB::EXP2_F32,
 1307                                          RTLIB::EXP2_F32, RTLIB::EXP2_F64,
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  192     Table[RTLIB::EXP2_F32] = f32_func_f32;