Searched refs:current_function_args_info (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h496 #define current_function_args_info (cfun->args_info)
495 #define current_function_args_info macro
H A Dfunction.c3114 current_function_args_info = all.args_so_far;
H A Dbuiltins.c4107 int *word_ptr = (int *) &current_function_args_info;
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c6558 && current_function_args_info.gprs < GP_ARG_NUM_REG)
6560 int min_gpr = current_function_args_info.gprs;
6582 && current_function_args_info.fprs < FP_ARG_NUM_REG)
6584 int min_fpr = current_function_args_info.fprs;
7905 current_function_args_info:
7932 n_gpr = current_function_args_info.gprs;
7933 n_fpr = current_function_args_info.fprs;
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c4216 cum = &current_function_args_info;
6703 && current_function_args_info.fp_code != 0)
8013 for (f = (unsigned int) current_function_args_info.fp_code; f != 0; f >>= 2)
8041 mips16_fp_args (file, current_function_args_info.fp_code, 1);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c4568 words = current_function_args_info.words;
4569 n_gpr = current_function_args_info.regno;
4570 n_fpr = current_function_args_info.sse_regno;
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c5879 words = current_function_args_info.words;
5880 n_gpr = MIN (current_function_args_info.sysv_gregno - GP_ARG_MIN_REG,
5882 n_fpr = MIN (current_function_args_info.fregno - FP_ARG_MIN_REG,
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c2981 && current_frame_info.n_input_regs <= current_function_args_info.int_regs
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c5599 int first_reg = current_function_args_info.words;

Completed in 458 milliseconds