Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h147 EXP2_F64, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def176 HANDLE_LIBCALL(EXP2_F64, "exp2")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def176 HANDLE_LIBCALL(EXP2_F64, "exp2")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp193 Table[RTLIB::EXP2_F64] = f64_func_f64; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp197 Table[RTLIB::EXP2_F64] = f64_func_f64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp340 RTLIB::EXP2_F64, in SoftenFloatRes_FEXP2()
1172 RTLIB::EXP2_F32, RTLIB::EXP2_F64, in ExpandFloatRes_FEXP2()
DLegalizeDAG.cpp3852 Results.push_back(ExpandFPLibCall(Node, RTLIB::EXP2_F32, RTLIB::EXP2_F64, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp368 RTLIB::EXP2_F64, in SoftenFloatRes_FEXP2()
1331 RTLIB::EXP2_F32, RTLIB::EXP2_F64, in ExpandFloatRes_FEXP2()
DLegalizeDAG.cpp3998 ExpandFPLibCall(Node, RTLIB::EXP2_F32, RTLIB::EXP2_F64, RTLIB::EXP2_F80, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp165 Names[RTLIB::EXP2_F64] = "exp2"; in InitLibcallNames()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp387 RTLIB::EXP2_F64, in SoftenFloatRes_FEXP2()
1374 RTLIB::EXP2_F32, RTLIB::EXP2_F64, in ExpandFloatRes_FEXP2()
DLegalizeDAG.cpp4168 ExpandFPLibCall(Node, RTLIB::EXP2_F32, RTLIB::EXP2_F64, RTLIB::EXP2_F80, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp292 return Size == 64 ? RTLIB::EXP2_F64 : RTLIB::EXP2_F32; in getRTLibDesc()