Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm-libc/src/string/memory_utils/
H A Dop_builtin.h27 template <size_t Size> struct Memcpy { struct
28 static constexpr size_t SIZE = Size;
29 LIBC_INLINE static void block_offset(Ptr __restrict dst, CPtr __restrict src, in block_offset()
34 LIBC_INLINE static void block(Ptr __restrict dst, CPtr __restrict src) { in block()
38 LIBC_INLINE static void tail(Ptr __restrict dst, CPtr __restrict src, in tail()
43 LIBC_INLINE static void head_tail(Ptr __restrict dst, CPtr __restrict src, in head_tail()
49 LIBC_INLINE static void loop_and_tail_offset(Ptr __restrict dst, in loop_and_tail_offset()
60 LIBC_INLINE static void loop_and_tail(Ptr __restrict dst, CPtr __restrict src, in loop_and_tail()
H A Dop_x86.h57 struct Memcpy { struct
58 LIBC_INLINE static void repmovsb(void *dst, const void *src, size_t count) { in repmovsb()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dexecutor.cc51 bool XlaInterpreterExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in stream_executor::interpreter::XlaInterpreterExecutor
69 bool XlaInterpreterExecutor::Memcpy(Stream *stream, DeviceMemoryBase *dev_dst, in Memcpy() function in stream_executor::interpreter::XlaInterpreterExecutor
/aosp_15_r20/art/runtime/mirror/
H A Darray-inl.h194 inline void PrimitiveArray<T>::Memcpy(int32_t dst_pos, in Memcpy() function
306 void PointerArray::Memcpy(int32_t dst_pos, in Memcpy() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
H A Dhost_gpu_executor.cc99 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executor.cc279 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h36 static bool Memcpy; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
H A DLoopIdiomRecognize.h36 static bool Memcpy; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h36 static bool Memcpy; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h36 static bool Memcpy; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h36 static bool Memcpy; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp514 static bool canOverlap(MemTransferBase<T> *Memcpy, ScalarEvolution *SE) { in canOverlap()
524 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp127 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp73 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp83 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp127 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_string.cc19 TEST(ThreadSanitizer, Memcpy) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_gpu_executor.cc538 bool GpuExecutor::Memcpy(Stream* stream, void* host_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
545 bool GpuExecutor::Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor.cc382 bool Memcpy(Stream* stream, void* host_dst, const DeviceMemoryBase& gpu_src, in Memcpy() function in stream_executor::__anon702966b10111::CStreamExecutor
396 bool Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, const void* host_src, in Memcpy() function in stream_executor::__anon702966b10111::CStreamExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_gpu_executor.cc670 bool GpuExecutor::Memcpy(Stream* stream, void* host_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
677 bool GpuExecutor::Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, in Memcpy() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/crc/
Dcrc32c_test.cc155 TEST(CRC32C, Memcpy) { in TEST() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/crc/
H A Dcrc32c_test.cc155 TEST(CRC32C, Memcpy) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_pimpl.cc704 bool StreamExecutor::Memcpy(Stream* stream, void* host_dst, in Memcpy() function in stream_executor::StreamExecutor
709 bool StreamExecutor::Memcpy(Stream* stream, DeviceMemoryBase* device_dst, in Memcpy() function in stream_executor::StreamExecutor
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/crc/
H A Dcrc32c_test.cc157 TEST(CRC32C, Memcpy) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/crc/
H A Dcrc32c_test.cc157 TEST(CRC32C, Memcpy) { in TEST() argument

12