| /src/external/gpl3/gcc.old/dist/gcc/ |
| function.cc | 1901 instantiate_decl_rtl (DECL_RTL (t)); 1927 instantiate_decl_rtl (DECL_RTL (t)); 1941 all virtual registers in their DECL_RTL's. */ 1952 instantiate_decl_rtl (DECL_RTL (decl)); 1965 instantiate_decl_rtl (DECL_RTL (decl)); 1976 instantiate_decl_rtl (DECL_RTL (DECL_VALUE_EXPR (decl))); 1984 instantiate_decl_rtl (DECL_RTL (decl)); 3616 real = DECL_RTL (fnargs[i]); 3617 imag = DECL_RTL (fnargs[i + 1]); 3665 copying them into registers and using those registers as the DECL_RTL. * 3861 rtx decl_rtl = DECL_RTL (decl_result); local 5358 rtx decl_rtl = DECL_RTL (decl_result); local 5460 rtx decl_rtl = DECL_RTL (decl_result); local [all...] |
| dbxout.cc | 2515 && MEM_P (DECL_RTL (expr))) 2658 rtx decl_rtl; 2743 decl_rtl = DECL_RTL_IF_SET (decl); 2744 if (!decl_rtl) 2755 if (!MEM_P (decl_rtl) 2756 || GET_CODE (XEXP (decl_rtl, 0)) != SYMBOL_REF) 2783 dbxout_finish_complex_stabs (decl, N_FUN, XEXP (decl_rtl, 0), 0, 0); 2974 decl_rtl = dbxout_expand_expr (decl); 2975 if (!decl_rtl) 2979 decl_rtl = eliminate_regs (decl_rtl, VOIDmode, NULL_RTX) 2649 rtx decl_rtl; local [all...] |
| expr.cc | 5302 has non-BLKmode. DECL_RTL must not be a MEM; if 5303 DECL_RTL was not set yet, return false. */ 5316 return (!MEM_P (DECL_RTL (base))); 5710 Don't do this if TO is a VAR_DECL or PARM_DECL whose DECL_RTL is REG 5720 && REG_P (DECL_RTL (to))) 6160 /* If store_expr stores a DECL whose DECL_RTL(exp) == TARGET, 8153 || !MEM_P (DECL_RTL (exp))) 8156 exp_rtl = XEXP (DECL_RTL (exp), 0); 8441 example, may not have their DECL_RTL set yet. Expand the rtl of 8727 If EXP is a VAR_DECL whose DECL_RTL was a MEM with an invali 10342 rtx op0, op1, temp, decl_rtl; local [all...] |
| var-tracking.cc | 5201 rtx decl_rtl; local 5216 decl_rtl = DECL_RTL_IF_SET (expr); 5217 if (!decl_rtl && need_rtl) 5268 DECL_RTL contains SYMBOL_REF. 5274 if (decl_rtl && MEM_P (decl_rtl) 5275 && contains_symbol_ref_p (XEXP (decl_rtl, 0))) 5280 if (decl_rtl && MEM_P (decl_rtl)) 5283 if ((GET_MODE (decl_rtl) == BLKmod 9701 rtx decl_rtl = DECL_RTL_IF_SET (parm); local [all...] |
| cfgexpand.cc | 290 else if (DECL_RTL (var) == pc_rtx) 298 else if (DECL_RTL (var) != x) 1147 : DECL_RTL (decl) != pc_rtx) 1172 : DECL_RTL (decl) != pc_rtx) 1428 gcc_assert (DECL_RTL (parm) == x); 1774 || (DECL_RTL_SET_P (var) && MEM_P (DECL_RTL (var)))) 3208 && REG_P (DECL_RTL (val)) 3209 && HARD_REGISTER_P (DECL_RTL (val))) 3211 unsigned j, output_hregno = REGNO (DECL_RTL (val)); 3218 && REG_P (DECL_RTL (output_tvec[j]) 3847 rtx decl_rtl = DECL_RTL_IF_SET (lhs); local [all...] |
| varasm.cc | 1429 /* Create the DECL_RTL for a VAR_DECL or FUNCTION_DECL. DECL should 1466 x = DECL_RTL (decl); 1481 targetm.encode_section_info (decl, DECL_RTL (decl), false); 1561 ORIGINAL_REGNO (DECL_RTL (decl)) = reg_number; 1562 REG_USERVAR_P (DECL_RTL (decl)) = 1; 1607 is called early and it needs to make DECL_RTL to get the name. 1608 we take care of recomputing the DECL_RTL after visibility is changed. */ 1644 targetm.encode_section_info (decl, DECL_RTL (decl), true); 1648 calling make_decl_rtl. Also, reset DECL_RTL before returning the 1658 return DECL_RTL (decl) 2270 rtx decl_rtl, symbol; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| function.cc | 1901 instantiate_decl_rtl (DECL_RTL (t)); 1927 instantiate_decl_rtl (DECL_RTL (t)); 1941 all virtual registers in their DECL_RTL's. */ 1952 instantiate_decl_rtl (DECL_RTL (decl)); 1965 instantiate_decl_rtl (DECL_RTL (decl)); 1976 instantiate_decl_rtl (DECL_RTL (DECL_VALUE_EXPR (decl))); 1984 instantiate_decl_rtl (DECL_RTL (decl)); 3631 real = DECL_RTL (fnargs[i]); 3632 imag = DECL_RTL (fnargs[i + 1]); 3680 copying them into registers and using those registers as the DECL_RTL. * 3883 rtx decl_rtl = DECL_RTL (decl_result); local 5348 rtx decl_rtl = DECL_RTL (decl_result); local 5450 rtx decl_rtl = DECL_RTL (decl_result); local [all...] |
| expr.cc | 5925 has non-BLKmode. DECL_RTL must not be a MEM; if 5926 DECL_RTL was not set yet, return false. */ 5939 return (!MEM_P (DECL_RTL (base))); 6363 Don't do this if TO is a VAR_DECL or PARM_DECL whose DECL_RTL is REG 6373 && REG_P (DECL_RTL (to))) 6823 /* If store_expr stores a DECL whose DECL_RTL(exp) == TARGET, 8866 || !MEM_P (DECL_RTL (exp))) 8869 exp_rtl = XEXP (DECL_RTL (exp), 0); 9154 example, may not have their DECL_RTL set yet. Expand the rtl of 9440 If EXP is a VAR_DECL whose DECL_RTL was a MEM with an invali 11131 rtx op0, op1, temp, decl_rtl; local [all...] |
| var-tracking.cc | 5186 rtx decl_rtl; local 5201 decl_rtl = DECL_RTL_IF_SET (expr); 5202 if (!decl_rtl && need_rtl) 5253 DECL_RTL contains SYMBOL_REF. 5259 if (decl_rtl && MEM_P (decl_rtl) 5260 && contains_symbol_ref_p (XEXP (decl_rtl, 0))) 5265 if (decl_rtl && MEM_P (decl_rtl)) 5268 if ((GET_MODE (decl_rtl) == BLKmod 9684 rtx decl_rtl = DECL_RTL_IF_SET (parm); local [all...] |
| cfgexpand.cc | 290 else if (DECL_RTL (var) == pc_rtx) 298 else if (DECL_RTL (var) != x) 1155 : DECL_RTL (decl) != pc_rtx) 1180 : DECL_RTL (decl) != pc_rtx) 1436 gcc_assert (DECL_RTL (parm) == x); 1782 || (DECL_RTL_SET_P (var) && MEM_P (DECL_RTL (var)))) 3221 && REG_P (DECL_RTL (val)) 3222 && HARD_REGISTER_P (DECL_RTL (val))) 3224 unsigned j, output_hregno = REGNO (DECL_RTL (val)); 3231 && REG_P (DECL_RTL (output_tvec[j]) 3884 rtx decl_rtl = DECL_RTL_IF_SET (lhs); local [all...] |
| varasm.cc | 1426 /* Create the DECL_RTL for a VAR_DECL or FUNCTION_DECL. DECL should 1463 x = DECL_RTL (decl); 1478 targetm.encode_section_info (decl, DECL_RTL (decl), false); 1558 ORIGINAL_REGNO (DECL_RTL (decl)) = reg_number; 1559 REG_USERVAR_P (DECL_RTL (decl)) = 1; 1604 is called early and it needs to make DECL_RTL to get the name. 1605 we take care of recomputing the DECL_RTL after visibility is changed. */ 1641 targetm.encode_section_info (decl, DECL_RTL (decl), true); 1645 calling make_decl_rtl. Also, reset DECL_RTL before returning the 1655 return DECL_RTL (decl) 2296 rtx decl_rtl, symbol; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.cc | 6781 For SSP_GLOBAL, DECL_RTL is the MEM rtx for the canary variable 6786 aarch64_stack_protect_canary_mem (machine_mode mode, rtx decl_rtl, 6792 gcc_assert (MEM_P (decl_rtl)); 6793 addr = XEXP (decl_rtl, 0); 6797 return decl_rtl; 10216 funexp = XEXP (DECL_RTL (function), 0); 12742 fnaddr = XEXP (DECL_RTL (fndecl), 0); 22818 const char *name = XSTR (XEXP (DECL_RTL (decl), 0), 0);
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64.cc | 6111 For SSP_GLOBAL, DECL_RTL is the MEM rtx for the canary variable 6116 aarch64_stack_protect_canary_mem (machine_mode mode, rtx decl_rtl, 6122 gcc_assert (MEM_P (decl_rtl)); 6123 addr = XEXP (decl_rtl, 0); 6127 return decl_rtl; 10116 funexp = XEXP (DECL_RTL (function), 0); 13005 fnaddr = XEXP (DECL_RTL (fndecl), 0); 24574 const char *name = XSTR (XEXP (DECL_RTL (decl), 0), 0);
|