Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8938 RTLIB::Libcall LibraryCall = in getAtomicMemcpy() local
8940 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemcpy()
8946 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
8948 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemcpy()
9055 RTLIB::Libcall LibraryCall = in getAtomicMemmove() local
9057 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemmove()
9063 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
9065 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemmove()
9193 RTLIB::Libcall LibraryCall = in getAtomicMemset() local
9195 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemset()
[all …]