Home
last modified time | relevance | path

Searched refs:getCOS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcallUtil.h77 LLVM_ABI Libcall getCOS(EVT RetVT);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp417 RTLIB::Libcall RTLIB::getCOS(EVT RetVT) { in getCOS() function in RTLIB
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp862 RTLIB::Libcall CosLC = RTLIB::getCOS(VT); in SoftenFloatRes_FSINCOS()