Home
last modified time | relevance | path

Searched refs:extract_ops_from_tree (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-expr.h38 extern void extract_ops_from_tree (tree, enum tree_code *, tree *, tree *,
152 extract_ops_from_tree (tree expr, enum tree_code *code, tree *op0, in extract_ops_from_tree() function
156 extract_ops_from_tree (expr, code, op0, op1, &op2); in extract_ops_from_tree()
H A Dgimple-expr.cc521 extract_ops_from_tree (tree expr, enum tree_code *subcode_p, tree *op1_p, in extract_ops_from_tree() function
572 extract_ops_from_tree (cond, code_p, lhs_p, rhs_p); in gimple_cond_get_ops_from_tree()
H A Dgimple.cc436 extract_ops_from_tree (rhs, &subcode, &op1, &op2, &op3); in gimple_build_assign()
1821 extract_ops_from_tree (expr, &subcode, &op1, &op2, &op3); in gimple_assign_set_rhs_from_tree()
H A Dtree-scalar-evolution.cc1904 extract_ops_from_tree (expr, &code, &op0, &op1); in interpret_expr()
H A Dtree-ssa-reassoc.cc2282 extract_ops_from_tree (t, &subcode, &newop1, &newop2); in eliminate_redundant_comparison()
2321 extract_ops_from_tree (t, &subcode, &newop1, &newop2); in eliminate_redundant_comparison()
H A Dpredict.cc2639 extract_ops_from_tree (expr, &code, &op0, &op1); in expr_expected_value()
H A DChangeLog.tuples383 * gimple.c (extract_ops_from_tree): Remove assert.
4132 * gimple.c (extract_ops_from_tree): Export.
4134 * gimple.h (extract_ops_from_tree): Declare.
5835 (extract_ops_from_tree): New.
H A Dtree-ssa-loop-niter.cc3304 extract_ops_from_tree (val, &code, &op0, &op1, &op2); in derive_constant_upper_bound()
H A Dtree-data-ref.cc1046 extract_ops_from_tree (exp, &code, &op0, &op1); in split_constant_offset()
H A Dtree-vect-data-refs.cc4095 extract_ops_from_tree (off, &code, &op0, &op1); in vect_check_gather_scatter()
H A DChangeLog-201630271 (extract_ops_from_tree): ... this. In the 2 argument
30274 (extract_ops_from_tree): ... this.
30279 extract_ops_from_tree instead of 2 operand one.
H A DChangeLog-201024813 extract_ops_from_tree. Add new arg for a third operand; fill it.
24828 gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
H A DChangeLog-201310689 (extract_ops_from_tree, gimple_call_addr_fndecl, is_gimple_reg_type):
10694 is_gimple_constant, extract_ops_from_tree, gimple_call_addr_fndecl):
H A DChangeLog-200811587 * gimple.c (extract_ops_from_tree, gimple_seq_copy): Likewise.
H A DChangeLog-201913731 * gimple-expr.c (extract_ops_from_tree): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-expr.h38 extern void extract_ops_from_tree (tree, enum tree_code *, tree *, tree *,
152 extract_ops_from_tree (tree expr, enum tree_code *code, tree *op0, in extract_ops_from_tree() function
156 extract_ops_from_tree (expr, code, op0, op1, &op2); in extract_ops_from_tree()
H A Dgimple-expr.c531 extract_ops_from_tree (tree expr, enum tree_code *subcode_p, tree *op1_p, in extract_ops_from_tree() function
582 extract_ops_from_tree (cond, code_p, lhs_p, rhs_p); in gimple_cond_get_ops_from_tree()
H A Dgimple.c429 extract_ops_from_tree (rhs, &subcode, &op1, &op2, &op3); in gimple_build_assign()
1742 extract_ops_from_tree (expr, &subcode, &op1, &op2, &op3); in gimple_assign_set_rhs_from_tree()
H A Dtree-scalar-evolution.c1904 extract_ops_from_tree (expr, &code, &op0, &op1); in interpret_expr()
H A Dtree-ssa-reassoc.c2206 extract_ops_from_tree (t, &subcode, &newop1, &newop2); in eliminate_redundant_comparison()
2245 extract_ops_from_tree (t, &subcode, &newop1, &newop2); in eliminate_redundant_comparison()
H A Dpredict.c2605 extract_ops_from_tree (expr, &code, &op0, &op1); in expr_expected_value()
H A Dtree-ssa-loop-niter.c3190 extract_ops_from_tree (val, &code, &op0, &op1, &op2); in derive_constant_upper_bound()
H A Dtree-data-ref.c828 extract_ops_from_tree (exp, &code, &op0, &op1); in split_constant_offset()
H A Dtree-vect-data-refs.c3900 extract_ops_from_tree (off, &code, &op0, &op1); in vect_check_gather_scatter()