Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp615 RTLIB::Libcall RTLibcall; in createMemLibcall() local
619 RTLibcall = RTLIB::BZERO; in createMemLibcall()
622 RTLibcall = RTLIB::MEMCPY; in createMemLibcall()
626 RTLibcall = RTLIB::MEMMOVE; in createMemLibcall()
630 RTLibcall = RTLIB::MEMSET; in createMemLibcall()
636 const char *Name = TLI.getLibcallName(RTLibcall); in createMemLibcall()
646 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()