Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.h540 bool normal_function; member
566 bool normal_function; member
H A Dgcn.c2076 if (cfun->machine->normal_function) in gcn_conditional_register_usage()
2293 if (cum->normal_function) in gcn_function_arg()
2353 if (cum->normal_function) in gcn_function_arg_advance()
2437 cum->normal_function = true; in gcn_init_cumulative_args()
2440 cfun->machine->normal_function = true; in gcn_init_cumulative_args()
2465 cum->normal_function = true; in gcn_init_cumulative_args()
2467 cfun->machine->normal_function = true; in gcn_init_cumulative_args()
2473 if (!caller && cfun->machine->normal_function) in gcn_init_cumulative_args()
2794 if (!cfun || !cfun->machine || cfun->machine->normal_function) in gcn_expand_prologue()
2902 if (cfun && cfun->machine && !cfun->machine->normal_function && flag_openmp) in gcn_expand_prologue()
[all …]
H A Dgcn.md828 if (cfun && cfun->machine && cfun->machine->normal_function)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.h545 bool normal_function; member
571 bool normal_function; member
H A Dgcn.cc2134 if (cfun->machine->normal_function) in gcn_conditional_register_usage()
2347 if (cum->normal_function) in gcn_function_arg()
2411 if (cum->normal_function) in gcn_function_arg_advance()
2498 cum->normal_function = true; in gcn_init_cumulative_args()
2501 cfun->machine->normal_function = true; in gcn_init_cumulative_args()
2526 cum->normal_function = true; in gcn_init_cumulative_args()
2528 cfun->machine->normal_function = true; in gcn_init_cumulative_args()
2534 if (!caller && cfun->machine->normal_function) in gcn_init_cumulative_args()
2924 if (!cfun || !cfun->machine || cfun->machine->normal_function) in gcn_expand_prologue()
3095 if (cfun && cfun->machine && !cfun->machine->normal_function && flag_openmp) in gcn_expand_prologue()
[all …]
H A Dgcn.md833 if (cfun && cfun->machine && cfun->machine->normal_function)