Home
last modified time | relevance | path

Searched refs:must_pass_in_stack (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dtarget.h705 bool (* must_pass_in_stack) (enum machine_mode mode, tree t); member
Dtarghooks.c229 return targetm.calls.must_pass_in_stack (mode, type); in hook_pass_by_reference_must_pass_in_stack()
Dcalls.c1091 args[i].pass_on_stack = targetm.calls.must_pass_in_stack (mode, type); in initialize_argument_information()
Dfunction.c2219 if (targetm.calls.must_pass_in_stack (data->promoted_mode, in assign_parm_find_entry_rtl()
DChangeLog-200423612 (function_arg_pass_by_reference): Return true if must_pass_in_stack.
23718 * target.h (struct gcc_target): Add calls.must_pass_in_stack.
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.c7606 return targetm.calls.must_pass_in_stack (mode, type); in mips_pass_by_reference()
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c3281 && targetm.calls.must_pass_in_stack (mode, type)) in classify_argument()
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.c5712 if (targetm.calls.must_pass_in_stack (mode, type)) in setup_incoming_varargs()
/freebsd-10-stable/contrib/gcc/doc/
Dtm.texi3813 You may use the hook @code{targetm.calls.must_pass_in_stack}