Searched refs:REG_FUNCTION_VALUE_P (Results 1 – 14 of 14) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | postreload.c | 113 && ! REG_FUNCTION_VALUE_P (value)) in reload_cse_simplify() 154 && REG_FUNCTION_VALUE_P (SET_DEST (part))) in reload_cse_simplify() 1514 if (REG_P (XEXP (x, 0)) && REG_FUNCTION_VALUE_P (XEXP (x, 0))) in reload_combine_note_use()
|
| HD | cfganal.c | 79 && REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0))) in flow_active_insn_p()
|
| HD | function.c | 3525 REG_FUNCTION_VALUE_P (real_decl_rtl) = 1; in assign_parms() 5012 gcc_assert (REG_FUNCTION_VALUE_P (real_decl_rtl)); in expand_function_end() 5103 REG_FUNCTION_VALUE_P (outgoing) = 1; in expand_function_end()
|
| HD | rtl.h | 1096 #define REG_FUNCTION_VALUE_P(RTX) \ macro
|
| HD | expmed.c | 3929 && ((REG_P (target) && REG_FUNCTION_VALUE_P (target)) in expand_divmod()
|
| HD | reload1.c | 1201 || ! REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0))))) in reload()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | postreload.c | 151 && REG_FUNCTION_VALUE_P (SET_DEST (part))) in reload_cse_simplify() 1499 if (REG_P (XEXP (x, 0)) && REG_FUNCTION_VALUE_P (XEXP (x, 0))) in reload_combine_note_use()
|
| HD | function.c | 3959 REG_FUNCTION_VALUE_P (real_decl_rtl) = 1; in assign_parms() 5541 gcc_assert (REG_FUNCTION_VALUE_P (real_decl_rtl)); in expand_function_end() 5633 REG_FUNCTION_VALUE_P (outgoing) = 1; in expand_function_end()
|
| HD | cfgcleanup.c | 2634 && REG_FUNCTION_VALUE_P (XEXP (pat, 0))) in bb_is_just_return()
|
| HD | rtl.h | 1918 #define REG_FUNCTION_VALUE_P(RTX) \ macro
|
| HD | cfgrtl.c | 562 && REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0))) in flow_active_insn_p()
|
| HD | expmed.c | 4227 && ((REG_P (target) && REG_FUNCTION_VALUE_P (target)) in expand_divmod()
|
| HD | reload1.c | 1194 || ! REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0))))) in reload()
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | rtl.texi | 705 @findex REG_FUNCTION_VALUE_P 708 @item REG_FUNCTION_VALUE_P (@var{x}) 731 functions called by this one, but @code{REG_FUNCTION_VALUE_P} is zero
|