Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp642 RTLIB::Libcall RTLibcall; in createMemLibcall() local
646 RTLibcall = RTLIB::BZERO; in createMemLibcall()
649 RTLibcall = RTLIB::MEMCPY; in createMemLibcall()
653 RTLibcall = RTLIB::MEMMOVE; in createMemLibcall()
657 RTLibcall = RTLIB::MEMSET; in createMemLibcall()
868 RTLIB::Libcall RTLibcall; in getStateLibraryFunctionFor() local
871 RTLibcall = RTLIB::FEGETENV; in getStateLibraryFunctionFor()
875 RTLibcall = RTLIB::FESETENV; in getStateLibraryFunctionFor()
878 RTLibcall = RTLIB::FEGETMODE; in getStateLibraryFunctionFor()
882 RTLibcall = RTLIB::FESETMODE; in getStateLibraryFunctionFor()
[all …]