Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h199 extern tree const_unop (enum tree_code, tree, tree);
H A Dgimple-match-head.c210 tem = const_unop (res_op->code, res_op->type, res_op->ops[0]); in gimple_resimplify1()
678 tree res = const_unop (code, type, op0); in gimple_simplify()
H A Dtree-vect-generic.c916 tree elt = const_unop (ABS_EXPR, TREE_TYPE (elem1), elem1); in expand_vector_divmod()
H A Dtree-ssa-ccp.c2940 mask = const_unop (BIT_NOT_EXPR, TREE_TYPE (mask), mask); in optimize_atomic_bit_test_and()
H A Dmatch.pd3199 (with { tree tem = const_unop (NEGATE_EXPR, type, @1); }
3335 cst1 = const_unop (op, type, @1);
3337 cst2 = const_unop (op, type, @2);
4211 (with { tree tem = const_unop (NEGATE_EXPR, TREE_TYPE (@0), @1); }
H A Dfold-const.c1738 const_unop (enum tree_code code, tree type, tree arg0) in const_unop() function
1813 elem = const_unop (BIT_NOT_EXPR, TREE_TYPE (type), elem); in const_unop()
8690 tree tem = const_unop (code, type, arg0); in fold_unary_loc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h220 extern tree const_unop (enum tree_code, tree, tree);
H A Dgimple-match-head.cc214 tem = const_unop (code, res_op->type, res_op->ops[0]); in gimple_resimplify1()
704 tree res = const_unop (code, type, op0); in gimple_simplify()
H A Dtree-vect-generic.cc1018 tree elt = const_unop (ABS_EXPR, TREE_TYPE (elem1), elem1); in expand_vector_divmod()
H A Dtree-ssa-ccp.cc3678 mask = const_unop (BIT_NOT_EXPR, TREE_TYPE (mask), mask); in optimize_atomic_bit_test_and()
H A Dfold-const.cc1743 const_unop (enum tree_code code, tree type, tree arg0) in const_unop() function
1818 elem = const_unop (BIT_NOT_EXPR, TREE_TYPE (type), elem); in const_unop()
9303 tree tem = const_unop (code, type, arg0); in fold_unary_loc()
H A Dmatch.pd1260 (plus (bit_not @0) { const_unop (NEGATE_EXPR, type, @1); })))
3885 (with { tree tem = const_unop (NEGATE_EXPR, type, @1); }
5332 (with { tree tem = const_unop (NEGATE_EXPR, TREE_TYPE (@0), @1); }
H A DChangeLog-20171859 * fold-const.c (fold_negate_expr_1, const_binop, const_unop)
2613 * fold-const.c (const_unop): Fold VEC_DUPLICATE_EXPRs of a constant.
3765 (const_unop): Likewise.
3784 (const_unop): Likewise.
5482 * fold-const.c (const_unop): Likewise.
15148 (const_unop): Likewise. Store the reduction accumulator in a
15186 (const_unop): Likewise.
H A DChangeLog-20143199 * fold-const.c (const_unop): Re-instantiate missing condition
3320 * fold-const.h (const_unop): Declare.
3325 (const_unop): New function, with constant folding from fold_unary_loc.
3326 (fold_unary_loc): Dispatch to const_unop for tcc_constant operand.
3332 const_unop.
H A DChangeLog-201819506 * fold-const.c (const_unop): Handle ABSU_EXPR.
21733 (const_unop): Handle VEC_UNPACK_FIX_TRUNC_HI_EXPR and
35052 * fold-const.c (const_binop, const_unop, fold_convert_const): Likewise.
H A DChangeLog-2015286 (const_unop): Avoid the operation, other than NEGATE and
7676 * fold-const.c (const_unop) [ADDR_SPACE_CONVERT_EXPR]: Do not fold
H A DChangeLog-202121029 (const_unop): Likewise.
H A DChangeLog-20196101 * gimple-match-head.c (gimple_resimplify1): Call const_unop only
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c1634 val = const_unop (NEGATE_EXPR, TREE_TYPE (val), val); in c_parser_gimple_postfix_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc1649 val = const_unop (NEGATE_EXPR, TREE_TYPE (val), val); in c_parser_gimple_postfix_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc3437 tree nrhs = const_unop (NEGATE_EXPR, TREE_TYPE (rhs), rhs); in cxx_eval_binary_expression()
8116 t = const_unop (code, TREE_TYPE (t), op1); in fold_simple_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c2362 addend = const_unop (NEGATE_EXPR,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c7202 t = const_unop (code, TREE_TYPE (t), op1); in fold_simple_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc2847 addend = const_unop (NEGATE_EXPR, in gfc_trans_omp_clauses()