Lines Matching refs:RTLibcall
642 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()
663 const char *Name = TLI.getLibcallName(RTLibcall); in createMemLibcall()
673 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()
813 RTLIB::Libcall RTLibcall = getOutlineAtomicLibcall(MI); in createAtomicLibcall() local
814 const char *Name = TLI.getLibcallName(RTLibcall); in createAtomicLibcall()
824 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createAtomicLibcall()
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()
887 return RTLibcall; in getStateLibraryFunctionFor()
924 RTLIB::Libcall RTLibcall = getStateLibraryFunctionFor(MI, TLI); in createGetStateLibcall() local
926 createLibcall(MIRBuilder, RTLibcall, in createGetStateLibcall()
969 RTLIB::Libcall RTLibcall = getStateLibraryFunctionFor(MI, TLI); in createSetStateLibcall() local
970 return createLibcall(MIRBuilder, RTLibcall, in createSetStateLibcall()
998 RTLIB::Libcall RTLibcall = getStateLibraryFunctionFor(MI, TLI); in createResetStateLibcall() local
999 return createLibcall(MIRBuilder, RTLibcall, in createResetStateLibcall()