Home
last modified time | relevance | path

Searched refs:tcc_binary (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/
H A Dtree.def25 tcc_binary, and tcc_statement nodes, which use struct tree_exp, the
608 DEFTREECODE (PLUS_EXPR, "plus_expr", tcc_binary, 2)
609 DEFTREECODE (MINUS_EXPR, "minus_expr", tcc_binary, 2)
610 DEFTREECODE (MULT_EXPR, "mult_expr", tcc_binary, 2)
613 DEFTREECODE (TRUNC_DIV_EXPR, "trunc_div_expr", tcc_binary, 2)
616 DEFTREECODE (CEIL_DIV_EXPR, "ceil_div_expr", tcc_binary, 2)
619 DEFTREECODE (FLOOR_DIV_EXPR, "floor_div_expr", tcc_binary, 2)
622 DEFTREECODE (ROUND_DIV_EXPR, "round_div_expr", tcc_binary, 2)
625 DEFTREECODE (TRUNC_MOD_EXPR, "trunc_mod_expr", tcc_binary, 2)
626 DEFTREECODE (CEIL_MOD_EXPR, "ceil_mod_expr", tcc_binary, 2)
[all …]
H A Dtree-gimple.c50 case tcc_binary: in is_gimple_formal_tmp_rhs()
496 case tcc_binary: /* a binary arithmetic expression */ in recalculate_side_effects()
H A Dipa-pure-const.c427 case tcc_binary: in scan_function()
H A Dtree-ssa-loop-im.c343 && class != tcc_binary in outermost_invariant_loop_expr()
837 && class != tcc_binary in force_move_till_expr()
H A Dtree.c355 case tcc_binary: /* a binary arithmetic expression */ in tree_code_size()
471 case tcc_binary: /* a binary arithmetic expression */ in make_node_stat()
2136 case tcc_binary: in tree_node_structure()
2202 case tcc_binary: in contains_placeholder_p()
2383 case tcc_binary: in substitute_in_expr()
2516 case tcc_binary: in substitute_placeholder_in_expr()
2712 case tcc_binary: in stabilize_reference_1()
2980 || TREE_CODE_CLASS (code) == tcc_binary); in build2_stat()
4741 case tcc_binary: in simple_cst_equal()
H A Dtree-ssa-pre.c1273 case tcc_binary: in phi_translate()
1534 case tcc_binary: in valid_in_set()
2363 case tcc_binary: in create_expression_by_pieces()
2866 || TREE_CODE_CLASS (code) == tcc_binary in create_value_expr_from()
2877 else if (TREE_CODE_CLASS (code) == tcc_binary) in create_value_expr_from()
H A Dtree-vect-generic.c405 && TREE_CODE_CLASS (code) != tcc_binary) in expand_vector_operations_1()
H A Dtree-ssa-propagate.c584 case tcc_binary: in set_rhs()
H A Dtree-tailcall.c294 if (TREE_CODE_CLASS (code) != tcc_binary) in process_assignment()
H A Dtree-dump.c313 case tcc_binary: in dequeue_and_dump()
H A Dprint-tree.c656 case tcc_binary: in print_node()
H A Dipa-reference.c509 case tcc_binary: in scan_for_static_refs()
H A Dfold-const.c2776 case tcc_binary: in operand_equal_p()
2980 class = tcc_binary; in twoval_comparison_p()
2999 case tcc_binary: in twoval_comparison_p()
3072 class = tcc_binary; in eval_subst()
3081 case tcc_binary: in eval_subst()
3958 || TREE_CODE_CLASS (code) == tcc_binary) in make_range()
3960 if (TREE_CODE_CLASS (code) == tcc_binary in make_range()
5597 if (TREE_CODE_CLASS (tcode) == tcc_binary) in extract_muldiv_1()
8506 if (kind == tcc_binary) in fold_binary()
8567 if (TREE_CODE_CLASS (code) == tcc_binary in fold_binary()
[all …]
H A Dipa-type-escape.c1201 case tcc_binary: in scan_for_refs()
H A Dtree-eh.c1863 || TREE_CODE_CLASS (code) == tcc_binary) in tree_could_trap_p()
H A Dtree-ssa-ccp.c899 else if (kind == tcc_binary in ccp_fold()
H A Dalias.c407 case tcc_binary: in find_base_decl()
H A Dtree-ssa-operands.c2081 if (class == tcc_binary || class == tcc_comparison) in get_expr_operands()
H A Dtree.h64 tcc_binary, /* A binary arithmetic expression. */ enumerator
143 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_binary)
H A Dgimplify.c5155 case tcc_binary: in goa_stabilize_expr()
5864 case tcc_binary: in gimplify_expr()
H A Dtree-vrp.c2436 else if (TREE_CODE_CLASS (code) == tcc_binary in extract_range_from_expr()
H A Dexpr.c6165 case tcc_binary: in safe_from_p()
6812 else if (TREE_CODE_CLASS (code) == tcc_binary in expand_expr_real_1()
H A Dtree-ssa-structalias.c3529 case tcc_binary: in find_func_aliases()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcvt.c974 || (class == tcc_binary in convert_to_void()
H A Dtree.c1605 case tcc_binary: in cp_tree_equal()

12