Lines Matching full:arg2
7 define <4 x float> @ExeDepsFix_broadcastss(<4 x float> %arg, <4 x float> %arg2) {
17 %max_is_x = fcmp oge <4 x float> %floatcast, %arg2
18 %max = select <4 x i1> %max_is_x, <4 x float> %floatcast, <4 x float> %arg2
22 define <8 x float> @ExeDepsFix_broadcastss256(<8 x float> %arg, <8 x float> %arg2) {
32 %max_is_x = fcmp oge <8 x float> %floatcast, %arg2
33 %max = select <8 x i1> %max_is_x, <8 x float> %floatcast, <8 x float> %arg2
37 define <4 x float> @ExeDepsFix_broadcastss_inreg(<4 x float> %arg, <4 x float> %arg2, i32 %broadcastvalue) {
50 %max_is_x = fcmp oge <4 x float> %floatcast, %arg2
51 %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 %broadcastvalue) {
68 %max_is_x = fcmp oge <8 x float> %floatcast, %arg2
69 %max = select <8 x i1> %max_is_x, <8 x float> %floatcast, <8 x float> %arg2
74 define <2 x double> @ExeDepsFix_broadcastsd(<2 x double> %arg, <2 x double> %arg2) {
83 %max_is_x = fcmp oge <2 x double> %floatcast, %arg2
84 %max = select <2 x i1> %max_is_x, <2 x double> %floatcast, <2 x double> %arg2
88 define <4 x double> @ExeDepsFix_broadcastsd256(<4 x double> %arg, <4 x double> %arg2) {
98 %max_is_x = fcmp oge <4 x double> %floatcast, %arg2
99 %max = select <4 x i1> %max_is_x, <4 x double> %floatcast, <4 x double> %arg2
105 define <2 x double> @ExeDepsFix_broadcastsd_inreg(<2 x double> %arg, <2 x double> %arg2, i64 %broadcastvalue) {
118 %max_is_x = fcmp oge <2 x double> %floatcast, %arg2
119 %max = select <2 x i1> %max_is_x, <2 x double> %floatcast, <2 x double> %arg2
123 define <4 x double> @ExeDepsFix_broadcastsd256_inreg(<4 x double> %arg, <4 x double> %arg2, i64 %broadcastvalue) {
136 %max_is_x = fcmp oge <4 x double> %floatcast, %arg2
137 %max = select <4 x i1> %max_is_x, <4 x double> %floatcast, <4 x double> %arg2