Searched refs:POW_F32 (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 146 POW_F32, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 166 POW_F32, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 195 HANDLE_LIBCALL(POW_F32, "powf")
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 384 RTLIB::POW_F32, in SoftenFloatRes_FPOW() 1069 RTLIB::POW_F32, RTLIB::POW_F64, in ExpandFloatRes_FPOW()
|
D | TargetLowering.cpp | 182 Names[RTLIB::POW_F32] = "powf"; in InitLibcallNames()
|
D | LegalizeDAG.cpp | 3386 Results.push_back(ExpandFPLibCall(Node, RTLIB::POW_F32, RTLIB::POW_F64, in ExpandNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 106 return Size == 64 ? RTLIB::POW_F64 : RTLIB::POW_F32; in getRTLibDesc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 201 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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 517 RTLIB::POW_F32, in SoftenFloatRes_FPOW() 1333 RTLIB::POW_F32, RTLIB::POW_F64, in ExpandFloatRes_FPOW()
|
D | LegalizeDAG.cpp | 4181 Results.push_back(ExpandFPLibCall(Node, RTLIB::POW_F32, RTLIB::POW_F64, in ConvertNodeToLibcall()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 179 Names[RTLIB::POW_F32] = "powf"; in InitLibcallNames()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3512 { 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()
|