/external/vboot_reference/firmware/stub/ |
D | utility_stub.c | 25 void *Memcpy(void *dest, const void *src, uint64_t n) in Memcpy() function
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.cc | 50 bool XlaInterpreterExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::interpreter::XlaInterpreterExecutor 60 bool XlaInterpreterExecutor::Memcpy(Stream *stream, DeviceMemoryBase *dev_dst, in Memcpy() function in stream_executor::interpreter::XlaInterpreterExecutor
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerIntrinsics.cpp | 74 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 128 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_string.cc | 19 TEST(ThreadSanitizer, Memcpy) { in TEST() argument
|
D | tsan_test_util_posix.cc | 509 void ScopedThread::Memcpy(void *dst, const void *src, int size, in Memcpy() function in ScopedThread
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.cc | 66 bool HostExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::host::HostExecutor 76 bool HostExecutor::Memcpy(Stream *stream, DeviceMemoryBase *gpu_dst, in Memcpy() function in stream_executor::host::HostExecutor
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 55 Memcpy, enumerator
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 306 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 536 bool GpuExecutor::Memcpy(Stream* stream, void* host_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor 543 bool GpuExecutor::Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_pimpl.cc | 714 bool StreamExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::StreamExecutor 719 bool StreamExecutor::Memcpy(Stream *stream, DeviceMemoryBase *device_dst, in Memcpy() function in stream_executor::StreamExecutor
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 655 bool GpuExecutor::Memcpy(Stream* stream, void* host_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor 662 bool GpuExecutor::Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 405 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 151 Memcpy, enumerator
|