Searched refs:POW_F32 (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 166 POW_F32, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 202 HANDLE_LIBCALL(POW_F32, "powf")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 202 HANDLE_LIBCALL(POW_F32, "powf")
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 204 Table[RTLIB::POW_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 208 Table[RTLIB::POW_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 516 RTLIB::POW_F32, 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 | 544 RTLIB::POW_F32, 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 | 179 Names[RTLIB::POW_F32] = "powf"; in InitLibcallNames()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 563 RTLIB::POW_F32, 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3588 { RTLIB::POW_F32, RTLIB::POW_F64 } in fastLowerIntrinsicCall()
|
/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/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 296 return Size == 64 ? RTLIB::POW_F64 : RTLIB::POW_F32; in getRTLibDesc()
|