Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7509 RTLIB::Libcall LibraryCall = in getAtomicMemcpy() local
7511 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemcpy()
7517 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
7519 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemcpy()
7611 RTLIB::Libcall LibraryCall = in getAtomicMemmove() local
7613 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemmove()
7619 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
7621 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemmove()
7741 RTLIB::Libcall LibraryCall = in getAtomicMemset() local
7743 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemset()
[all …]