Lines Matching refs:zext
11 ;CHECK: cost of 1 {{.*}} zext
12 %A = zext <4 x i1> undef to <4 x i32>
19 ;CHECK-NOT: cost of 1 {{.*}} zext
20 %D = zext <8 x i1> undef to <8 x i32>
28 ;CHECK: cost of 1 {{.*}} zext
29 %G = zext i1 undef to i32
40 ;CHECK-AVX2: cost of 3 {{.*}} zext
41 ;CHECK-AVX: cost of 4 {{.*}} zext
42 %Z = zext <8 x i1> %in to <8 x i32>
47 ;CHECK-AVX2: cost of 1 {{.*}} zext
48 ;CHECK-AVX: cost of 4 {{.*}} zext
49 %A1 = zext <16 x i8> undef to <16 x i16>
56 ;CHECK-AVX2: cost of 1 {{.*}} zext
57 ;CHECK-AVX: cost of 4 {{.*}} zext
58 %B = zext <8 x i16> undef to <8 x i32>
63 ;CHECK-AVX2: cost of 3 {{.*}} zext
64 ;CHECK-AVX: cost of 4 {{.*}} zext
65 %C.v8i8.z = zext <8 x i8> undef to <8 x i32>
69 ;CHECK-AVX2: cost of 3 {{.*}} zext
70 ;CHECK-AVX: cost of 3 {{.*}} zext
71 %C.v4i16.z = zext <4 x i16> undef to <4 x i64>
76 ;CHECK-AVX2: cost of 3 {{.*}} zext
77 ;CHECK-AVX: cost of 4 {{.*}} zext
78 %C.v4i8.z = zext <4 x i8> undef to <4 x i64>
83 ;CHECK-AVX2: cost of 1 {{.*}} zext
84 ;CHECK-AVX: cost of 4 {{.*}} zext
85 %D = zext <4 x i32> undef to <4 x i64>
87 ;CHECK-AVX512: cost of 1 {{.*}} %D1 = zext
88 %D1 = zext <8 x i32> undef to <8 x i64>
93 ;CHECK-AVX512: cost of 1 {{.*}} %D3 = zext
94 %D3 = zext <16 x i16> undef to <16 x i32>
95 ;CHECK-AVX512: cost of 1 {{.*}} %D4 = zext
96 %D4 = zext <16 x i8> undef to <16 x i32>
97 ;CHECK-AVX512: cost of 2 {{.*}} %D5 = zext
98 %D5 = zext <16 x i1> undef to <16 x i32>
133 ;CHECK-AVX2: cost of 3 {{.*}} zext
134 ;CHECK-AVX: cost of 4 {{.*}} zext
135 %Z = zext <8 x i1> %in to <8 x i32>
146 ;CHECK-AVX2: cost of 3 {{.*}} zext
147 ;CHECK-AVX: cost of 4 {{.*}} zext
148 %Z = zext <4 x i1> %in to <4 x i64>