Lines Matching +full:- +full:- +full:user +full:- +full:token
1 ; RUN: opt < %s -passes=deadargelim -S | FileCheck %s
3 declare token @llvm.call.preallocated.setup(i32)
4 declare ptr @llvm.call.preallocated.arg(token, i32)
20 ; This checks if the struct doesn't get non-packed
21 ; CHECK-LABEL: define internal <{ i32, i32 }> @test2(
29 declare void @user(i32, <{ i32, i32 }>)
36 call void @user(i32 %B, <{ i32, i32 }> %C)
48 ; CHECK-LABEL: define internal x86_thiscallcc i32 @unused_this(ptr %this, ptr inalloca(i32) %argmem)
68 ; CHECK-LABEL: define internal x86_thiscallcc i32 @unused_this_preallocated(ptr %this, ptr prealloc…
74 %c = call token @llvm.call.preallocated.setup(i32 1)
75 %M = call ptr @llvm.call.preallocated.arg(token %c, i32 0) preallocated(i32)
77 …iscallcc i32 @unused_this_preallocated(ptr %t, ptr preallocated(i32) %M) ["preallocated"(token %c)]