Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5768 RTLIB::Libcall LibraryCall = in getAtomicMemcpy() local
5770 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemcpy()
5776 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
5778 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemcpy()
5870 RTLIB::Libcall LibraryCall = in getAtomicMemmove() local
5872 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemmove()
5878 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
5880 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemmove()
5972 RTLIB::Libcall LibraryCall = in getAtomicMemset() local
5974 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemset()
[all …]