Lines Matching full:sext
8 ; CHECK: cost of 1 {{.*}} sext
9 %r0 = sext i1 undef to i8
12 ; CHECK: cost of 1 {{.*}} sext
13 %r2 = sext i1 undef to i16
16 ; CHECK: cost of 1 {{.*}} sext
17 %r4 = sext i1 undef to i32
20 ; CHECK: cost of 1 {{.*}} sext
21 %r6 = sext i1 undef to i64
26 ; CHECK: cost of 1 {{.*}} sext
27 %r9 = sext i8 undef to i16
30 ; CHECK: cost of 1 {{.*}} sext
31 %r11 = sext i8 undef to i32
34 ; CHECK: cost of 1 {{.*}} sext
35 %r13 = sext i8 undef to i64
42 ; CHECK: cost of 1 {{.*}} sext
43 %r17 = sext i16 undef to i32
46 ; CHECK: cost of 2 {{.*}} sext
47 %r19 = sext i16 undef to i64
56 ; CHECK: cost of 1 {{.*}} sext
57 %r24 = sext i32 undef to i64
155 ; CHECK: cost of 3 {{.*}} sext
156 %r70 = sext <8 x i8> undef to <8 x i32>
157 ; CHECK: cost of 6 {{.*}} sext
158 %r71 = sext <16 x i8> undef to <16 x i32>
164 ; CHECK: cost of 7 {{.*}} sext
165 %rext_0 = sext <8 x i8> undef to <8 x i64>
168 ; CHECK: cost of 6 {{.*}} sext
169 %rext_2 = sext <8 x i16> undef to <8 x i64>
172 ; CHECK: cost of 3 {{.*}} sext
173 %rext_4 = sext <4 x i16> undef to <4 x i64>