Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6896 RTLIB::Libcall LibraryCall = in getAtomicMemcpy() local
6898 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemcpy()
6904 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
6906 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemcpy()
6999 RTLIB::Libcall LibraryCall = in getAtomicMemmove() local
7001 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemmove()
7007 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
7009 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemmove()
7099 RTLIB::Libcall LibraryCall = in getAtomicMemset() local
7101 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemset()
[all …]