• Home
  • Raw
  • Download

Lines Matching refs:arg2

10 define <4 x float> @ExeDepsFix_broadcastss(<4 x float> %arg, <4 x float> %arg2) {
14 %max_is_x = fcmp oge <4 x float> %floatcast, %arg2
15 %max = select <4 x i1> %max_is_x, <4 x float> %floatcast, <4 x float> %arg2
24 define <8 x float> @ExeDepsFix_broadcastss256(<8 x float> %arg, <8 x float> %arg2) {
28 %max_is_x = fcmp oge <8 x float> %floatcast, %arg2
29 %max = select <8 x i1> %max_is_x, <8 x float> %floatcast, <8 x float> %arg2
39 define <4 x float> @ExeDepsFix_broadcastss_inreg(<4 x float> %arg, <4 x float> %arg2, i32 %broadcas…
45 %max_is_x = fcmp oge <4 x float> %floatcast, %arg2
46 %max = select <4 x i1> %max_is_x, <4 x float> %floatcast, <4 x float> %arg2
55 define <8 x float> @ExeDepsFix_broadcastss256_inreg(<8 x float> %arg, <8 x float> %arg2, i32 %broad…
61 %max_is_x = fcmp oge <8 x float> %floatcast, %arg2
62 %max = select <8 x i1> %max_is_x, <8 x float> %floatcast, <8 x float> %arg2
71 define <2 x double> @ExeDepsFix_broadcastsd(<2 x double> %arg, <2 x double> %arg2) {
75 %max_is_x = fcmp oge <2 x double> %floatcast, %arg2
76 %max = select <2 x i1> %max_is_x, <2 x double> %floatcast, <2 x double> %arg2
85 define <4 x double> @ExeDepsFix_broadcastsd256(<4 x double> %arg, <4 x double> %arg2) {
89 %max_is_x = fcmp oge <4 x double> %floatcast, %arg2
90 %max = select <4 x i1> %max_is_x, <4 x double> %floatcast, <4 x double> %arg2
103 define <2 x double> @ExeDepsFix_broadcastsd_inreg(<2 x double> %arg, <2 x double> %arg2, i64 %broad…
109 %max_is_x = fcmp oge <2 x double> %floatcast, %arg2
110 %max = select <2 x i1> %max_is_x, <2 x double> %floatcast, <2 x double> %arg2
119 define <4 x double> @ExeDepsFix_broadcastsd256_inreg(<4 x double> %arg, <4 x double> %arg2, i64 %br…
125 %max_is_x = fcmp oge <4 x double> %floatcast, %arg2
126 %max = select <4 x i1> %max_is_x, <4 x double> %floatcast, <4 x double> %arg2