Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp697 RTLIB::Libcall RTLibcall; in createMemLibcall() local
701 RTLibcall = RTLIB::BZERO; in createMemLibcall()
704 RTLibcall = RTLIB::MEMCPY; in createMemLibcall()
708 RTLibcall = RTLIB::MEMMOVE; in createMemLibcall()
712 RTLibcall = RTLIB::MEMSET; in createMemLibcall()
718 const char *Name = TLI.getLibcallName(RTLibcall); in createMemLibcall()
728 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()