Home
last modified time | relevance | path

Searched refs:test_memmove (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-string.cpp511 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 Dopaque-ptr.ll20 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 Darm64_32-memcpy.ll23 define i64 @test_memmove(i64* %addr, i8* %src, i1 %tst) minsize {
24 ; CHECK-LABEL: test_memmove:
H A Dmemcpy-scoped-aa.ll57 ; 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 Dunordered_atomic_mem_intrins.ll23 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 Dload-store-to-memcpy.ll11 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 Dmemory-intrinsics.ll19 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 Dmemcpy-scoped-aa.ll58 ; 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 Dtest_g_memmove.mir4 name: test_memmove
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmemcpy-scoped-aa.ll47 ; 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 Dlegalize-memcpy-et-al.mir58 name: test_memmove
64 ; CHECK-LABEL: name: test_memmove
H A Darm64-irtranslator.ll1173 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 Delement-wise-atomic-memory-intrinsics.ll29 define void @test_memmove(i8* %P, i8* %Q, i32 %A, i32 %E) {
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
H A Dmemcall.ll106 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 Dcustom.cpp264 void test_memmove() { in test_memmove() function
2015 test_memmove(); in main()