Searched refs:fma_stmt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2855 gcall *fma_stmt; local
2906 fma_stmt = gimple_build_call_internal (IFN_COND_FMA, 5, cond, mulop1,
2909 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop);
2910 gimple_set_lhs (fma_stmt, gimple_get_lhs (use_stmt));
2911 gimple_call_set_nothrow (fma_stmt, !stmt_can_throw_internal (cfun,
2913 gsi_replace (&gsi, fma_stmt, true);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3002 gcall *fma_stmt; local
3053 fma_stmt = gimple_build_call_internal (IFN_COND_FMA, 5, cond, mulop1,
3056 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop);
3057 gimple_set_lhs (fma_stmt, gimple_get_lhs (use_stmt));
3058 gimple_call_set_nothrow (fma_stmt, !stmt_can_throw_internal (cfun,
3060 gsi_replace (&gsi, fma_stmt, true);

Completed in 218 milliseconds