Lines Matching full:nounwind
12 define float @test_f32(float %a, float %b, float %c) nounwind readnone ssp {
14 %call = tail call float @llvm.fma.f32(float %a, float %b, float %c) nounwind readnone
22 define double @test_f64(double %a, double %b, double %c) nounwind readnone ssp {
24 %call = tail call double @llvm.fma.f64(double %a, double %b, double %c) nounwind readnone
31 define x86_fp80 @test_f80(x86_fp80 %a, x86_fp80 %b, x86_fp80 %c) nounwind readnone ssp {
33 %call = tail call x86_fp80 @llvm.fma.f80(x86_fp80 %a, x86_fp80 %b, x86_fp80 %c) nounwind readnone
39 define float @test_f32_cst() nounwind readnone ssp {
41 %call = tail call float @llvm.fma.f32(float 3.0, float 3.0, float 3.0) nounwind readnone
45 declare float @llvm.fma.f32(float, float, float) nounwind readnone
46 declare double @llvm.fma.f64(double, double, double) nounwind readnone
47 declare x86_fp80 @llvm.fma.f80(x86_fp80, x86_fp80, x86_fp80) nounwind readnone