Home
last modified time | relevance | path

Searched refs:sparc_leaf_function_p (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c314 #define sparc_leaf_function_p cfun->machine->leaf_function_p macro
2586 if (sparc_leaf_function_p) in eligible_for_return_delay()
2626 if (sparc_leaf_function_p) in eligible_for_sibcall_delay()
3936 sparc_leaf_function_p in sparc_expand_prologue()
3947 if (sparc_leaf_function_p) in sparc_expand_prologue()
3960 else if (sparc_leaf_function_p) in sparc_expand_prologue()
4038 else if (sparc_leaf_function_p) in sparc_expand_epilogue()
4063 && (actual_fsize == 0 || !sparc_leaf_function_p); in sparc_can_use_return_insn_p()
4140 if (sparc_leaf_function_p) in output_return()
4225 if (sparc_leaf_function_p) in output_sibcall()
[all …]
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20049566 current_function_uses_only_leaf_regs as well as sparc_leaf_function_p.
11000 (sparc_leaf_function_p, sparc_prologue_data_valid_p): New macro
11003 (eligible_for_return_delay): Use 'sparc_leaf_function_p' instead
11006 (sparc_expand_prologue): Compute 'sparc_leaf_function_p' and set
11007 'sparc_prologue_data_valid_p'. Use 'sparc_leaf_function_p'.
11009 made in 'sparc_expand_prologue'. Use 'sparc_leaf_function_p'.
11011 (sparc_expand_epilogue): Use 'sparc_leaf_function_p'.