Searched refs:hard_function_value (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | explow.h | 122 extern rtx hard_function_value (const_tree, const_tree, const_tree, int);
|
H A D | calls.c | 4275 valreg = hard_function_value (build_pointer_type (rettype), in expand_call() 4284 valreg = hard_function_value (rettype, fndecl, fntype, in expand_call() 4920 = hard_function_value (build_pointer_type (tfom), 0, 0, 0); in emit_library_call_value_1()
|
H A D | explow.c | 2195 hard_function_value (const_tree valtype, const_tree func, const_tree fntype, in hard_function_value() function
|
H A D | function.c | 2108 reg = hard_function_value (type, 0, fntype, 0); in aggregate_value_p() 5224 rtx hard_reg = hard_function_value (return_type, subr, 0, 1); in expand_function_start()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | expr.h | 503 extern rtx hard_function_value (const_tree, const_tree, const_tree, int);
|
H A D | calls.c | 2974 valreg = hard_function_value (build_pointer_type (rettype), in expand_call() 2977 valreg = hard_function_value (rettype, fndecl, fntype, in expand_call() 3645 = hard_function_value (build_pointer_type (tfom), 0, 0, 0); in emit_library_call_value_1()
|
H A D | explow.c | 1841 hard_function_value (const_tree valtype, const_tree func, const_tree fntype, in hard_function_value() function
|
H A D | function.c | 2024 reg = hard_function_value (type, 0, fntype, 0); in aggregate_value_p() 4726 rtx hard_reg = hard_function_value (return_type, subr, 0, 1); in expand_function_start()
|