Home
last modified time | relevance | path

Searched refs:EXP_F64 (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h142 EXP_F64, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def166 HANDLE_LIBCALL(EXP_F64, "exp")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def166 HANDLE_LIBCALL(EXP_F64, "exp")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp190 Table[RTLIB::EXP_F64] = f64_func_f64; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp194 Table[RTLIB::EXP_F64] = f64_func_f64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp328 RTLIB::EXP_F64, in SoftenFloatRes_FEXP()
1162 RTLIB::EXP_F32, RTLIB::EXP_F64, in ExpandFloatRes_FEXP()
DLegalizeDAG.cpp3847 Results.push_back(ExpandFPLibCall(Node, RTLIB::EXP_F32, RTLIB::EXP_F64, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp359 RTLIB::EXP_F64, in SoftenFloatRes_FEXP()
1323 RTLIB::EXP_F32, RTLIB::EXP_F64, in ExpandFloatRes_FEXP()
DLegalizeDAG.cpp3993 ExpandFPLibCall(Node, RTLIB::EXP_F32, RTLIB::EXP_F64, RTLIB::EXP_F80, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp160 Names[RTLIB::EXP_F64] = "exp"; in InitLibcallNames()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp378 RTLIB::EXP_F64, in SoftenFloatRes_FEXP()
1366 RTLIB::EXP_F32, RTLIB::EXP_F64, in ExpandFloatRes_FEXP()
DLegalizeDAG.cpp4163 ExpandFPLibCall(Node, RTLIB::EXP_F32, RTLIB::EXP_F64, RTLIB::EXP_F80, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp289 return Size == 64 ? RTLIB::EXP_F64 : RTLIB::EXP_F32; in getRTLibDesc()