Searched refs:store_expr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dexpr.h481 extern rtx store_expr (tree, rtx, int);
H A Dexpr.c4123 result = store_expr (from, to_rtx, false);
4128 result = store_expr (from, XEXP (to_rtx, bitpos != 0), false);
4261 result = store_expr (from, to_rtx, 0);
4282 store_expr (tree exp, rtx target, int call_param_p)
4303 return store_expr (TREE_OPERAND (exp, 1), target, call_param_p);
4317 store_expr (TREE_OPERAND (exp, 1), target, call_param_p);
4321 store_expr (TREE_OPERAND (exp, 2), target, call_param_p);
4433 /* If store_expr stores a DECL whose DECL_RTL(exp) == TARGET,
5230 store_expr (lo_index, index_r, 0);
5257 store_expr (valu
4270 store_expr (tree exp, rtx target, int call_param_p) function
[all...]
H A Dcalls.c1052 store_expr (args[i].tree_value, copy, 0);

Completed in 192 milliseconds