Lines Matching full:llvm
3 declare float @llvm.AMDGPU.rcp.f32(float) nounwind readnone
4 declare double @llvm.AMDGPU.rcp.f64(double) nounwind readnone
7 declare float @llvm.sqrt.f32(float) nounwind readnone
8 declare double @llvm.sqrt.f64(double) nounwind readnone
13 %rcp = call float @llvm.AMDGPU.rcp.f32(float %src) nounwind readnone
21 %rcp = call double @llvm.AMDGPU.rcp.f64(double %src) nounwind readnone
45 %sqrt = call float @llvm.sqrt.f32(float %src) nounwind readnone
46 %rcp = call float @llvm.AMDGPU.rcp.f32(float %sqrt) nounwind readnone
54 %sqrt = call double @llvm.sqrt.f64(double %src) nounwind readnone
55 %rcp = call double @llvm.AMDGPU.rcp.f64(double %sqrt) nounwind readnone