Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp48 case RTLIB::MEMMOVE: in EmitSpecializedLibcall()
246 RTLIB::MEMMOVE); in EmitTargetCodeForMemmove()
DARMISelLowering.cpp625 { RTLIB::MEMMOVE, "__aeabi_memmove", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID }, in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMemIntrinsicResults.cpp160 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in optimizeCall()
DWebAssemblyPeephole.cpp158 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in runOnMachineFunction()
DWebAssemblyRuntimeLibcallSignatures.cpp323 Table[RTLIB::MEMMOVE] = iPTR_func_iPTR_iPTR_iPTR; in RuntimeLibcallSignatureTable()
/third_party/lwip/src/include/lwip/
Dopt.h153 #if !defined MEMMOVE || defined __DOXYGEN__
154 #define MEMMOVE(dst,src,len) memmove(dst,src,len) macro
/third_party/lwip/src/core/ipv6/
Dip6_frag.c629 MEMMOVE((u8_t*)ipr->iphdr + sizeof(struct ip6_frag_hdr), ipr->iphdr, in ip6_reass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp663 TLI.getLibcallName(RTLIB::MEMMOVE) == StringRef("memmove")) || in returnTypeIsEligibleForTailCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def392 HANDLE_LIBCALL(MEMMOVE, "memmove")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6428 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
6430 getExternalSymbol(TLI->getLibcallName(RTLIB::MEMMOVE), in getMemmove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp424 RTLibcall = RTLIB::MEMMOVE; in createMemLibcall()