/aosp_15_r20/external/llvm-libc/src/string/memory_utils/ |
H A D | op_builtin.h | 27 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 D | op_x86.h | 57 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 D | executor.cc | 51 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 D | array-inl.h | 194 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 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
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Scalar/ |
D | LoopIdiomRecognize.h | 36 static bool Memcpy; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.h | 36 static bool Memcpy; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Scalar/ |
D | LoopIdiomRecognize.h | 36 static bool Memcpy; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Scalar/ |
D | LoopIdiomRecognize.h | 36 static bool Memcpy; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Scalar/ |
D | LoopIdiomRecognize.h | 36 static bool Memcpy; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 514 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 D | NVPTXLowerAggrCopies.cpp | 127 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 D | AMDGPULowerIntrinsics.cpp | 73 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerIntrinsics.cpp | 83 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAggrCopies.cpp | 127 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_string.cc | 19 TEST(ThreadSanitizer, Memcpy) { in TEST() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/ |
H A D | rocm_gpu_executor.cc | 538 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 D | stream_executor.cc | 382 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 D | cuda_gpu_executor.cc | 670 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/ |
D | crc32c_test.cc | 155 TEST(CRC32C, Memcpy) { in TEST() argument
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/crc/ |
H A D | crc32c_test.cc | 155 TEST(CRC32C, Memcpy) { in TEST() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | stream_executor_pimpl.cc | 704 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 D | crc32c_test.cc | 157 TEST(CRC32C, Memcpy) { in TEST() argument
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/crc/ |
H A D | crc32c_test.cc | 157 TEST(CRC32C, Memcpy) { in TEST() argument
|