Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/gcc/gcc/config/alpha/
Dvms.h187 if (targetm.calls.must_pass_in_stack (MODE, TYPE)) \
Dunicosmk.h194 || targetm.calls.must_pass_in_stack (MODE, TYPE)) \
Dalpha.h876 (targetm.calls.must_pass_in_stack (MODE, TYPE)) \
Dalpha.c5666 || targetm.calls.must_pass_in_stack (mode, type)) in function_arg()
5711 || targetm.calls.must_pass_in_stack (mode, type)) in function_arg()
5743 else if (targetm.calls.must_pass_in_stack (mode, type)) in function_arg()
6259 if (targetm.calls.must_pass_in_stack (TYPE_MODE (type), type)) in alpha_gimplify_va_arg_1()
/openbsd/src/gnu/gcc/gcc/
Dtarget.h701 bool (* must_pass_in_stack) (enum machine_mode mode, tree t); member
Dtarghooks.c217 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.c2211 if (targetm.calls.must_pass_in_stack (data->promoted_mode, in assign_parm_find_entry_rtl()
/openbsd/src/gnu/gcc/gcc/config/fr30/
Dfr30.h642 : targetm.calls.must_pass_in_stack (MODE, TYPE) ? NULL_RTX \
Dfr30.c689 if (targetm.calls.must_pass_in_stack (mode, type)) in fr30_num_arg_regs()
/openbsd/src/gnu/gcc/gcc/config/crx/
Dcrx.c447 if (targetm.calls.must_pass_in_stack (mode, type) || (cum->ints < 0)) in crx_function_arg()
513 if (targetm.calls.must_pass_in_stack (mode, type) || (cum->ints < 0)) in crx_function_arg_advance()
/openbsd/src/gnu/gcc/gcc/config/mmix/
Dmmix.h639 = ((targetm.calls.must_pass_in_stack (MODE, TYPE)) \
Dmmix.c580 && !targetm.calls.must_pass_in_stack (mode, type) in mmix_function_arg()
601 if (targetm.calls.must_pass_in_stack (mode, type)) in mmix_pass_by_reference()
/openbsd/src/gnu/gcc/gcc/config/mcore/
Dmcore.c2669 if (targetm.calls.must_pass_in_stack (mode, type)) in mcore_num_arg_regs()
2764 if (targetm.calls.must_pass_in_stack (mode, type)) in mcore_function_arg()
2791 if (targetm.calls.must_pass_in_stack (mode, type)) in mcore_arg_partial_bytes()
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dxtensa.c1445 && (targetm.calls.must_pass_in_stack (mode, type) in function_arg_advance()
2234 if (!targetm.calls.must_pass_in_stack (TYPE_MODE (type), type)) in xtensa_gimplify_va_arg_expr()
/openbsd/src/gnu/gcc/gcc/config/score/
Dscore.c155 return targetm.calls.must_pass_in_stack (mode, type); in score_pass_by_reference()
/openbsd/src/gnu/gcc/gcc/config/c4x/
Dc4x.c561 if (! targetm.calls.must_pass_in_stack (mode, type)) in c4x_init_cumulative_args()
598 && ! targetm.calls.must_pass_in_stack (mode, type)) in c4x_function_arg_advance()
664 && ! targetm.calls.must_pass_in_stack (mode, type)) in c4x_function_arg()
/openbsd/src/gnu/gcc/gcc/config/stormy16/
Dstormy16.c1314 if (targetm.calls.must_pass_in_stack (mode, type) in xstormy16_function_arg()
1411 must_stack = targetm.calls.must_pass_in_stack (TYPE_MODE (type), type); in xstormy16_expand_builtin_va_arg()
/openbsd/src/gnu/gcc/gcc/config/cris/
Dcris.c3416 return (targetm.calls.must_pass_in_stack (mode, type) in cris_pass_by_reference()
3426 && !targetm.calls.must_pass_in_stack (mode, type) in cris_arg_partial_bytes()
/openbsd/src/gnu/gcc/gcc/config/mt/
Dmt.c541 if (mode == VOIDmode || targetm.calls.must_pass_in_stack (mode, type)) in mt_function_arg_slotno()
/openbsd/src/gnu/gcc/gcc/config/iq2000/
Diq2000.c2234 if (cum && targetm.calls.must_pass_in_stack (mode, type)) in iq2000_pass_by_reference()
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.c6890 int pass_by_ref = targetm.calls.must_pass_in_stack (TYPE_MODE (type), type); in sh_gimplify_va_arg_expr()
7141 if (targetm.calls.must_pass_in_stack (mode, type)) in sh_pass_by_reference()
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c7583 return targetm.calls.must_pass_in_stack (mode, type); in mips_pass_by_reference()
/openbsd/src/gnu/gcc/gcc/config/i386/
Di386.c2951 && targetm.calls.must_pass_in_stack (mode, type)) in classify_argument()
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c5679 if (targetm.calls.must_pass_in_stack (mode, type)) in setup_incoming_varargs()

12