Lines Matching full:fcmp
15 ;SSE2: cost of 3 {{.*}} fcmp
16 ;SSE3: cost of 3 {{.*}} fcmp
17 ;SSSE3: cost of 3 {{.*}} fcmp
18 ;SSE41: cost of 3 {{.*}} fcmp
19 ;SSE42: cost of 1 {{.*}} fcmp
20 ;AVX: cost of 1 {{.*}} fcmp
21 %A = fcmp olt <2 x float> undef, undef
23 ;SSE2: cost of 7 {{.*}} fcmp
24 ;SSE3: cost of 7 {{.*}} fcmp
25 ;SSSE3: cost of 7 {{.*}} fcmp
26 ;SSE41: cost of 7 {{.*}} fcmp
27 ;SSE42: cost of 1 {{.*}} fcmp
28 ;AVX: cost of 1 {{.*}} fcmp
29 %B = fcmp olt <4 x float> undef, undef
31 ;SSE2: cost of 14 {{.*}} fcmp
32 ;SSE3: cost of 14 {{.*}} fcmp
33 ;SSSE3: cost of 14 {{.*}} fcmp
34 ;SSE41: cost of 14 {{.*}} fcmp
35 ;SSE42: cost of 2 {{.*}} fcmp
36 ;AVX: cost of 1 {{.*}} fcmp
37 %C = fcmp olt <8 x float> undef, undef
39 ;SSE2: cost of 3 {{.*}} fcmp
40 ;SSE3: cost of 3 {{.*}} fcmp
41 ;SSSE3: cost of 3 {{.*}} fcmp
42 ;SSE41: cost of 3 {{.*}} fcmp
43 ;SSE42: cost of 1 {{.*}} fcmp
44 ;AVX: cost of 1 {{.*}} fcmp
45 %D = fcmp olt <2 x double> undef, undef
47 ;SSE2: cost of 6 {{.*}} fcmp
48 ;SSE3: cost of 6 {{.*}} fcmp
49 ;SSSE3: cost of 6 {{.*}} fcmp
50 ;SSE41: cost of 6 {{.*}} fcmp
51 ;SSE42: cost of 2 {{.*}} fcmp
52 ;AVX: cost of 1 {{.*}} fcmp
53 %E = fcmp olt <4 x double> undef, undef
55 ; AVX512: cost of 1 {{.*}} %E1 = fcmp
56 %E1 = fcmp olt <16 x float> undef, undef
58 ; AVX512: cost of 1 {{.*}} %E2 = fcmp
59 %E2 = fcmp olt <8 x double> undef, undef
61 ; AVX512: cost of 2 {{.*}} %E3 = fcmp
62 %E3 = fcmp olt <16 x double> undef, undef