Home
last modified time | relevance | path

Searched refs:test_memcpy (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-string.cpp502 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/
Darm64_32-memcpy.ll3 define i64 @test_memcpy(i64* %addr, i8* %src, i1 %tst) minsize {
4 ; CHECK-LABEL: test_memcpy:
/external/llvm-project/llvm/test/Instrumentation/DataFlowSanitizer/
Dunordered_atomic_mem_intrins.ll15 define void @test_memcpy(i8* nocapture, i8* nocapture) {
16 ; CHECK-LABEL: dfs$test_memcpy
/external/llvm-project/clang/test/CodeGen/
Dasm-label.c23 void test_memcpy(void *dst, void *src, unsigned long n) { in test_memcpy() function
Dredefine_extname.c37 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/
Dload-store-to-memcpy.ll23 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/
Dmemory-intrinsics.ll7 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/
Dalignment_handler.c127 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/
DMakefile38 -D COPY_LOOP=test_memcpy \
/external/llvm-project/llvm/test/MachineVerifier/
Dtest_g_memcpy.mir4 name: test_memcpy
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-memcpy-et-al.mir5 name: test_memcpy
11 ; CHECK-LABEL: name: test_memcpy
Darm64-irtranslator.ll1136 define void @test_memcpy(i8* %dst, i8* %src, i64 %size) {
1137 ; CHECK-LABEL: name: test_memcpy
/external/eigen/unsupported/test/
Dcxx11_tensor_thread_pool.cpp295 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/
Delement-wise-atomic-memory-intrinsics.ll3 define void @test_memcpy(i8* %P, i8* %Q, i32 %A, i32 %E) {
/external/compiler-rt/test/dfsan/
Dcustom.cc88 void test_memcpy() { in test_memcpy() function
930 test_memcpy(); in main()
/external/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
Dmemcall.ll4 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/
Dcustom.cpp109 void test_memcpy() { in test_memcpy() function
1085 test_memcpy(); in main()