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
  361                                            RTLIB::EXP2_F64,
 1307                                          RTLIB::EXP2_F32, RTLIB::EXP2_F64,
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  193     Table[RTLIB::EXP2_F64] = f64_func_f64;