|
reference, declaration → definition
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 580 RTLIB::POW_F64,
1416 RTLIB::POW_F32, RTLIB::POW_F64,
lib/Target/AArch64/AArch64FastISel.cpp 3581 { RTLIB::POW_F32, RTLIB::POW_F64 }
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp 205 Table[RTLIB::POW_F64] = f64_func_f64_f64;