Lines Matching refs:copysign

15 …: Found an estimated cost of 1 for instruction: %F32 = call float @llvm.copysign.f32(float undef, …
16 …an estimated cost of 4 for instruction: %V4F32 = call <4 x float> @llvm.copysign.v4f32(<4 x float>…
17 …an estimated cost of 8 for instruction: %V8F32 = call <8 x float> @llvm.copysign.v8f32(<8 x float>…
18 …estimated cost of 16 for instruction: %V16F32 = call <16 x float> @llvm.copysign.v16f32(<16 x floa…
19 … Found an estimated cost of 1 for instruction: %F64 = call double @llvm.copysign.f64(double undef,…
20 …n estimated cost of 2 for instruction: %V2F64 = call <2 x double> @llvm.copysign.v2f64(<2 x double…
21 …n estimated cost of 4 for instruction: %V4F64 = call <4 x double> @llvm.copysign.v4f64(<4 x double…
22 …n estimated cost of 8 for instruction: %V8F64 = call <8 x double> @llvm.copysign.v8f64(<8 x double…
26 …: Found an estimated cost of 1 for instruction: %F32 = call float @llvm.copysign.f32(float undef, …
27 …an estimated cost of 4 for instruction: %V4F32 = call <4 x float> @llvm.copysign.v4f32(<4 x float>…
28 …an estimated cost of 8 for instruction: %V8F32 = call <8 x float> @llvm.copysign.v8f32(<8 x float>…
29 …estimated cost of 16 for instruction: %V16F32 = call <16 x float> @llvm.copysign.v16f32(<16 x floa…
30 … Found an estimated cost of 1 for instruction: %F64 = call double @llvm.copysign.f64(double undef,…
31 …n estimated cost of 2 for instruction: %V2F64 = call <2 x double> @llvm.copysign.v2f64(<2 x double…
32 …n estimated cost of 4 for instruction: %V4F64 = call <4 x double> @llvm.copysign.v4f64(<4 x double…
33 …n estimated cost of 8 for instruction: %V8F64 = call <8 x double> @llvm.copysign.v8f64(<8 x double…
36 %F32 = call float @llvm.copysign.f32(float undef, float undef)
37 %V4F32 = call <4 x float> @llvm.copysign.v4f32(<4 x float> undef, <4 x float> undef)
38 %V8F32 = call <8 x float> @llvm.copysign.v8f32(<8 x float> undef, <8 x float> undef)
39 %V16F32 = call <16 x float> @llvm.copysign.v16f32(<16 x float> undef, <16 x float> undef)
41 %F64 = call double @llvm.copysign.f64(double undef, double undef)
42 %V2F64 = call <2 x double> @llvm.copysign.v2f64(<2 x double> undef, <2 x double> undef)
43 %V4F64 = call <4 x double> @llvm.copysign.v4f64(<4 x double> undef, <4 x double> undef)
44 %V8F64 = call <8 x double> @llvm.copysign.v8f64(<8 x double> undef, <8 x double> undef)
85 declare float @llvm.copysign.f32(float, float)
86 declare <4 x float> @llvm.copysign.v4f32(<4 x float>, <4 x float>)
87 declare <8 x float> @llvm.copysign.v8f32(<8 x float>, <8 x float>)
88 declare <16 x float> @llvm.copysign.v16f32(<16 x float>, <16 x float>)
90 declare double @llvm.copysign.f64(double, double)
91 declare <2 x double> @llvm.copysign.v2f64(<2 x double>, <2 x double>)
92 declare <4 x double> @llvm.copysign.v4f64(<4 x double>, <4 x double>)
93 declare <8 x double> @llvm.copysign.v8f64(<8 x double>, <8 x double>)