Searched refs:REG_FUNCTION_VALUE_P (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dpostreload.c106 && ! REG_FUNCTION_VALUE_P (value))
146 && REG_FUNCTION_VALUE_P (SET_DEST (part)))
1058 if (REG_P (XEXP (x, 0)) && REG_FUNCTION_VALUE_P (XEXP (x, 0)))
H A Dcfganal.c76 && REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0)))
H A Dfunction.c3147 REG_FUNCTION_VALUE_P (real_decl_rtl) = 1;
4460 gcc_assert (REG_FUNCTION_VALUE_P (real_decl_rtl));
4552 REG_FUNCTION_VALUE_P (outgoing) = 1;
H A Drtl.h993 #define REG_FUNCTION_VALUE_P(RTX) \
994 (RTL_FLAG_CHECK2("REG_FUNCTION_VALUE_P", (RTX), REG, PARALLEL)->return_val)
990 #define REG_FUNCTION_VALUE_P macro
H A Dexpmed.c3902 && ((REG_P (target) && REG_FUNCTION_VALUE_P (target))
H A Dreload1.c1190 || ! REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0)))))

Completed in 111 milliseconds