Home
last modified time | relevance | path

Searched refs:REG_FUNCTION_VALUE_P (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Drtl.c445 || REG_FUNCTION_VALUE_P (x) == REG_FUNCTION_VALUE_P (y)));
Dintegrate.c1159 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))
Dcfganal.c76 && REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0)))
Dexpmed.c1636 && !REG_FUNCTION_VALUE_P (target)
1678 && ! REG_FUNCTION_VALUE_P (target)
3016 && ((REG_P (target) && REG_FUNCTION_VALUE_P (target))
Dreload1.c1221 || ! 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)))
Dfunction.c5256 REG_FUNCTION_VALUE_P (real_decl_rtl) = 1;
7090 if (! REG_FUNCTION_VALUE_P (real_decl_rtl))
7153 REG_FUNCTION_VALUE_P (outgoing) = 1;
Drtl.h1002 #define REG_FUNCTION_VALUE_P(RTX) \ macro
Dsimplify-rtx.c2711 && (! REG_FUNCTION_VALUE_P (op)
DChangeLog8807 * rtl.h (REG_FUNCTION_VALUE_P): Allow function values to be returned
16048 REG_FUNCTION_VALUE_P, check REG_P.
DChangeLog.513678 an ignored return value, strip REG_FUNCTION_VALUE_P.
DChangeLog.22614 * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
/openbsd/src/gnu/gcc/gcc/
Dpostreload.c106 && ! 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()
Dcfganal.c75 && REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0))) in flow_active_insn_p()
Dfunction.c3126 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()
Drtl.h976 #define REG_FUNCTION_VALUE_P(RTX) \ macro
Dexpmed.c3893 && ((REG_P (target) && REG_FUNCTION_VALUE_P (target)) in expand_divmod()
Dreload1.c1185 || ! REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0))))) in reload()
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Drtl.texi518 @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/
Drtl.texi679 @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
Dgccint.info9053 `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)