/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | LoopIdiomRecognize.h | 36 static bool Memcpy; member
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.cc | 51 bool XlaInterpreterExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::interpreter::XlaInterpreterExecutor 61 bool XlaInterpreterExecutor::Memcpy(Stream *stream, DeviceMemoryBase *dev_dst, in Memcpy() function in stream_executor::interpreter::XlaInterpreterExecutor
|
/external/vboot_reference/firmware/stub/ |
D | utility_stub.c | 25 void *Memcpy(void *dest, const void *src, uint64_t n) in Memcpy() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerIntrinsics.cpp | 73 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 127 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 127 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerIntrinsics.cpp | 81 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
|
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_string.cpp | 18 TEST(ThreadSanitizer, Memcpy) { in TEST() argument
|
D | tsan_test_util_posix.cpp | 485 void ScopedThread::Memcpy(void *dst, const void *src, int size, in Memcpy() function in ScopedThread
|
/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/tpu/ |
D | tpu_executor.cc | 279 bool TpuExecutor::Memcpy(Stream* stream, void* host_dst, in Memcpy() function in tensorflow::tpu::TpuExecutor 288 bool TpuExecutor::Memcpy(Stream* stream, in Memcpy() function in tensorflow::tpu::TpuExecutor
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.cc | 99 bool HostExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::host::HostExecutor 109 bool HostExecutor::Memcpy(Stream *stream, DeviceMemoryBase *gpu_dst, in Memcpy() function in stream_executor::host::HostExecutor
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | custom_call_test.cc | 88 TEST_F(CustomCallTest, Memcpy) { in TEST_F() argument
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 49 Memcpy, enumerator
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 306 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor.cc | 395 bool Memcpy(Stream* stream, void* host_dst, const DeviceMemoryBase& gpu_src, in Memcpy() function in stream_executor::__anon00950a620111::CStreamExecutor 409 bool Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, const void* host_src, in Memcpy() function in stream_executor::__anon00950a620111::CStreamExecutor
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 627 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/ |
D | rocm_gpu_executor.cc | 535 bool GpuExecutor::Memcpy(Stream* stream, void* host_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor 542 bool GpuExecutor::Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 408 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 422 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_pimpl.cc | 701 bool StreamExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::StreamExecutor 706 bool StreamExecutor::Memcpy(Stream *stream, DeviceMemoryBase *device_dst, in Memcpy() function in stream_executor::StreamExecutor
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 125 bool DisableLIRP::Memcpy; member in DisableLIRP 184 Memcpy, enumerator
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | ComputeTests.cpp | 317 TEST_P(SwiftShaderVulkanBufferToBufferComputeTest, Memcpy) in TEST_P() argument
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | NotNullTerminatedResultCheck.cpp | 750 auto Memcpy = Match({"memcpy", 0, 1, 2, false}); in registerMatchers() local
|