Home
last modified time | relevance | path

Searched refs:COS_F64 (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h157 COS_F64, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def191 HANDLE_LIBCALL(COS_F64, "cos")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def191 HANDLE_LIBCALL(COS_F64, "cos")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp199 Table[RTLIB::COS_F64] = f64_func_f64; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp203 Table[RTLIB::COS_F64] = f64_func_f64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp303 RTLIB::COS_F64, in SoftenFloatRes_FCOS()
1138 RTLIB::COS_F32, RTLIB::COS_F64, in ExpandFloatRes_FCOS()
DLegalizeDAG.cpp3823 Results.push_back(ExpandFPLibCall(Node, RTLIB::COS_F32, RTLIB::COS_F64, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp341 RTLIB::COS_F64, in SoftenFloatRes_FCOS()
1305 RTLIB::COS_F32, RTLIB::COS_F64, in ExpandFloatRes_FCOS()
DLegalizeDAG.cpp3968 ExpandFPLibCall(Node, RTLIB::COS_F32, RTLIB::COS_F64, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp175 Names[RTLIB::COS_F64] = "cos"; in InitLibcallNames()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp360 RTLIB::COS_F64, in SoftenFloatRes_FCOS()
1348 RTLIB::COS_F32, RTLIB::COS_F64, in ExpandFloatRes_FCOS()
DLegalizeDAG.cpp4138 ExpandFPLibCall(Node, RTLIB::COS_F32, RTLIB::COS_F64, in ConvertNodeToLibcall()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3425 { RTLIB::COS_F32, RTLIB::COS_F64 }, in fastLowerIntrinsicCall()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3585 { RTLIB::COS_F32, RTLIB::COS_F64 }, in fastLowerIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3587 { RTLIB::COS_F32, RTLIB::COS_F64 }, in fastLowerIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp307 : Size == 64 ? RTLIB::COS_F64 : RTLIB::COS_F32; in getRTLibDesc()