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

/freebsd-10-stable/contrib/gcc/
H A Ddbxout.c2471 rtx decl_rtl;
2556 decl_rtl = DECL_RTL_IF_SET (decl);
2557 if (!decl_rtl)
2568 if (!MEM_P (decl_rtl)
2569 || GET_CODE (XEXP (decl_rtl, 0)) != SYMBOL_REF)
2596 dbxout_finish_complex_stabs (decl, N_FUN, XEXP (decl_rtl, 0), 0, 0);
2785 decl_rtl = dbxout_expand_expr (decl);
2786 if (!decl_rtl)
2789 decl_rtl = eliminate_regs (decl_rtl,
2463 rtx decl_rtl; local
[all...]
H A Dfunction.c3137 rtx decl_rtl = DECL_RTL (decl_result);
3139 if (REG_P (decl_rtl)
3140 ? REGNO (decl_rtl) >= FIRST_PSEUDO_REGISTER
4296 rtx decl_rtl = DECL_RTL (decl_result);
4297 if (REG_P (decl_rtl) && REGNO (decl_rtl) >= FIRST_PSEUDO_REGISTER)
4299 do_clobber_return_reg (decl_rtl, NULL);
4451 rtx decl_rtl = DECL_RTL (decl_result);
4453 if (REG_P (decl_rtl)
4454 ? REGNO (decl_rtl) >
3124 rtx decl_rtl = DECL_RTL (decl_result); local
4275 rtx decl_rtl = DECL_RTL (decl_result); local
4430 rtx decl_rtl = DECL_RTL (decl_result); local
[all...]
H A Dvar-tracking.c1479 rtx decl_rtl; local
1491 decl_rtl = DECL_RTL_IF_SET (expr);
1492 if (!decl_rtl)
1526 if (MEM_P (decl_rtl)
1527 && contains_symbol_ref (XEXP (decl_rtl, 0)))
1532 if (MEM_P (decl_rtl))
1535 if (GET_MODE (decl_rtl) == BLKmode
1538 if (MEM_SIZE (decl_rtl)
1539 && INTVAL (MEM_SIZE (decl_rtl)) > MAX_VAR_PARTS)
2768 rtx decl_rtl local
[all...]
H A Dexpr.c6809 rtx op0, op1, temp, decl_rtl;
6931 decl_rtl = DECL_RTL (exp);
6932 gcc_assert (decl_rtl);
6959 if (MEM_P (decl_rtl) && REG_P (XEXP (decl_rtl, 0)))
6960 temp = validize_mem (decl_rtl);
6966 else if (MEM_P (decl_rtl) && modifier != EXPAND_INITIALIZER)
6969 *alt_rtl = decl_rtl;
6970 decl_rtl = use_anchored_address (decl_rtl);
6789 rtx op0, op1, temp, decl_rtl; local
[all...]
H A Dvarasm.c1332 rtx decl_rtl = DECL_RTL (decl);
1334 p = targetm.strip_name_encoding (XSTR (XEXP (decl_rtl, 0), 0));
1733 rtx decl_rtl, symbol;
1787 decl_rtl = DECL_RTL (decl);
1804 gcc_assert (MEM_P (decl_rtl));
1805 gcc_assert (GET_CODE (XEXP (decl_rtl, 0)) == SYMBOL_REF);
1806 symbol = XEXP (decl_rtl, 0);
1814 set_mem_align (decl_rtl, DECL_ALIGN (decl));
1325 rtx decl_rtl = DECL_RTL (decl); local
1724 rtx decl_rtl, symbol; local
H A Dstmt.c2063 rtx decl_rtl;
2082 decl_rtl = x;
2086 decl_rtl = adjust_address_nv (x, mode, 0);
2090 decl_rtl = gen_lowpart_SUBREG (mode, x);
2092 SET_DECL_RTL (decl_elt, decl_rtl);
2050 rtx decl_rtl; local

Completed in 260 milliseconds