Searched refs:EXP_F32 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 141 EXP_F32, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 165 HANDLE_LIBCALL(EXP_F32, "expf")
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 189 Table[RTLIB::EXP_F32] = f32_func_f32; in RuntimeLibcallSignatureTable()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 327 RTLIB::EXP_F32, in SoftenFloatRes_FEXP() 1162 RTLIB::EXP_F32, RTLIB::EXP_F64, in ExpandFloatRes_FEXP()
|
D | LegalizeDAG.cpp | 3847 Results.push_back(ExpandFPLibCall(Node, RTLIB::EXP_F32, RTLIB::EXP_F64, in ConvertNodeToLibcall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 358 RTLIB::EXP_F32, in SoftenFloatRes_FEXP() 1323 RTLIB::EXP_F32, RTLIB::EXP_F64, in ExpandFloatRes_FEXP()
|
D | LegalizeDAG.cpp | 3993 ExpandFPLibCall(Node, RTLIB::EXP_F32, RTLIB::EXP_F64, RTLIB::EXP_F80, in ConvertNodeToLibcall()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 159 Names[RTLIB::EXP_F32] = "expf"; in InitLibcallNames()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 289 return Size == 64 ? RTLIB::EXP_F64 : RTLIB::EXP_F32; in getRTLibDesc()
|