Home
last modified time | relevance | path

Searched refs:POW_F64 (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h167 POW_F64, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def203 HANDLE_LIBCALL(POW_F64, "pow")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def203 HANDLE_LIBCALL(POW_F64, "pow")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp205 Table[RTLIB::POW_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp209 Table[RTLIB::POW_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp517 RTLIB::POW_F64, in SoftenFloatRes_FPOW()
1279 RTLIB::POW_F32, RTLIB::POW_F64, in ExpandFloatRes_FPOW()
DLegalizeDAG.cpp3896 Results.push_back(ExpandFPLibCall(Node, RTLIB::POW_F32, RTLIB::POW_F64, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp545 RTLIB::POW_F64, in SoftenFloatRes_FPOW()
1449 RTLIB::POW_F32, RTLIB::POW_F64, in ExpandFloatRes_FPOW()
DLegalizeDAG.cpp4069 ExpandFPLibCall(Node, RTLIB::POW_F32, RTLIB::POW_F64, RTLIB::POW_F80, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp180 Names[RTLIB::POW_F64] = "pow"; in InitLibcallNames()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp564 RTLIB::POW_F64, in SoftenFloatRes_FPOW()
1492 RTLIB::POW_F32, RTLIB::POW_F64, in ExpandFloatRes_FPOW()
DLegalizeDAG.cpp4247 ExpandFPLibCall(Node, RTLIB::POW_F32, RTLIB::POW_F64, RTLIB::POW_F80, in ConvertNodeToLibcall()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3426 { RTLIB::POW_F32, RTLIB::POW_F64 } in fastLowerIntrinsicCall()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3586 { RTLIB::POW_F32, RTLIB::POW_F64 } in fastLowerIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3588 { RTLIB::POW_F32, RTLIB::POW_F64 } in fastLowerIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp296 return Size == 64 ? RTLIB::POW_F64 : RTLIB::POW_F32; in getRTLibDesc()