Lines Matching refs:RTLibcall
661 RTLIB::Libcall RTLibcall; in createMemLibcall() local
665 RTLibcall = RTLIB::BZERO; in createMemLibcall()
668 RTLibcall = RTLIB::MEMCPY; in createMemLibcall()
672 RTLibcall = RTLIB::MEMMOVE; in createMemLibcall()
676 RTLibcall = RTLIB::MEMSET; in createMemLibcall()
682 const char *Name = TLI.getLibcallName(RTLibcall); in createMemLibcall()
692 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()
832 RTLIB::Libcall RTLibcall = getOutlineAtomicLibcall(MI); in createAtomicLibcall() local
833 const char *Name = TLI.getLibcallName(RTLibcall); in createAtomicLibcall()
843 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createAtomicLibcall()
887 RTLIB::Libcall RTLibcall; in getStateLibraryFunctionFor() local
890 RTLibcall = RTLIB::FEGETENV; in getStateLibraryFunctionFor()
894 RTLibcall = RTLIB::FESETENV; in getStateLibraryFunctionFor()
897 RTLibcall = RTLIB::FEGETMODE; in getStateLibraryFunctionFor()
901 RTLibcall = RTLIB::FESETMODE; in getStateLibraryFunctionFor()
906 return RTLibcall; in getStateLibraryFunctionFor()
943 RTLIB::Libcall RTLibcall = getStateLibraryFunctionFor(MI, TLI); in createGetStateLibcall() local
945 createLibcall(MIRBuilder, RTLibcall, in createGetStateLibcall()
988 RTLIB::Libcall RTLibcall = getStateLibraryFunctionFor(MI, TLI); in createSetStateLibcall() local
989 return createLibcall(MIRBuilder, RTLibcall, in createSetStateLibcall()
1017 RTLIB::Libcall RTLibcall = getStateLibraryFunctionFor(MI, TLI); in createResetStateLibcall() local
1018 return createLibcall(MIRBuilder, RTLibcall, in createResetStateLibcall()