| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| H A D | tsan_string.cc | 19 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 D | tsan_test_util.h | 113 void Memcpy(void *dst, const void *src, int size, bool expect_race = false);
|
| H A D | tsan_test_util_posix.cc | 464 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 D | LowerMemIntrinsics.cpp | 422 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 D | AMDGPULowerIntrinsics.cpp | 85 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 D | NVPTXLowerAggrCopies.cpp | 127 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 D | LoopIdiomRecognize.h | 36 static bool Memcpy; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 133 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 D | BuiltinsNVPTX.def | 498 // Memcpy, Memset
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Statepoints.rst | 646 Memcpy and memmove intrinsics take derived pointers as source and destination
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 612 // Memcpy semantic that is guaranteed to be inlined.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-9697 | 3923 (_bfd_save_evax_section): Memcpy section contents directly.
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-9697 | 3923 (_bfd_save_evax_section): Memcpy section contents directly.
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-9697 | 3923 (_bfd_save_evax_section): Memcpy section contents directly.
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-9697 | 3923 (_bfd_save_evax_section): Memcpy section contents directly.
|