Home
last modified time | relevance | path

Searched refs:VA_LIST_MAX_FPR_SIZE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-stdarg.c131 max_size = gpr_p ? VA_LIST_MAX_GPR_SIZE : VA_LIST_MAX_FPR_SIZE; in va_list_counter_bump()
315 if (!gpr_p && cfun->va_list_fpr_size + increment < VA_LIST_MAX_FPR_SIZE) in va_list_counter_op()
327 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in va_list_counter_op()
767 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in execute_optimize_stdarg()
935 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in execute_optimize_stdarg()
949 if (cfun->va_list_fpr_size >= VA_LIST_MAX_FPR_SIZE) in execute_optimize_stdarg()
HDfunction.h654 #define VA_LIST_MAX_FPR_SIZE 255 macro
HDfunction.c4431 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in allocate_struct_function()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-stdarg.c134 max_size = gpr_p ? VA_LIST_MAX_GPR_SIZE : VA_LIST_MAX_FPR_SIZE; in va_list_counter_bump()
322 if (!gpr_p && cfun->va_list_fpr_size + increment < VA_LIST_MAX_FPR_SIZE) in va_list_counter_op()
334 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in va_list_counter_op()
788 fun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in optimize_va_list_gpr_fpr_size()
972 fun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in optimize_va_list_gpr_fpr_size()
986 if (fun->va_list_fpr_size >= VA_LIST_MAX_FPR_SIZE) in optimize_va_list_gpr_fpr_size()
HDfunction.h407 #define VA_LIST_MAX_FPR_SIZE 255 macro
HDfunction.c4965 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in allocate_struct_function()