| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | vms.h | 187 if (targetm.calls.must_pass_in_stack (MODE, TYPE)) \
|
| D | unicosmk.h | 194 || targetm.calls.must_pass_in_stack (MODE, TYPE)) \
|
| D | alpha.h | 876 (targetm.calls.must_pass_in_stack (MODE, TYPE)) \
|
| D | alpha.c | 5666 || 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/ |
| D | target.h | 701 bool (* must_pass_in_stack) (enum machine_mode mode, tree t); member
|
| D | targhooks.c | 217 return targetm.calls.must_pass_in_stack (mode, type); in hook_pass_by_reference_must_pass_in_stack()
|
| D | calls.c | 1091 args[i].pass_on_stack = targetm.calls.must_pass_in_stack (mode, type); in initialize_argument_information()
|
| D | function.c | 2211 if (targetm.calls.must_pass_in_stack (data->promoted_mode, in assign_parm_find_entry_rtl()
|
| /openbsd/src/gnu/gcc/gcc/config/fr30/ |
| D | fr30.h | 642 : targetm.calls.must_pass_in_stack (MODE, TYPE) ? NULL_RTX \
|
| D | fr30.c | 689 if (targetm.calls.must_pass_in_stack (mode, type)) in fr30_num_arg_regs()
|
| /openbsd/src/gnu/gcc/gcc/config/crx/ |
| D | crx.c | 447 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/ |
| D | mmix.h | 639 = ((targetm.calls.must_pass_in_stack (MODE, TYPE)) \
|
| D | mmix.c | 580 && !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/ |
| D | mcore.c | 2669 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/ |
| D | xtensa.c | 1445 && (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/ |
| D | score.c | 155 return targetm.calls.must_pass_in_stack (mode, type); in score_pass_by_reference()
|
| /openbsd/src/gnu/gcc/gcc/config/c4x/ |
| D | c4x.c | 561 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/ |
| D | stormy16.c | 1314 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/ |
| D | cris.c | 3416 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/ |
| D | mt.c | 541 if (mode == VOIDmode || targetm.calls.must_pass_in_stack (mode, type)) in mt_function_arg_slotno()
|
| /openbsd/src/gnu/gcc/gcc/config/iq2000/ |
| D | iq2000.c | 2234 if (cum && targetm.calls.must_pass_in_stack (mode, type)) in iq2000_pass_by_reference()
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | sh.c | 6890 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/ |
| D | mips.c | 7583 return targetm.calls.must_pass_in_stack (mode, type); in mips_pass_by_reference()
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | i386.c | 2951 && targetm.calls.must_pass_in_stack (mode, type)) in classify_argument()
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 5679 if (targetm.calls.must_pass_in_stack (mode, type)) in setup_incoming_varargs()
|