Lines Matching refs:sext
13 ;CHECK: cost of 2 {{.*}} sext
14 %B = sext <4 x i1> undef to <4 x i32>
21 ;CHECK-NOT: cost of 2 {{.*}} sext
22 %E = sext <8 x i1> undef to <8 x i32>
43 ;CHECK-AVX2: cost of 3 {{.*}} sext
44 ;CHECK-AVX: cost of 7 {{.*}} sext
45 %S = sext <8 x i1> %in to <8 x i32>
50 ;CHECK-AVX2: cost of 1 {{.*}} sext
51 ;CHECK-AVX: cost of 4 {{.*}} sext
52 %A2 = sext <16 x i8> undef to <16 x i16>
53 ;CHECK-AVX2: cost of 1 {{.*}} sext
54 ;CHECK-AVX: cost of 4 {{.*}} sext
55 %A = sext <8 x i16> undef to <8 x i32>
59 ;CHECK-AVX2: cost of 1 {{.*}} sext
60 ;CHECK-AVX: cost of 4 {{.*}} sext
61 %C = sext <4 x i32> undef to <4 x i64>
66 ;CHECK-AVX2: cost of 3 {{.*}} sext
67 ;CHECK-AVX: cost of 7 {{.*}} sext
68 %C.v8i8.s = sext <8 x i8> undef to <8 x i32>
72 ;CHECK-AVX2: cost of 3 {{.*}} sext
73 ;CHECK-AVX: cost of 6 {{.*}} sext
74 %C.v4i16.s = sext <4 x i16> undef to <4 x i64>
79 ;CHECK-AVX2: cost of 3 {{.*}} sext
80 ;CHECK-AVX: cost of 6 {{.*}} sext
81 %C.v4i8.s = sext <4 x i8> undef to <4 x i64>
90 ;CHECK-AVX512: cost of 3 {{.*}} %D2 = sext
91 %D2 = sext <16 x i32> undef to <16 x i64>
134 ;CHECK-AVX2: cost of 3 {{.*}} sext
135 ;CHECK-AVX: cost of 7 {{.*}} sext
136 %S = sext <8 x i1> %in to <8 x i32>
147 ;CHECK-AVX2: cost of 3 {{.*}} sext
148 ;CHECK-AVX: cost of 6 {{.*}} sext
149 %S = sext <4 x i1> %in to <4 x i64>