Searched refs:REG_FUNCTION_VALUE_P (Results 1 – 20 of 20) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | rtl.c | 445 || REG_FUNCTION_VALUE_P (x) == REG_FUNCTION_VALUE_P (y)));
|
| D | integrate.c | 1159 if (REG_FUNCTION_VALUE_P (loc)) 1366 && REG_FUNCTION_VALUE_P (XEXP (pattern, 0))) 1376 && REG_FUNCTION_VALUE_P (SET_DEST (set))) 1406 && REG_FUNCTION_VALUE_P (XEXP (pattern, 0))) 2012 else if (REG_FUNCTION_VALUE_P (orig))
|
| D | cfganal.c | 76 && REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0)))
|
| D | expmed.c | 1636 && !REG_FUNCTION_VALUE_P (target) 1678 && ! REG_FUNCTION_VALUE_P (target) 3016 && ((REG_P (target) && REG_FUNCTION_VALUE_P (target))
|
| D | reload1.c | 1221 || ! REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0))))) 8100 && ! REG_FUNCTION_VALUE_P (value)) 8140 && REG_FUNCTION_VALUE_P (SET_DEST (part))) 9060 if (GET_CODE (XEXP (x, 0)) == REG && REG_FUNCTION_VALUE_P (XEXP (x, 0)))
|
| D | function.c | 5256 REG_FUNCTION_VALUE_P (real_decl_rtl) = 1; 7090 if (! REG_FUNCTION_VALUE_P (real_decl_rtl)) 7153 REG_FUNCTION_VALUE_P (outgoing) = 1;
|
| D | rtl.h | 1002 #define REG_FUNCTION_VALUE_P(RTX) \ macro
|
| D | simplify-rtx.c | 2711 && (! REG_FUNCTION_VALUE_P (op)
|
| D | ChangeLog | 8807 * rtl.h (REG_FUNCTION_VALUE_P): Allow function values to be returned 16048 REG_FUNCTION_VALUE_P, check REG_P.
|
| D | ChangeLog.5 | 13678 an ignored return value, strip REG_FUNCTION_VALUE_P.
|
| D | ChangeLog.2 | 2614 * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | postreload.c | 106 && ! REG_FUNCTION_VALUE_P (value)) in reload_cse_simplify() 146 && REG_FUNCTION_VALUE_P (SET_DEST (part))) in reload_cse_simplify() 1057 if (REG_P (XEXP (x, 0)) && REG_FUNCTION_VALUE_P (XEXP (x, 0))) in reload_combine_note_use()
|
| D | cfganal.c | 75 && REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0))) in flow_active_insn_p()
|
| D | function.c | 3126 REG_FUNCTION_VALUE_P (real_decl_rtl) = 1; in assign_parms() 4413 gcc_assert (REG_FUNCTION_VALUE_P (real_decl_rtl)); in expand_function_end() 4505 REG_FUNCTION_VALUE_P (outgoing) = 1; in expand_function_end()
|
| D | rtl.h | 976 #define REG_FUNCTION_VALUE_P(RTX) \ macro
|
| D | expmed.c | 3893 && ((REG_P (target) && REG_FUNCTION_VALUE_P (target)) in expand_divmod()
|
| D | reload1.c | 1185 || ! REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0))))) in reload()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | rtl.texi | 518 @findex REG_FUNCTION_VALUE_P 521 @item REG_FUNCTION_VALUE_P (@var{x}) 552 functions called by this one, but @code{REG_FUNCTION_VALUE_P} is zero
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | rtl.texi | 679 @findex REG_FUNCTION_VALUE_P 682 @item REG_FUNCTION_VALUE_P (@var{x}) 705 functions called by this one, but @code{REG_FUNCTION_VALUE_P} is zero
|
| D | gccint.info | 9053 `REG_FUNCTION_VALUE_P (X)' 9068 of functions called by this one, but `REG_FUNCTION_VALUE_P' is zero 33412 * REG_FUNCTION_VALUE_P: Flags. (line 88)
|