Searched refs:call_param_p (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.cc | 5890 store_expr (tree exp, rtx target, int call_param_p, in store_expr() argument 5903 gcc_assert (!call_param_p); in store_expr() 5912 call_param_p ? EXPAND_STACK_PARM : EXPAND_NORMAL); in store_expr() 5914 call_param_p, nontemporal, reverse); in store_expr() 5929 store_expr (TREE_OPERAND (exp, 1), target, call_param_p, in store_expr() 5934 store_expr (TREE_OPERAND (exp, 2), target, call_param_p, in store_expr() 5986 call_param_p ? EXPAND_STACK_PARM : EXPAND_NORMAL); in store_expr() 6013 && !nontemporal && !call_param_p in store_expr() 6092 (call_param_p in store_expr() 6190 (call_param_p in store_expr() [all …]
|
H A D | ChangeLog-2004 | 8034 call_param_p.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.c | 5583 store_expr (tree exp, rtx target, int call_param_p, in store_expr() argument 5595 gcc_assert (!call_param_p); in store_expr() 5604 call_param_p ? EXPAND_STACK_PARM : EXPAND_NORMAL); in store_expr() 5606 call_param_p, nontemporal, reverse); in store_expr() 5621 store_expr (TREE_OPERAND (exp, 1), target, call_param_p, in store_expr() 5626 store_expr (TREE_OPERAND (exp, 2), target, call_param_p, in store_expr() 5678 call_param_p ? EXPAND_STACK_PARM : EXPAND_NORMAL); in store_expr() 5702 && !nontemporal && !call_param_p in store_expr() 5756 (call_param_p in store_expr() 5847 (call_param_p in store_expr() [all …]
|