Searched refs:split_complex_arg (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h699 bool (* split_complex_arg) (tree type); member in struct:gcc_target::calls
H A Dcalls.c2060 if (targetm.calls.split_complex_arg)
3170 && targetm.calls.split_complex_arg (type))
3188 && targetm.calls.split_complex_arg (complex_type))
3224 && targetm.calls.split_complex_arg (type))
3237 && targetm.calls.split_complex_arg (complex_type))
H A Dfunction.c1980 && targetm.calls.split_complex_arg (type))
1992 && targetm.calls.split_complex_arg (type))
2062 if (targetm.calls.split_complex_arg)
2930 && targetm.calls.split_complex_arg (TREE_TYPE (parm)))
2948 /* split_complex_arg put the real and imag parts in
3051 if (targetm.calls.split_complex_arg && fnargs != all.orig_fnargs)
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c1502 targetm.calls.split_complex_arg = NULL;
5953 if (targetm.calls.split_complex_arg && TREE_CODE (type) == COMPLEX_TYPE)
19428 && targetm.calls.split_complex_arg)
19472 else if (COMPLEX_MODE_P (mode) && targetm.calls.split_complex_arg)

Completed in 159 milliseconds