Lines Matching full:select
6 define void @select() {
8 ; CHECK-THROUGHPUT-LABEL: 'select'
9 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v1 = select i1…
10 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v2 = select i1…
11 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v3 = select i1…
12 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v4 = select i1…
13 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v5 = select i1…
14 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v6 = select i1…
15 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 16 for instruction: %v13b = select…
16 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 8 for instruction: %v15b = select …
17 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 16 for instruction: %v15c = select…
18 ; CHECK-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 80 for instruction: %v16a = select…
19 …XT: Cost Model: Found an estimated cost of 160 for instruction: %v16b = select <8 x i1> undef, <8…
20 …XT: Cost Model: Found an estimated cost of 320 for instruction: %v16c = select <16 x i1> undef, <…
21 …T: Cost Model: Found an estimated cost of 2 for instruction: %v2float = select <2 x i1> undef, <2…
22 …T: Cost Model: Found an estimated cost of 2 for instruction: %v4float = select <4 x i1> undef, <4…
23 …: Cost Model: Found an estimated cost of 2 for instruction: %v2double = select <2 x i1> undef, <2…
24 …XT: Cost Model: Found an estimated cost of 2 for instruction: %v4half = select <4 x i1> undef, <4…
25 …XT: Cost Model: Found an estimated cost of 2 for instruction: %v8half = select <8 x i1> undef, <8…
28 ; CHECK-SIZE-LABEL: 'select'
29 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v1 = select i1 undef…
30 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v2 = select i1 undef…
31 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v3 = select i1 undef…
32 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v4 = select i1 undef…
33 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v5 = select i1 undef…
34 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v6 = select i1 undef…
35 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v13b = select <16 x …
36 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v15b = select <8 x i…
37 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v15c = select <16 x …
38 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v16a = select <4 x i…
39 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v16b = select <8 x i…
40 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v16c = select <16 x …
41 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v2float = select <2 …
42 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v4float = select <4 …
43 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v2double = select <2…
44 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v4half = select <4 x…
45 ; CHECK-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v8half = select <8 x…
48 %v1 = select i1 undef, i8 undef, i8 undef
49 %v2 = select i1 undef, i16 undef, i16 undef
50 %v3 = select i1 undef, i32 undef, i32 undef
51 %v4 = select i1 undef, i64 undef, i64 undef
52 %v5 = select i1 undef, float undef, float undef
53 %v6 = select i1 undef, double undef, double undef
55 %v13b = select <16 x i1> undef, <16 x i16> undef, <16 x i16> undef
57 %v15b = select <8 x i1> undef, <8 x i32> undef, <8 x i32> undef
58 %v15c = select <16 x i1> undef, <16 x i32> undef, <16 x i32> undef
62 %v16a = select <4 x i1> undef, <4 x i64> undef, <4 x i64> undef
63 %v16b = select <8 x i1> undef, <8 x i64> undef, <8 x i64> undef
64 %v16c = select <16 x i1> undef, <16 x i64> undef, <16 x i64> undef
67 %v2float = select <2 x i1> undef, <2 x float> undef, <2 x float> undef
68 %v4float = select <4 x i1> undef, <4 x float> undef, <4 x float> undef
69 %v2double = select <2 x i1> undef, <2 x double> undef, <2 x double> undef
70 %v4half = select <4 x i1> undef, <4 x half> undef, <4 x half> undef
71 %v8half = select <8 x i1> undef, <8 x half> undef, <8 x half> undef