Home
last modified time | relevance | path

Searched defs:Memcpy (Results 1 – 18 of 18) sorted by relevance

/external/vboot_reference/firmware/stub/
Dutility_stub.c25 void *Memcpy(void *dest, const void *src, uint64_t n) in Memcpy() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc52 bool XlaInterpreterExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::interpreter::XlaInterpreterExecutor
62 bool XlaInterpreterExecutor::Memcpy(Stream *stream, DeviceMemoryBase *dev_dst, in Memcpy() function in stream_executor::interpreter::XlaInterpreterExecutor
/external/v8/src/base/platform/
Dwrappers_std.cc23 void* Memcpy(void* dest, const void* source, size_t count) { in Memcpy() function
Dwrappers_starboard.cc22 void* Memcpy(void* dest, const void* source, size_t count) { in Memcpy() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp74 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp128 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_string.cc19 TEST(ThreadSanitizer, Memcpy) { in TEST() argument
Dtsan_test_util_posix.cc509 void ScopedThread::Memcpy(void *dst, const void *src, int size, in Memcpy() function in ScopedThread
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc75 bool HostExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::host::HostExecutor
85 bool HostExecutor::Memcpy(Stream *stream, DeviceMemoryBase *gpu_dst, in Memcpy() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcustom_call_test.cc66 TEST_F(CustomCallTest, Memcpy) { in TEST_F() argument
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h55 Memcpy, enumerator
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp306 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc627 bool GpuExecutor::Memcpy(Stream* stream, void* host_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
634 bool GpuExecutor::Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc530 bool GpuExecutor::Memcpy(Stream* stream, void* host_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
537 bool GpuExecutor::Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc690 bool StreamExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::StreamExecutor
695 bool StreamExecutor::Memcpy(Stream *stream, DeviceMemoryBase *device_dst, in Memcpy() function in stream_executor::StreamExecutor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp405 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop()
/external/swiftshader/tests/VulkanUnitTests/
Dunittests.cpp461 TEST_P(SwiftShaderVulkanBufferToBufferComputeTest, Memcpy) in TEST_P() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp151 Memcpy, enumerator