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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  296     return Size == 64 ? RTLIB::POW_F64 : RTLIB::POW_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3975       Results.push_back(ExpandFPLibCall(Node, RTLIB::POW_F32, RTLIB::POW_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  579                                            RTLIB::POW_F32,
 1416                                          RTLIB::POW_F32, RTLIB::POW_F64,
lib/Target/AArch64/AArch64FastISel.cpp
 3581       { RTLIB::POW_F32, RTLIB::POW_F64 }
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  204     Table[RTLIB::POW_F32] = f32_func_f32_f32;