Searched refs:POW_F64 (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 167 POW_F64, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 203 HANDLE_LIBCALL(POW_F64, "pow")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 203 HANDLE_LIBCALL(POW_F64, "pow")
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 205 Table[RTLIB::POW_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 209 Table[RTLIB::POW_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 517 RTLIB::POW_F64, in SoftenFloatRes_FPOW() 1279 RTLIB::POW_F32, RTLIB::POW_F64, in ExpandFloatRes_FPOW()
|
D | LegalizeDAG.cpp | 3896 Results.push_back(ExpandFPLibCall(Node, RTLIB::POW_F32, RTLIB::POW_F64, in ConvertNodeToLibcall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 545 RTLIB::POW_F64, in SoftenFloatRes_FPOW() 1449 RTLIB::POW_F32, RTLIB::POW_F64, in ExpandFloatRes_FPOW()
|
D | LegalizeDAG.cpp | 4069 ExpandFPLibCall(Node, RTLIB::POW_F32, RTLIB::POW_F64, RTLIB::POW_F80, in ConvertNodeToLibcall()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 180 Names[RTLIB::POW_F64] = "pow"; in InitLibcallNames()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 564 RTLIB::POW_F64, in SoftenFloatRes_FPOW() 1492 RTLIB::POW_F32, RTLIB::POW_F64, in ExpandFloatRes_FPOW()
|
D | LegalizeDAG.cpp | 4247 ExpandFPLibCall(Node, RTLIB::POW_F32, RTLIB::POW_F64, RTLIB::POW_F80, in ConvertNodeToLibcall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3426 { RTLIB::POW_F32, RTLIB::POW_F64 } in fastLowerIntrinsicCall()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3586 { RTLIB::POW_F32, RTLIB::POW_F64 } in fastLowerIntrinsicCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3588 { RTLIB::POW_F32, RTLIB::POW_F64 } in fastLowerIntrinsicCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 296 return Size == 64 ? RTLIB::POW_F64 : RTLIB::POW_F32; in getRTLibDesc()
|