/external/llvm-project/clang/test/SemaCXX/ |
D | constexpr-string.cpp | 502 constexpr int test_memcpy(int a, int b, int n) { 535 static_assert(test_memcpy(1, 2, 4) == 1334); 536 static_assert(test_memcpy(2, 1, 4) == 1224); 537 …static_assert(test_memcpy(0, 1, 8) == 2334); // expected-error {{constant}} expected-note {{in cal… 538 …static_assert(test_memcpy(1, 0, 8) == 1124); // expected-error {{constant}} expected-note {{in cal… 539 …static_assert(test_memcpy(1, 2, 1) == 1334); // expected-error {{constant}} expected-note {{in cal… 540 static_assert(test_memcpy(0, 3, 4) == 4234); 541 …static_assert(test_memcpy(0, 3, 8) == 4234); // expected-error {{constant}} expected-note {{in cal… 542 …static_assert(test_memcpy(2, 0, 12) == 4234); // expected-error {{constant}} expected-note {{in ca…
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64_32-memcpy.ll | 3 define i64 @test_memcpy(i64* %addr, i8* %src, i1 %tst) minsize { 4 ; CHECK-LABEL: test_memcpy:
|
/external/llvm-project/llvm/test/Instrumentation/DataFlowSanitizer/ |
D | unordered_atomic_mem_intrins.ll | 15 define void @test_memcpy(i8* nocapture, i8* nocapture) { 16 ; CHECK-LABEL: dfs$test_memcpy
|
/external/llvm-project/clang/test/CodeGen/ |
D | asm-label.c | 23 void test_memcpy(void *dst, void *src, unsigned long n) { in test_memcpy() function
|
D | redefine_extname.c | 37 void *test_memcpy(void *dst, const void *src, size_t n) { return memcpy(dst, src, n); } in test_memcpy() function
|
/external/llvm-project/llvm/test/Transforms/MemCpyOpt/ |
D | load-store-to-memcpy.ll | 23 define void @test_memcpy(%T* noalias align 8 %a, %T* noalias align 16 %b) { 24 ; CHECK-LABEL: @test_memcpy(
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/ |
D | memory-intrinsics.ll | 7 define void @test_memcpy(i8* align 4 %dst, i8* align 8 %src, i32 %N) { 8 ; CHECK-LABEL: @test_memcpy
|
/external/linux-kselftest/tools/testing/selftests/powerpc/alignment/ |
D | alignment_handler.c | 127 int test_memcpy(void *dst, void *src, int size, int offset, in test_memcpy() function 243 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test() 244 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/ |
D | Makefile | 38 -D COPY_LOOP=test_memcpy \
|
/external/llvm-project/llvm/test/MachineVerifier/ |
D | test_g_memcpy.mir | 4 name: test_memcpy
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-memcpy-et-al.mir | 5 name: test_memcpy 11 ; CHECK-LABEL: name: test_memcpy
|
D | arm64-irtranslator.ll | 1136 define void @test_memcpy(i8* %dst, i8* %src, i64 %size) { 1137 ; CHECK-LABEL: name: test_memcpy
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_thread_pool.cpp | 295 void test_memcpy() { in test_memcpy() function 369 CALL_SUBTEST_6(test_memcpy()); in test_cxx11_tensor_thread_pool()
|
/external/llvm-project/llvm/test/Verifier/ |
D | element-wise-atomic-memory-intrinsics.ll | 3 define void @test_memcpy(i8* %P, i8* %Q, i32 %A, i32 %E) {
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 88 void test_memcpy() { in test_memcpy() function 930 test_memcpy(); in main()
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/ |
D | memcall.ll | 4 define void @test_memcpy(i32* nocapture %x, i32* nocapture readonly %y, i32 %n, i32 %m) { 5 ; CHECK-LABEL: test_memcpy:
|
/external/llvm-project/compiler-rt/test/dfsan/ |
D | custom.cpp | 109 void test_memcpy() { in test_memcpy() function 1085 test_memcpy(); in main()
|