Lines Matching refs:f1
6 declare double @llvm.fma.f64(double %f1, double %f2, double %f3)
8 define double @f1(double %f1, double %f2, double %acc) {
9 ; CHECK-LABEL: f1:
15 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %negacc)
19 define double @f2(double %f1, double *%ptr, double %acc) {
26 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %negacc)
30 define double @f3(double %f1, double *%base, double %acc) {
38 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %negacc)
42 define double @f4(double %f1, double *%base, double %acc) {
54 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %negacc)
58 define double @f5(double %f1, double *%base, double %acc) {
70 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %negacc)
74 define double @f6(double %f1, double *%base, i64 %index, double %acc) {
83 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %negacc)
87 define double @f7(double %f1, double *%base, i64 %index, double %acc) {
97 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %negacc)
101 define double @f8(double %f1, double *%base, i64 %index, double %acc) {
112 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %negacc)