Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtarget.h705 bool (* must_pass_in_stack) (enum machine_mode mode, tree t); member
HDtarghooks.c229 return targetm.calls.must_pass_in_stack (mode, type); in hook_pass_by_reference_must_pass_in_stack()
HDcalls.c1091 args[i].pass_on_stack = targetm.calls.must_pass_in_stack (mode, type); in initialize_argument_information()
HDfunction.c2219 if (targetm.calls.must_pass_in_stack (data->promoted_mode, in assign_parm_find_entry_rtl()
HDChangeLog-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.
/NextBSD/contrib/gcc/config/mips/
HDmips.c7606 return targetm.calls.must_pass_in_stack (mode, type); in mips_pass_by_reference()
/NextBSD/contrib/gcc/config/i386/
HDi386.c3281 && targetm.calls.must_pass_in_stack (mode, type)) in classify_argument()
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c5712 if (targetm.calls.must_pass_in_stack (mode, type)) in setup_incoming_varargs()
/NextBSD/contrib/gcc/doc/
HDtm.texi3813 You may use the hook @code{targetm.calls.must_pass_in_stack}