Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6357 RTLIB::Libcall LibraryCall = in getAtomicMemcpy() local
6359 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemcpy()
6365 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
6367 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemcpy()
6461 RTLIB::Libcall LibraryCall = in getAtomicMemmove() local
6463 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemmove()
6469 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
6471 getExternalSymbol(TLI->getLibcallName(LibraryCall), in getAtomicMemmove()
6562 RTLIB::Libcall LibraryCall = in getAtomicMemset() local
6564 if (LibraryCall == RTLIB::UNKNOWN_LIBCALL) in getAtomicMemset()
[all …]