Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_string.cc19 TEST(ThreadSanitizer, Memcpy) { in TEST() argument
22 MainThread().Memcpy(data+1, data0+1, 5); in TEST()
45 t1.Memcpy(data, data1, 10); in TEST()
46 t2.Memcpy(data, data2, 10, true); in TEST()
54 t1.Memcpy(data+5, data1, 1); in TEST()
55 t2.Memcpy(data+3, data2, 4, true); in TEST()
63 t1.Memcpy(data, data1, 10); in TEST()
64 t2.Memcpy(data1, data2, 10, true); in TEST()
71 t1.Memcpy(data, data1, 10); in TEST()
72 t2.Memcpy(data, data1, 10, true); in TEST()
H A Dtsan_test_util.h113 void Memcpy(void *dst, const void *src, int size, bool expect_race = false);
H A Dtsan_test_util_posix.cc464 void ScopedThread::Memcpy(void *dst, const void *src, int size, in Memcpy() function in ScopedThread
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp422 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop() argument
424 if (ConstantInt *CI = dyn_cast<ConstantInt>(Memcpy->getLength())) { in expandMemCpyAsLoop()
426 /* InsertBefore */ Memcpy, in expandMemCpyAsLoop()
427 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
428 /* DstAddr */ Memcpy->getRawDest(), in expandMemCpyAsLoop()
430 /* SrcAlign */ Memcpy->getSourceAlign().valueOrOne(), in expandMemCpyAsLoop()
431 /* DestAlign */ Memcpy->getDestAlign().valueOrOne(), in expandMemCpyAsLoop()
432 /* SrcIsVolatile */ Memcpy->isVolatile(), in expandMemCpyAsLoop()
433 /* DstIsVolatile */ Memcpy->isVolatile(), in expandMemCpyAsLoop()
437 /* InsertBefore */ Memcpy, in expandMemCpyAsLoop()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp85 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
86 if (shouldExpandOperationWithSize(Memcpy->getLength())) { in expandMemIntrinsicUses()
87 Function *ParentFunc = Memcpy->getParent()->getParent(); in expandMemIntrinsicUses()
90 expandMemCpyAsLoop(Memcpy, TTI); in expandMemIntrinsicUses()
92 Memcpy->eraseFromParent(); in expandMemIntrinsicUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp127 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
128 expandMemCpyAsLoop(Memcpy, TTI); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DLoopIdiomRecognize.h36 static bool Memcpy; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp133 bool DisableLIRP::Memcpy; member in DisableLIRP
138 cl::location(DisableLIRP::Memcpy), cl::init(false),
192 Memcpy, enumerator
544 if (HasMemcpy && !DisableLIRP::Memcpy) { in isLegalStore()
577 : LegalStoreKind::Memcpy; in isLegalStore()
607 case LegalStoreKind::Memcpy: in collectStores()
834 if (!HasMemcpy || DisableLIRP::Memcpy) in processLoopMemCpy()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltinsNVPTX.def498 // Memcpy, Memset
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStatepoints.rst646 Memcpy and memmove intrinsics take derived pointers as source and destination
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.td612 // Memcpy semantic that is guaranteed to be inlined.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-96973923 (_bfd_save_evax_section): Memcpy section contents directly.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-96973923 (_bfd_save_evax_section): Memcpy section contents directly.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-96973923 (_bfd_save_evax_section): Memcpy section contents directly.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-96973923 (_bfd_save_evax_section): Memcpy section contents directly.