Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_string.cpp18 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 Dtsan_test_util.h119 void Memcpy(void *dst, const void *src, int size, bool expect_race = false);
H A Dtsan_test_util_posix.cpp482 void ScopedThread::Memcpy(void *dst, const void *src, int size, in Memcpy() function in ScopedThread
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp524 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 DAMDGPULowerIntrinsics.cpp83 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 DNVPTXLowerAggrCopies.cpp127 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 DLoopIdiomRecognize.h36 static bool Memcpy; member
/openbsd/gnu/llvm/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
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 DSystemZTargetTransformInfo.cpp41 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 DBuiltinsNVPTX.def633 // Memcpy, Memset
/openbsd/gnu/llvm/llvm/docs/
H A DStatepoints.rst657 Memcpy and memmove intrinsics take derived pointers as source and destination
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsics.td636 // Memcpy semantic that is guaranteed to be inlined.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-96973923 (_bfd_save_evax_section): Memcpy section contents directly.
/openbsd/gnu/usr.bin/binutils/bfd/
H A DChangeLog-96973923 (_bfd_save_evax_section): Memcpy section contents directly.