Searched refs:n_varargs (Results 1 – 3 of 3) sorted by relevance
2364 if (cfun->machine->n_varargs > 0 in ia64_compute_frame_size()2534 if (spilled_gr_p || cfun->machine->n_varargs in ia64_compute_frame_size()2916 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs; in ia64_expand_prologue() local3003 n_varargs = cfun->machine->n_varargs; in ia64_expand_prologue()3004 setup_spill_pointers (current_frame_info.n_spilled + n_varargs, in ia64_expand_prologue()3083 for (regno = GR_ARG_FIRST + 7; n_varargs > 0; --n_varargs, --regno) in ia64_expand_prologue()3837 cfun->machine->n_varargs = n; in ia64_setup_incoming_varargs()
2025 int n_varargs; member
10388 * config/ia64/ia64.h (struct machine_function): Add n_varargs.