Lines Matching full:add

7 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 1 for instruction: %add = add <3 x i32> %l, %b
8 …NEXT: Cost Model: Found an estimated cost of 1 for instruction: %cmp = icmp uge <3 x i32> %add, %a
9 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = sub <3 x i32> %add,…
10 …an estimated cost of 1 for instruction: %sel = select <3 x i1> %cmp, <3 x i32> %add, <3 x i32> %sub
15 %add = add <3 x i32> %l, %b
16 %cmp = icmp uge <3 x i32> %add, %a
17 %sub = sub <3 x i32> %add, %a
18 %sel = select <3 x i1> %cmp, <3 x i32> %add, <3 x i32> %sub
26 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <3 x i32> %l, %b
27 …NEXT: Cost Model: Found an estimated cost of 1 for instruction: %cmp = icmp uge <3 x i32> %add, %a
28 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = sub <3 x i32> %add,…
29 …an estimated cost of 1 for instruction: %sel = select <3 x i1> %cmp, <3 x i32> %add, <3 x i32> %sub
34 %add = add <3 x i32> %l, %b
35 %cmp = icmp uge <3 x i32> %add, %a
36 %sub = sub <3 x i32> %add, %a
37 %sel = select <3 x i1> %cmp, <3 x i32> %add, <3 x i32> %sub
45 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <3 x i16> %l, %b
46 …NEXT: Cost Model: Found an estimated cost of 1 for instruction: %cmp = icmp uge <3 x i16> %add, %a
47 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = sub <3 x i16> %add,…
48 …an estimated cost of 1 for instruction: %sel = select <3 x i1> %cmp, <3 x i16> %add, <3 x i16> %sub
53 %add = add <3 x i16> %l, %b
54 %cmp = icmp uge <3 x i16> %add, %a
55 %sub = sub <3 x i16> %add, %a
56 %sel = select <3 x i1> %cmp, <3 x i16> %add, <3 x i16> %sub
64 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <7 x i16> %l, %l
65 ; CHECK-NEXT: Cost Model: Found an estimated cost of 3 for instruction: store <7 x i16> %add, ptr …
69 %add = add <7 x i16> %l, %l
70 store <7 x i16> %add, ptr %dst, align 1
77 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <6 x i16> %l, %l
78 ; CHECK-NEXT: Cost Model: Found an estimated cost of 2 for instruction: store <6 x i16> %add, ptr …
82 %add = add <6 x i16> %l, %l
83 store <6 x i16> %add, ptr %dst, align 1
90 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <5 x i16> %l, %l
91 ; CHECK-NEXT: Cost Model: Found an estimated cost of 2 for instruction: store <5 x i16> %add, ptr …
95 %add = add <5 x i16> %l, %l
96 store <5 x i16> %add, ptr %dst, align 1
104 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <3 x i32> %l.ex…
105 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = sub <3 x i32> %add,…
112 %add = add <3 x i32> %l.ext, %b
113 %sub = sub <3 x i32> %add, %a
122 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <3 x i8> %l, %b
123 …-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %cmp = icmp uge <3 x i8> %add, %a
124 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = sub <3 x i8> %add, …
125 …d an estimated cost of 1 for instruction: %sel = select <3 x i1> %cmp, <3 x i8> %add, <3 x i8> %sub
130 %add = add <3 x i8> %l, %b
131 %cmp = icmp uge <3 x i8> %add, %a
132 %sub = sub <3 x i8> %add, %a
133 %sel = select <3 x i1> %cmp, <3 x i8> %add, <3 x i8> %sub
142 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <3 x i32> %l.ex…
143 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = sub <3 x i32> %add,…
150 %add = add <3 x i32> %l.ext, %b
151 %sub = sub <3 x i32> %add, %a
161 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <3 x i32> %l.ex…
162 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = sub <3 x i32> %add,…
169 %add = add <3 x i32> %l.ext, %b
170 %sub = sub <3 x i32> %add, %a
179 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <3 x i30> %l, %b
180 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = sub <3 x i30> %add,…
185 %add = add <3 x i30> %l, %b
186 %sub = sub <3 x i30> %add, %a
194 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = fadd <3 x float> %l…
195 …K-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = fsub <3 x float> %add, %a
200 %add = fadd <3 x float> %l, %b
201 %sub = fsub <3 x float> %add, %a
209 ; CHECK-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %add = fadd <3 x half> %l,…
210 …CK-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %sub = fsub <3 x half> %add, %a
215 %add = fadd <3 x half> %l, %b
216 %sub = fsub <3 x half> %add, %a
224 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <15 x i8> %l, %l
225 ; CHECK-NEXT: Cost Model: Found an estimated cost of 4 for instruction: store <15 x i8> %add, ptr …
229 %add = add <15 x i8> %l, %l
230 store <15 x i8> %add, ptr %dst, align 1
237 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <14 x i8> %l, %l
238 ; CHECK-NEXT: Cost Model: Found an estimated cost of 3 for instruction: store <14 x i8> %add, ptr …
242 %add = add <14 x i8> %l, %l
243 store <14 x i8> %add, ptr %dst, align 1
250 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <13 x i8> %l, %l
251 ; CHECK-NEXT: Cost Model: Found an estimated cost of 3 for instruction: store <13 x i8> %add, ptr …
255 %add = add <13 x i8> %l, %l
256 store <13 x i8> %add, ptr %dst, align 1
263 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <12 x i8> %l, %l
264 ; CHECK-NEXT: Cost Model: Found an estimated cost of 2 for instruction: store <12 x i8> %add, ptr …
268 %add = add <12 x i8> %l, %l
269 store <12 x i8> %add, ptr %dst, align 1
276 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <11 x i8> %l, %l
277 ; CHECK-NEXT: Cost Model: Found an estimated cost of 3 for instruction: store <11 x i8> %add, ptr …
281 %add = add <11 x i8> %l, %l
282 store <11 x i8> %add, ptr %dst, align 1
289 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <7 x i8> %l, %b
290 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %sub = sub <7 x i8> %add, …
295 %add = add <7 x i8> %l, %b
296 %sub = sub <7 x i8> %add, %a
304 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <6 x i8> %l, %l
305 ; CHECK-NEXT: Cost Model: Found an estimated cost of 2 for instruction: store <6 x i8> %add, ptr %…
309 %add = add <6 x i8> %l, %l
310 store <6 x i8> %add, ptr %dst, align 1
317 ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add = add <5 x i8> %l, %l
318 ; CHECK-NEXT: Cost Model: Found an estimated cost of 2 for instruction: store <5 x i8> %add, ptr %…
322 %add = add <5 x i8> %l, %l
323 store <5 x i8> %add, ptr %dst, align 1