Searched refs:test_memmove (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constexpr-string.cpp | 511 constexpr int test_memmove(int a, int b, int n) { 544 static_assert(test_memmove(1, 2, 4) == 1334); 545 static_assert(test_memmove(2, 1, 4) == 1224); 546 static_assert(test_memmove(0, 1, 8) == 2334); 547 static_assert(test_memmove(1, 0, 8) == 1124); 548 …static_assert(test_memmove(1, 2, 1) == 1334); // expected-error {{constant}} expected-note {{in ca… 549 static_assert(test_memmove(0, 3, 4) == 4234); 550 …static_assert(test_memmove(0, 3, 8) == 4234); // expected-error {{constant}} expected-note {{in ca… 551 …static_assert(test_memmove(2, 0, 12) == 4234); // expected-error {{constant}} expected-note {{in c…
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | opaque-ptr.ll | 20 define void @test_memmove(ptr %p, ptr byval(i32) %p2) sanitize_memory { 21 ; CHECK-LABEL: @test_memmove(
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64_32-memcpy.ll | 23 define i64 @test_memmove(i64* %addr, i8* %src, i1 %tst) minsize { 24 ; CHECK-LABEL: test_memmove:
|
| H A D | memcpy-scoped-aa.ll | 57 ; MIR-LABEL: name: test_memmove 60 define i32 @test_memmove(i32* nocapture %p, i32* nocapture readonly %q) { 61 ; CHECK-LABEL: test_memmove:
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | unordered_atomic_mem_intrins.ll | 23 define void @test_memmove(i8* nocapture, i8* nocapture) { 24 ; CHECK-LABEL: test_memmove.dfsan
|
| /llvm-project-15.0.7/llvm/test/Transforms/MemCpyOpt/ |
| H A D | load-store-to-memcpy.ll | 11 define void @test_memmove(%T* align 8 %a, %T* align 16 %b) { 12 ; CHECK-LABEL: @test_memmove(
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/ARM/ |
| H A D | memory-intrinsics.ll | 19 define void @test_memmove(i8* align 4 %dst, i8* align 8 %src, i32 %N) { 20 ; CHECK-LABEL: @test_memmove
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | memcpy-scoped-aa.ll | 58 ; MIR-LABEL: name: test_memmove 61 define i32 @test_memmove(i32 addrspace(1)* nocapture %p, i32 addrspace(1)* nocapture readonly %q) { 63 ; CHECK-LABEL: test_memmove:
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | test_g_memmove.mir | 4 name: test_memmove
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | memcpy-scoped-aa.ll | 47 ; MIR-LABEL: name: test_memmove 52 define i32 @test_memmove(i32* nocapture %p, i32* nocapture readonly %q) {
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | legalize-memcpy-et-al.mir | 58 name: test_memmove 64 ; CHECK-LABEL: name: test_memmove
|
| H A D | arm64-irtranslator.ll | 1173 define void @test_memmove(i8* %dst, i8* %src, i64 %size) { 1174 ; CHECK-LABEL: name: test_memmove
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | element-wise-atomic-memory-intrinsics.ll | 29 define void @test_memmove(i8* %P, i8* %Q, i32 %A, i32 %E) {
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/LowOverheadLoops/ |
| H A D | memcall.ll | 106 define void @test_memmove(i32* nocapture %x, i32* nocapture readonly %y, i32 %n, i32 %m) { 107 ; CHECK-LABEL: test_memmove:
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | custom.cpp | 264 void test_memmove() { in test_memmove() function 2015 test_memmove(); in main()
|