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/ |
D | ARMSelectionDAGInfo.cpp | 48 case RTLIB::MEMMOVE: in EmitSpecializedLibcall() 246 RTLIB::MEMMOVE); in EmitTargetCodeForMemmove()
|
D | ARMISelLowering.cpp | 625 { 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/ |
D | WebAssemblyMemIntrinsicResults.cpp | 160 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in optimizeCall()
|
D | WebAssemblyPeephole.cpp | 158 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in runOnMachineFunction()
|
D | WebAssemblyRuntimeLibcallSignatures.cpp | 323 Table[RTLIB::MEMMOVE] = iPTR_func_iPTR_iPTR_iPTR; in RuntimeLibcallSignatureTable()
|
/third_party/lwip/src/include/lwip/ |
D | opt.h | 153 #if !defined MEMMOVE || defined __DOXYGEN__ 154 #define MEMMOVE(dst,src,len) memmove(dst,src,len) macro
|
/third_party/lwip/src/core/ipv6/ |
D | ip6_frag.c | 629 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/ |
D | Analysis.cpp | 663 TLI.getLibcallName(RTLIB::MEMMOVE) == StringRef("memmove")) || in returnTypeIsEligibleForTailCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 392 HANDLE_LIBCALL(MEMMOVE, "memmove")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6428 .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/ |
D | LegalizerHelper.cpp | 424 RTLibcall = RTLIB::MEMMOVE; in createMemLibcall()
|