/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_string.cpp | 18 TEST_F(ThreadSanitizer, Memcpy) { in TEST_F() argument 21 MainThread().Memcpy(data+1, data0+1, 5); in TEST_F() 44 t1.Memcpy(data, data1, 10); in TEST_F() 45 t2.Memcpy(data, data2, 10, true); in TEST_F() 53 t1.Memcpy(data+5, data1, 1); in TEST_F() 54 t2.Memcpy(data+3, data2, 4, true); in TEST_F() 62 t1.Memcpy(data, data1, 10); in TEST_F() 63 t2.Memcpy(data1, data2, 10, true); in TEST_F() 70 t1.Memcpy(data, data1, 10); in TEST_F() 71 t2.Memcpy(data, data1, 10, true); in TEST_F()
|
H A D | tsan_test_util.h | 119 void Memcpy(void *dst, const void *src, int size, bool expect_race = false);
|
H A D | tsan_test_util_posix.cpp | 482 void ScopedThread::Memcpy(void *dst, const void *src, int size, in Memcpy() function in ScopedThread
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 524 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop() argument 527 bool CanOverlap = canOverlap(Memcpy, SE); in expandMemCpyAsLoop() 530 /* InsertBefore */ Memcpy, in expandMemCpyAsLoop() 531 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 532 /* DstAddr */ Memcpy->getRawDest(), in expandMemCpyAsLoop() 536 /* SrcIsVolatile */ Memcpy->isVolatile(), in expandMemCpyAsLoop() 537 /* DstIsVolatile */ Memcpy->isVolatile(), in expandMemCpyAsLoop() 542 /* InsertBefore */ Memcpy, in expandMemCpyAsLoop() 543 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 544 /* DstAddr */ Memcpy->getRawDest(), in expandMemCpyAsLoop() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerIntrinsics.cpp | 83 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local 84 if (shouldExpandOperationWithSize(Memcpy->getLength())) { in expandMemIntrinsicUses() 85 Function *ParentFunc = Memcpy->getParent()->getParent(); in expandMemIntrinsicUses() 88 expandMemCpyAsLoop(Memcpy, TTI); in expandMemIntrinsicUses() 90 Memcpy->eraseFromParent(); in expandMemIntrinsicUses()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.h | 36 static bool Memcpy; member
|
/openbsd/gnu/llvm/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 546 if (HasMemcpy && !DisableLIRP::Memcpy) { in isLegalStore() 579 : LegalStoreKind::Memcpy; in isLegalStore() 609 case LegalStoreKind::Memcpy: in collectStores() 835 if ((!HasMemcpy && !isa<MemCpyInlineInst>(MCI)) || DisableLIRP::Memcpy) in processLoopMemCpy()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 41 if (const MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(User)) { in isUsedAsMemCpySource() local 42 if (Memcpy->getOperand(1) == V && !Memcpy->isVolatile()) { in isUsedAsMemCpySource()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | BuiltinsNVPTX.def | 633 // Memcpy, Memset
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Statepoints.rst | 657 Memcpy and memmove intrinsics take derived pointers as source and destination
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 636 // Memcpy semantic that is guaranteed to be inlined.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ChangeLog-9697 | 3923 (_bfd_save_evax_section): Memcpy section contents directly.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ChangeLog-9697 | 3923 (_bfd_save_evax_section): Memcpy section contents directly.
|