Home
last modified time | relevance | path

Searched refs:COS_F32 (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h156 COS_F32, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def190 HANDLE_LIBCALL(COS_F32, "cosf")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def190 HANDLE_LIBCALL(COS_F32, "cosf")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp198 Table[RTLIB::COS_F32] = f32_func_f32; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp202 Table[RTLIB::COS_F32] = f32_func_f32; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp302 RTLIB::COS_F32, 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.cpp340 RTLIB::COS_F32, 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.cpp174 Names[RTLIB::COS_F32] = "cosf"; in InitLibcallNames()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp359 RTLIB::COS_F32, 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-project/llvm/lib/Target/AVR/
DAVRISelLowering.cpp228 setLibcallName(RTLIB::COS_F32, "cos"); in AVRTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp237 setLibcallName(RTLIB::COS_F32, "cos"); in AVRTargetLowering()
/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()