Searched refs:store_expr_with_bounds (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | expr.h | 257 extern rtx store_expr_with_bounds (tree, rtx, int, bool, bool, tree);
|
H A D | expr.c | 5419 result = store_expr_with_bounds (from, to_rtx, 0, nontemporal, false, to); in expand_assignment() 5464 store_expr_with_bounds (tree exp, rtx target, int call_param_p, in store_expr_with_bounds() function 5486 return store_expr_with_bounds (TREE_OPERAND (exp, 1), target, in store_expr_with_bounds() 5503 store_expr_with_bounds (TREE_OPERAND (exp, 1), target, call_param_p, in store_expr_with_bounds() 5508 store_expr_with_bounds (TREE_OPERAND (exp, 2), target, call_param_p, in store_expr_with_bounds() 5853 return store_expr_with_bounds (exp, target, call_param_p, nontemporal, in store_expr()
|