Home
last modified time | relevance | path

Searched refs:MAX_EXPR (Results 1 – 25 of 74) sorted by relevance

123

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-phiopt.c697 minmax = MAX_EXPR; in minmax_replacement()
724 if (ass_code != MAX_EXPR && ass_code != MIN_EXPR) in minmax_replacement()
744 if (ass_code != MAX_EXPR) in minmax_replacement()
772 minmax = MAX_EXPR; in minmax_replacement()
806 minmax = MAX_EXPR; in minmax_replacement()
828 if (ass_code != MAX_EXPR) in minmax_replacement()
H A Dfold-const.c1647 case MAX_EXPR: in int_const_binop()
1734 case MAX_EXPR: in const_binop()
2291 case MAX_EXPR: in maybe_lvalue_p()
4773 ? fold_build2 (MAX_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison()
4774 : fold_build2 (MAX_EXPR, comp_type, comp_op1, comp_op0); in fold_cond_expr_with_comparison()
4840 return pedantic_non_lvalue (fold_build2 (MAX_EXPR, in fold_cond_expr_with_comparison()
4852 return pedantic_non_lvalue (fold_build2 (MAX_EXPR, in fold_cond_expr_with_comparison()
5454 if ((op_code != MIN_EXPR && op_code != MAX_EXPR) in optimize_minmax_comparison()
5484 if (op_code == MAX_EXPR && consts_equal) in optimize_minmax_comparison()
5488 else if (op_code == MAX_EXPR && consts_lt) in optimize_minmax_comparison()
[all …]
H A Ddfp.c648 case MAX_EXPR: in decimal_real_arithmetic()
H A Dconvert.c594 case MAX_EXPR: in convert_to_integer()
H A Dlambda-code.c1624 gcc_assert (wrap == MAX_EXPR || wrap == MIN_EXPR); in lle_to_gcc_expression()
1758 stmt = build2 (wrap == MAX_EXPR ? CEIL_DIV_EXPR : FLOOR_DIV_EXPR, in lle_to_gcc_expression()
1868 invariants, MAX_EXPR, &stmts); in lambda_loopnest_to_gcc_loopnest()
H A Dtree-pretty-print.c1307 case MAX_EXPR: in dump_generic_node()
2206 case MAX_EXPR: in op_prio()
2384 case MAX_EXPR: in op_symbol_1()
H A Dstor-layout.c787 rli->offset = size_binop (MAX_EXPR, rli->offset, DECL_SIZE_UNIT (field)); in place_union_field()
1750 length = size_binop (MAX_EXPR, length, size_zero_node); in layout_type()
H A Dtree-ssa-reassoc.c429 case MAX_EXPR: in eliminate_duplicate_pair()
H A Dexplow.c1541 tcode = MAX_EXPR; in rtx_to_tree_code()
H A Dtree-vectorizer.c1774 case MAX_EXPR: in reduction_code_for_scalar_code()
H A Dtree-vrp.c1621 && code != MAX_EXPR in extract_range_from_binary_expr()
1760 || code == MAX_EXPR) in extract_range_from_binary_expr()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Doperators.def132 DEF_SIMPLE_OPERATOR (">?", MAX_EXPR, "v23max", 2)
150 DEF_ASSN_OPERATOR (">?=", MAX_EXPR, "v23maX", 2);
H A Dspew.c338 case CPP_MAX_EQ: YYCODE(MAX_EXPR); YYCHAR(ASSIGN);
340 case CPP_MAX: YYCODE(MAX_EXPR); YYCHAR(MIN_MAX);
H A Dtypeck.c1780 if (TREE_CODE (t) == MIN_EXPR || TREE_CODE (t) == MAX_EXPR)
3343 case MAX_EXPR:
3540 if ((short_compare || code == MIN_EXPR || code == MAX_EXPR)
4395 || TREE_CODE (arg) == MIN_EXPR || TREE_CODE (arg) == MAX_EXPR)
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c82 MAX_EXPR, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c1156 case MAX_EXPR:
1914 || TREE_CODE (arg0) == MIN_EXPR || TREE_CODE (arg0) == MAX_EXPR
3958 if ((op_code != MIN_EXPR && op_code != MAX_EXPR)
3983 if (op_code == MAX_EXPR && consts_equal)
3987 else if (op_code == MAX_EXPR && consts_lt)
3991 else if (op_code == MAX_EXPR)
4008 if (op_code == MAX_EXPR && (consts_equal || consts_lt))
4013 else if (op_code == MAX_EXPR)
4149 case MIN_EXPR: case MAX_EXPR:
4160 tcode = (tcode == MIN_EXPR ? MAX_EXPR : MIN_EXPR);
[all …]
H A Dconvert.c284 case MAX_EXPR:
H A Dexplow.c1741 tcode = MAX_EXPR;
H A Dstor-layout.c833 rli->offset = size_binop (MAX_EXPR, rli->offset, DECL_SIZE_UNIT (field));
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dbuiltins.c124 return build (MAX_EXPR, method_return_type,
H A Dcheck-init.c847 case MAX_EXPR:
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c1691 if (TREE_CODE (t) == MIN_EXPR || TREE_CODE (t) == MAX_EXPR) in rationalize_conditional_expr()
3371 case MAX_EXPR: in build_binary_op()
3608 if ((short_compare || code == MIN_EXPR || code == MAX_EXPR) in build_binary_op()
4496 || TREE_CODE (arg) == MIN_EXPR || TREE_CODE (arg) == MAX_EXPR) in unary_complex_lvalue()
5588 case MAX_EXPR: in build_modify_expr()
H A Dtree.c129 case MAX_EXPR: in lvalue_p_1()
H A Derror.c1495 case MAX_EXPR: in dump_expr()
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c6263 build2 (MAX_EXPR, TREE_TYPE (offset), offset, t)); in alpha_gimplify_va_arg_1()
7124 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v8qi_u); in alpha_fold_builtin()
7126 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v8qi_s); in alpha_fold_builtin()
7128 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v4hi_u); in alpha_fold_builtin()
7130 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v4hi_s); in alpha_fold_builtin()

123