Home
last modified time | relevance | path

Searched refs:RTL_EXPR_RTL (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.c5687 return RTL_EXPR_RTL (TREE_VALUE (link));
5762 base = RTL_EXPR_RTL (TREE_VALUE (link));
5793 adjust_trampoline_addr (XEXP (RTL_EXPR_RTL (TREE_VALUE (link)), 0));
5799 tramp = fix_lexical_addr (XEXP (RTL_EXPR_RTL (TREE_VALUE (link)), 0),
5831 RTL_EXPR_RTL (rtlexp) = tramp;
5841 RTL_EXPR_RTL (rtlexp) = tramp;
6726 RTL_EXPR_RTL (rtlexp) = last_ptr;
6908 rtx tramp = RTL_EXPR_RTL (TREE_VALUE (link));
H A Dexpr.c6202 exp_rtl = RTL_EXPR_RTL (exp);
7123 preserve_rtl_expr_result (RTL_EXPR_RTL (exp));
7125 return RTL_EXPR_RTL (exp);
8031 && (RTL_EXPR_RTL (TREE_OPERAND (exp, 1)) == frame_pointer_rtx
8032 || RTL_EXPR_RTL (TREE_OPERAND (exp, 1)) == stack_pointer_rtx
8033 || RTL_EXPR_RTL (TREE_OPERAND (exp, 1)) == arg_pointer_rtx))
H A Dfold-const.c1958 return rtx_equal_p (RTL_EXPR_RTL (arg0), RTL_EXPR_RTL (arg1));
7315 return rtl_expr_nonnegative_p (RTL_EXPR_RTL (t));
H A Dtree.h861 #define RTL_EXPR_RTL(NODE) (*(rtx *) &RTL_EXPR_CHECK (NODE)->exp.operands[1]) macro
H A Dtree.def728 the RTL_EXPR_RTL. */
H A Dexpmed.c4153 RTL_EXPR_RTL (t) = x;
H A Dstmt.c2401 RTL_EXPR_RTL (t) = last_expr_value;
H A DChangeLog.615765 RTL_EXPR_RTL while handling WITH_CLEANUP_EXPR nodes. Fixed typo in
15767 (expand_expr): Use WITH_CLEANUP_EXPR_RTL instead of RTL_EXPR_RTL