Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp723 RTLIB::Libcall RTLibcall; in createMemLibcall() local
728 RTLibcall = RTLIB::BZERO; in createMemLibcall()
729 Name = TLI.getLibcallName(RTLibcall); in createMemLibcall()
732 RTLibcall = RTLIB::MEMCPY; in createMemLibcall()
737 RTLibcall = RTLIB::MEMMOVE; in createMemLibcall()
738 Name = TLI.getLibcallName(RTLibcall); in createMemLibcall()
742 RTLibcall = RTLIB::MEMSET; in createMemLibcall()
743 Name = TLI.getLibcallName(RTLibcall); in createMemLibcall()
758 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()
897 RTLIB::Libcall RTLibcall = getOutlineAtomicLibcall(MI); in createAtomicLibcall() local
[all …]