Lines Matching refs:acc
5 define double @f1(double %f1, double %f2, double %acc) {
10 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
14 define double @f2(double %f1, double *%ptr, double %acc) {
20 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
24 define double @f3(double %f1, double *%base, double %acc) {
31 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
35 define double @f4(double %f1, double *%base, double %acc) {
46 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
50 define double @f5(double %f1, double *%base, double %acc) {
61 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
65 define double @f6(double %f1, double *%base, i64 %index, double %acc) {
73 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
77 define double @f7(double %f1, double *%base, i64 %index, double %acc) {
86 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)
90 define double @f8(double %f1, double *%base, i64 %index, double %acc) {
100 %res = call double @llvm.fma.f64 (double %f1, double %f2, double %acc)