Lines Matching full:42
42 ; CHECK: %1 = call noalias align 8 ptr @__hipstdpar_aligned_alloc(i64 noundef 8, i64 noundef 42)
43 %1 = call noalias align 8 ptr @aligned_alloc(i64 noundef 8, i64 noundef 42)
47 ; CHECK: %2 = call noalias ptr @__hipstdpar_calloc(i64 noundef 1, i64 noundef 42)
48 %2 = call noalias ptr @calloc(i64 noundef 1, i64 noundef 42)
52 ; CHECK: %3 = call noalias ptr @__hipstdpar_malloc(i64 noundef 42)
53 %3 = call noalias ptr @malloc(i64 noundef 42)
57 ; CHECK: %4 = call noalias align 8 ptr @__hipstdpar_aligned_alloc(i64 noundef 8, i64 noundef 42)
58 %4 = call noalias align 8 ptr @memalign(i64 noundef 8, i64 noundef 42)
63 ; CHECK: %5 = call i32 @__hipstdpar_posix_aligned_alloc(ptr noundef %tmp, i64 noundef 8, i64 noundef 42)
64 %5 = call i32 @posix_memalign(ptr noundef %tmp, i64 noundef 8, i64 noundef 42)
68 ; CHECK: %6 = call noalias ptr @__hipstdpar_malloc(i64 noundef 42)
69 %6 = call noalias ptr @malloc(i64 noundef 42)
70 ; CHECK: %7 = call ptr @__hipstdpar_realloc(ptr noundef %6, i64 noundef 42)
71 %7 = call ptr @realloc(ptr noundef %6, i64 noundef 42)
75 ; CHECK: %8 = call noalias ptr @__hipstdpar_calloc(i64 noundef 1, i64 noundef 42)
76 %8 = call noalias ptr @calloc(i64 noundef 1, i64 noundef 42)
77 ; CHECK: %9 = call ptr @__hipstdpar_realloc_array(ptr noundef %8, i64 noundef 1, i64 noundef 42)
78 %9 = call ptr @reallocarray(ptr noundef %8, i64 noundef 1, i64 noundef 42)
102 ; CHECK: %14 = call noalias noundef nonnull ptr @__hipstdpar_operator_new(i64 noundef 42)
103 %14 = call noalias noundef nonnull ptr @_Znam(i64 noundef 42)
107 ; CHECK: %15 = call noalias noundef nonnull align 8 ptr @__hipstdpar_operator_new_aligned(i64 noundef 42, i64 noundef 8)
108 %15 = call noalias noundef nonnull align 8 ptr @_ZnamSt11align_val_t(i64 noundef 42, i64 noundef 8)
112 ; CHECK: %16 = call noalias noundef ptr @__hipstdpar_operator_new_nothrow(i64 noundef 42, ptr noundef nonnull align 1 dereferenceable(1) @_ZSt7nothrow)
113 %16 = call noalias noundef ptr @_ZnamRKSt9nothrow_t(i64 noundef 42, ptr noundef nonnull align 1 dereferenceable(1) @_ZSt7nothrow)
117 ; CHECK: %17 = call noalias noundef align 8 ptr @__hipstdpar_operator_new_aligned_nothrow(i64 noundef 42, i64 noundef 8, ptr noundef nonnull align 1 dereferenceable(1) @_ZSt7nothrow)
118 %17 = call noalias noundef align 8 ptr @_ZnamSt11align_val_tRKSt9nothrow_t(i64 noundef 42, i64 noundef 8, ptr noundef nonnull align 1 dereferenceable(1) @_ZSt7nothrow)
122 ; CHECK: %18 = call ptr @__hipstdpar_calloc(i64 noundef 1, i64 noundef 42)
123 %18 = call ptr @calloc(i64 noundef 1, i64 noundef 42)
127 ; CHECK: %19 = call ptr @__hipstdpar_malloc(i64 noundef 42)
128 %19 = call ptr @malloc(i64 noundef 42)
132 ; CHECK: %20 = call noalias noundef nonnull ptr @__hipstdpar_operator_new(i64 noundef 42)
133 %20 = call noalias noundef nonnull ptr @_Znwm(i64 noundef 42)
137 ; CHECK: %21 = call noalias noundef nonnull align 8 ptr @__hipstdpar_operator_new_aligned(i64 noundef 42, i64 noundef 8)
138 %21 = call noalias noundef nonnull align 8 ptr @_ZnwmSt11align_val_t(i64 noundef 42, i64 noundef 8)
142 ; CHECK: %22 = call noalias noundef ptr @__hipstdpar_operator_new_nothrow(i64 noundef 42, ptr noundef nonnull align 1 dereferenceable(1) @_ZSt7nothrow)
143 %22 = call noalias noundef ptr @_ZnwmRKSt9nothrow_t(i64 noundef 42, ptr noundef nonnull align 1 dereferenceable(1) @_ZSt7nothrow)
147 ; CHECK: %23 = call noalias noundef align 8 ptr @__hipstdpar_operator_new_aligned_nothrow(i64 noundef 42, i64 noundef 8, ptr noundef nonnull align 1 dereferenceable(1) @_ZSt7nothrow)
148 %23 = call noalias noundef align 8 ptr @_ZnwmSt11align_val_tRKSt9nothrow_t(i64 noundef 42, i64 noundef 8, ptr noundef nonnull align 1 dereferenceable(1) @_ZSt7nothrow)
152 ; CHECK: %24 = call ptr @__hipstdpar_malloc(i64 noundef 42)
153 %24 = call ptr @malloc(i64 noundef 42)
159 ; CHECK: %26 = call ptr @__hipstdpar_calloc(i64 noundef 1, i64 noundef 42)
160 %26 = call ptr @__libc_calloc(i64 noundef 1, i64 noundef 42)
164 ; CHECK: %27 = call ptr @__hipstdpar_malloc(i64 noundef 42)
165 %27 = call ptr @__libc_malloc(i64 noundef 42)
169 ; CHECK: %28 = call ptr @__hipstdpar_aligned_alloc(i64 noundef 8, i64 noundef 42)
170 %28 = call ptr @__libc_memalign(i64 noundef 8, i64 noundef 42)