Lines Matching refs:acc
8 define double @f1(double %f1, double %f2, double %acc) {
14 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
18 define double @f2(double %f1, double *%ptr, double %acc) {
24 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
28 define double @f3(double %f1, double *%base, double %acc) {
35 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
39 define double @f4(double %f1, double *%base, double %acc) {
50 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
54 define double @f5(double %f1, double *%base, double %acc) {
65 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
69 define double @f6(double %f1, double *%base, i64 %index, double %acc) {
77 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
81 define double @f7(double %f1, double *%base, i64 %index, double %acc) {
90 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
94 define double @f8(double %f1, double *%base, i64 %index, double %acc) {
104 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)