Lines Matching refs:sqrt
12 %r1 = call float @llvm.sqrt.f32(float %r0)
21 %r1 = call float @llvm.sqrt.f32(float %r0)
34 %fdiv = call float @llvm.sqrt.f32(float %in)
49 %fdiv = call <2 x float> @llvm.sqrt.v2f32(<2 x float> %in)
70 %fdiv = call <4 x float> @llvm.sqrt.v4f32(<4 x float> %in)
80 %sqrt = call float @llvm.sqrt.f32(float %in)
82 %res = select i1 %cmp, float 0x7FF8000000000000, float %sqrt
92 %sqrt = call float @llvm.sqrt.f32(float %in)
94 %res = select i1 %cmp, float 0x7FF8000000000000, float %sqrt
104 %sqrt = call float @llvm.sqrt.f32(float %in)
106 %res = select i1 %cmp, float 0x7FF8000000000000, float %sqrt
117 %sqrt = call <2 x float> @llvm.sqrt.v2f32(<2 x float> %in)
119 … <2 x i1> %cmp, <2 x float> <float 0x7FF8000000000000, float 0x7FF8000000000000>, <2 x float> %sqrt
130 %sqrt = call <2 x float> @llvm.sqrt.v2f32(<2 x float> %in)
132 … <2 x i1> %cmp, <2 x float> <float 0x7FF8000000000000, float 0x7FF8000000000000>, <2 x float> %sqrt
141 %sqrt = call float @llvm.sqrt.f32(float %src)
142 %recipsqrt = fdiv fast float 1.0, %sqrt
147 declare float @llvm.sqrt.f32(float %in) #0
148 declare <2 x float> @llvm.sqrt.v2f32(<2 x float> %in) #0
149 declare <4 x float> @llvm.sqrt.v4f32(<4 x float> %in) #0