/external/valgrind/exp-sgcheck/ |
D | h_intercepts.c | 240 #define MEMCPY(soname, fnname) \ macro 310 MEMCPY(VG_Z_LIBC_SONAME, memcpy) 312 MEMCPY(VG_Z_LD_SO_1, memcpy) /* ld.so.1 */ 313 MEMCPY(VG_Z_LD64_SO_1, memcpy) /* ld64.so.1 */ 315 MEMCPY(VG_Z_LD_SO_1, memcpy)
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 49 case RTLIB::MEMCPY: in EmitSpecializedLibcall() 150 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy() 154 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy() 187 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
|
D | ARMISelLowering.h | 188 MEMCPY, enumerator
|
D | ARMInstrInfo.td | 184 def ARMmemcopy : SDNode<"ARMISD::MEMCPY", SDT_ARMMEMCPY, 4592 // %newsrc, %newdst = MEMCPY %dst, %src, N, ...N scratch regs... 4596 def MEMCPY : PseudoInst<
|
D | ARMBaseInstrInfo.cpp | 1289 if (MI->getOpcode() == ARM::MEMCPY) { in expandPostRAPseudo()
|
D | ARMISelLowering.cpp | 365 { RTLIB::MEMCPY, "__aeabi_memcpy", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID }, in ARMTargetLowering() 1209 case ARMISD::MEMCPY: return "ARMISD::MEMCPY"; in getTargetNodeName() 8170 if (MI->getOpcode() == ARM::MEMCPY) { in AdjustInstrPostInstrSelection()
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 1011 #define MEMCPY(soname, fnname) \ macro 1018 MEMCPY(VG_Z_LIBC_SONAME, memcpyZAZAGLIBCZu2Zd14) /* memcpy@@GLIBC_2.14 */ 1019 MEMCPY(VG_Z_LIBC_SONAME, memcpy) /* fallback case */ 1020 MEMCPY(VG_Z_LIBC_SONAME, __GI_memcpy) 1021 MEMCPY(VG_Z_LIBC_SONAME, __memcpy_sse2) 1022 MEMCPY(VG_Z_LD_SO_1, memcpy) /* ld.so.1 */ 1023 MEMCPY(VG_Z_LD64_SO_1, memcpy) /* ld64.so.1 */ 1032 MEMCPY(NONE, ZuintelZufastZumemcpy) 1036 MEMCPY(VG_Z_LIBC_SONAME, memcpy) 1038 MEMCPY(VG_Z_LIBC_SONAME, memcpyZDVARIANTZDsse3x) /* memcpy$VARIANT$sse3x */ [all …]
|
/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 41 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 54 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 253 MEMCPY, enumerator 361 case Event::MEMCPY: in HandleEvent() 511 Event event(Event::MEMCPY, dst, (uptr)src, size); in Memcpy()
|
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 322 MEMCPY, enumerator
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 334 Names[RTLIB::MEMCPY] = "memcpy"; in InitLibcallNames()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4631 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 4633 getExternalSymbol(TLI->getLibcallName(RTLIB::MEMCPY), in getMemcpy()
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 978 FILE 977 F:\SP\vctools\crt_bld\SELF_X86\crt\src\Intel\MEMCPY.ASM
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 978 FILE 977 F:\SP\vctools\crt_bld\SELF_X86\crt\src\Intel\MEMCPY.ASM
|