Searched refs:must_pass_in_stack (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h705 bool (* must_pass_in_stack) (enum machine_mode mode, tree t); member in struct:gcc_target::calls
H A Dtarghooks.c217 return targetm.calls.must_pass_in_stack (mode, type);
H A Dcalls.c1092 args[i].pass_on_stack = targetm.calls.must_pass_in_stack (mode, type);
H A Dfunction.c2226 if (targetm.calls.must_pass_in_stack (data->promoted_mode,
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c7627 return targetm.calls.must_pass_in_stack (mode, type);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c3275 && targetm.calls.must_pass_in_stack (mode, type))
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c5728 if (targetm.calls.must_pass_in_stack (mode, type))

Completed in 357 milliseconds