Home
last modified time | relevance | path

Searched refs:args_size (Results 1 – 25 of 50) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcalls.c103 struct args_size offset;
106 struct args_size slot_offset;
111 struct args_size size;
129 struct args_size alignment_pad;
200 struct args_size *));
204 struct args_size *,
208 struct args_size *,
230 PARAMS ((int, struct args_size *, int));
1141 initialize_argument_information (num_actuals, args, args_size, n_named_args, in initialize_argument_information() argument
1148 struct args_size *args_size;
[all …]
H A Dunwind-dw2.c64 _Unwind_Word args_size; member
936 insn_ptr = read_uleb128 (insn_ptr, &context->args_size); in execute_cfa_program()
968 context->args_size = 0; in uw_frame_state_for()
1030 long args_size; member
1081 state_in->args_size = context.args_size; in __frame_state_for()
1292 return target_cfa - current->cfa + target->args_size; in uw_install_context_1()
1294 return current->cfa - target_cfa - target->args_size; in uw_install_context_1()
H A Dexpr.h75 struct args_size struct
571 struct args_size *,
572 struct args_size *,
573 struct args_size *,
574 struct args_size *));
H A Dfunction.h206 int args_size; member
537 #define current_function_args_size (cfun->args_size)
H A Dfunction.c265 static void pad_to_arg_alignment PARAMS ((struct args_size *, int,
266 struct args_size *));
267 static void pad_below PARAMS ((struct args_size *, enum machine_mode,
4376 struct args_size stack_args_size;
4388 struct args_size alignment_pad;
4447 struct args_size stack_offset;
4448 struct args_size arg_size;
5342 struct args_size *initial_offset_ptr;
5343 struct args_size *offset_ptr;
5344 struct args_size *arg_size_ptr;
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dcalls.c131 struct args_size *);
133 static int compute_argument_block_size (int, struct args_size *, int);
135 struct args_size *, int, tree,
149 static int combine_pending_stack_adjustment_and_call (int, struct args_size *,
922 struct args_size *args_size, in initialize_argument_information() argument
940 args_size->constant = 0; in initialize_argument_information()
941 args_size->var = 0; in initialize_argument_information()
1125 fndecl, args_size, &args[i].locate); in initialize_argument_information()
1137 args_size->constant += args[i].locate.size.constant; in initialize_argument_information()
1139 ADD_PARM_SIZE (*args_size, args[i].locate.size.var); in initialize_argument_information()
[all …]
H A Dexpr.h96 struct args_size struct
109 struct args_size size; argument
111 struct args_size offset;
114 struct args_size slot_offset;
117 struct args_size alignment_pad;
579 struct args_size *,
H A Dunwind-dw2.c81 _Unwind_Word args_size; member
1094 insn_ptr = read_uleb128 (insn_ptr, &context->args_size); in execute_cfa_program()
1127 context->args_size = 0; in uw_frame_state_for()
1191 long args_size; member
1243 state_in->args_size = context.args_size; in __frame_state_for()
1531 return target_cfa - current->cfa + target->args_size; in uw_install_context_1()
1533 return current->cfa - target_cfa - target->args_size; in uw_install_context_1()
H A Dfunction.h208 int args_size; member
496 #define current_function_args_size (cfun->args_size)
/openbsd-src/gnu/gcc/gcc/config/fr30/
H A Dfr30.c108 unsigned int args_size; /* # Bytes that outgoing arguments take up. */ member
179 unsigned int args_size; in fr30_compute_frame_size() local
185 args_size = WORD_ALIGN (current_function_outgoing_args_size); in fr30_compute_frame_size()
210 current_frame_info.args_size = args_size; in fr30_compute_frame_size()
212 current_frame_info.frame_size = args_size + var_size; in fr30_compute_frame_size()
213 current_frame_info.total_size = args_size + var_size + reg_size + pretend_size; in fr30_compute_frame_size()
221 return_value += args_size + var_size; in fr30_compute_frame_size()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.c104 unsigned int args_size; /* # Bytes that outgoing arguments take up. */ member
161 unsigned int args_size; local
167 args_size = WORD_ALIGN (current_function_outgoing_args_size);
192 current_frame_info.args_size = args_size;
194 current_frame_info.frame_size = args_size + var_size;
195 current_frame_info.total_size = args_size + var_size + reg_size + pretend_size;
203 return_value += args_size + var_size;
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmacroexp.c694 int args_len, args_size; in gather_arguments() local
718 args_size = 1; /* small for initial testing */ in gather_arguments()
719 args = (struct macro_buffer *) xmalloc (sizeof (*args) * args_size); in gather_arguments()
727 if (args_len >= args_size) in gather_arguments()
729 args_size *= 2; in gather_arguments()
730 args = xrealloc (args, sizeof (*args) * args_size); in gather_arguments()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.c1337 long args_size; local
1347 args_size = current_function_outgoing_args_size;
1350 total_size = var_size + args_size + extra_size + reg_size;
1356 current_frame_info.args_size = args_size;
1364 unsigned long offset = args_size + var_size + reg_size;
1464 if (current_frame_info.args_size)
1466 if (current_frame_info.args_size == 1)
1524 if (current_frame_info.args_size)
1526 if (current_frame_info.args_size == 1)
1531 reg_names[REG_J], -current_frame_info.args_size, sp, reg_names[REG_J]);
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-mdaux.c186 f->args_size = current_function_outgoing_args_size; in mda_compute_frame_size()
189 f->args_size = f->cprestore_size = 0; in mda_compute_frame_size()
191 if (f->args_size == 0 && current_function_calls_alloca) in mda_compute_frame_size()
192 f->args_size = UNITS_PER_WORD; in mda_compute_frame_size()
194 f->total_size = f->var_size + f->args_size + f->cprestore_size; in mda_compute_frame_size()
223 offset = (f->args_size + f->cprestore_size + f->var_size in mda_compute_frame_size()
H A Dscore-mdaux.h47 HOST_WIDE_INT args_size; /* bytes that outgoing arguments take up */ member
/openbsd-src/gnu/gcc/gcc/config/m32r/
H A Dm32r.c1234 unsigned int args_size; /* # bytes that outgoing arguments take up. */ member
1274 unsigned int total_size, var_size, args_size, pretend_size, extra_size; in m32r_compute_frame_size() local
1283 args_size = M32R_STACK_ALIGN (current_function_outgoing_args_size); in m32r_compute_frame_size()
1286 total_size = extra_size + pretend_size + args_size + var_size; in m32r_compute_frame_size()
1324 current_frame_info.args_size = args_size; in m32r_compute_frame_size()
1480 current_frame_info.args_size, in m32r_output_function_prologue()
1516 unsigned int args_size = current_frame_info.args_size; in m32r_output_function_epilogue() local
1526 unsigned int reg_offset = var_size + args_size; in m32r_output_function_epilogue()
1551 unsigned int reg_offset = var_size + args_size; in m32r_output_function_epilogue()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.c1855 unsigned int args_size; /* # bytes that outgoing arguments take up */ member
1896 unsigned int total_size, var_size, args_size, pretend_size, extra_size; local
1903 args_size = M32R_STACK_ALIGN (current_function_outgoing_args_size);
1906 total_size = extra_size + pretend_size + args_size + var_size;
1944 current_frame_info.args_size = args_size;
2067 current_frame_info.args_size,
2106 unsigned int args_size = current_frame_info.args_size; local
2116 unsigned int reg_offset = var_size + args_size;
2133 unsigned int reg_offset = var_size + args_size;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.c938 unsigned int args_size; /* # bytes that outgoing arguments take up. */ member
1033 unsigned int total_size, var_size, args_size, pretend_size, extra_size; local
1040 args_size = current_function_outgoing_args_size;
1043 total_size = extra_size + pretend_size + args_size + var_size;
1081 current_frame_info.args_size = args_size;
1165 current_frame_info.args_size,
/openbsd-src/gnu/gcc/gcc/config/arc/
H A Darc.c980 unsigned int args_size; /* # bytes that outgoing arguments take up. */ member
1073 unsigned int total_size, var_size, args_size, pretend_size, extra_size; in arc_compute_frame_size() local
1080 args_size = current_function_outgoing_args_size; in arc_compute_frame_size()
1083 total_size = extra_size + pretend_size + args_size + var_size; in arc_compute_frame_size()
1121 current_frame_info.args_size = args_size; in arc_compute_frame_size()
1199 current_frame_info.args_size, in arc_output_function_prologue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp247 auto args_size = TotalArgsSizeInWords(args); in PrepareTrivialCall() local
249 args_size <= regs_for_args_count ? 0 : args_size - regs_for_args_count; in PrepareTrivialCall()
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c421 HOST_WIDE_INT args_size; /* # bytes that outgoing arguments take up */ member
3388 mips_expand_call (rtx result, rtx addr, rtx args_size, rtx aux, int sibcall_p) in mips_expand_call() argument
3401 && build_mips16_call_stub (result, addr, args_size, in mips_expand_call()
3407 ? gen_sibcall_internal (addr, args_size) in mips_expand_call()
3408 : gen_call_internal (addr, args_size)); in mips_expand_call()
3417 ? gen_sibcall_value_multiple_internal (reg1, addr, args_size, reg2) in mips_expand_call()
3418 : gen_call_value_multiple_internal (reg1, addr, args_size, reg2)); in mips_expand_call()
3422 ? gen_sibcall_value_internal (result, addr, args_size) in mips_expand_call()
3423 : gen_call_value_internal (result, addr, args_size)); in mips_expand_call()
5303 frame_size -= cfun->machine->frame.args_size; in mips_debugger_offset()
[all …]
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c79 long args_size; /* # bytes that outgoing arguments take up. */ member
97 long args_size; /* # bytes that outgoing arguments take up. */ member
1602 HOST_WIDE_INT args_size; /* # bytes that outgoing arguments take up. */ in compute_frame_size() local
1616 args_size = IQ2000_STACK_ALIGN (current_function_outgoing_args_size); in compute_frame_size()
1620 if (args_size == 0 && current_function_calls_alloca) in compute_frame_size()
1621 args_size = 4 * UNITS_PER_WORD; in compute_frame_size()
1623 total_size = var_size + args_size + extra_size; in compute_frame_size()
1666 cfun->machine->args_size = args_size; in compute_frame_size()
1678 offset = (args_size + extra_size + var_size in compute_frame_size()
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dmt.c324 fprintf (stderr, "\targs_size = %d\n", info->args_size); in mt_debug_stack()
862 unsigned int args_size; in mt_compute_frame_size() local
870 args_size = current_function_outgoing_args_size; in mt_compute_frame_size()
873 total_size = extra_size + pretend_size + args_size + var_size; in mt_compute_frame_size()
904 current_frame_info.args_size = args_size; in mt_compute_frame_size()
906 current_frame_info.frame_size = args_size + var_size; in mt_compute_frame_size()
H A Dmt.h493 unsigned int args_size; /* # Bytes that outgoing arguments take up. */ member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp55 if (!NonNull->args_size()) { in setBitsAccordingToFunctionAttributes()

12