Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7985 RTLIB::Libcall LibraryCall = in getAtomicMemcpy() local
7987 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemcpy()
7993 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
7995 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemcpy()
8087 RTLIB::Libcall LibraryCall = in getAtomicMemmove() local
8089 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemmove()
8095 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
8097 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemmove()
8215 RTLIB::Libcall LibraryCall = in getAtomicMemset() local
8217 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemset()
[all …]