Home
last modified time | relevance | path

Searched refs:simplify (Results 1 – 25 of 680) sorted by relevance

12345678910>>...28

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd1 /* Match-and-simplify patterns for shared GENERIC and GIMPLE folding.
116 (simplify (abs (convert @0))
128 (simplify
133 (simplify
138 (simplify
144 (simplify
150 (simplify
155 /* Even if the fold_real_zero_addition_p can't simplify X + 0.0
163 (simplify
182 (simplify
[all …]
H A Dtree-ssa-threadedge.c230 pfn_simplify simplify) in record_temporary_equivalences_from_stmts_at_dest() argument
393 cached_lhs = (*simplify) (stmt, stmt, avail_exprs_stack, e->src); in record_temporary_equivalences_from_stmts_at_dest()
438 pfn_simplify simplify) in simplify_control_stmt_condition() argument
484 dummy_cond, simplify, in simplify_control_stmt_condition()
554 cached_lhs = (*simplify) (dummy_switch, stmt, in simplify_control_stmt_condition()
559 cached_lhs = (*simplify) (stmt, stmt, avail_exprs_stack, e->src); in simplify_control_stmt_condition()
584 pfn_simplify simplify, in simplify_control_stmt_condition_1() argument
622 dummy_cond, simplify, in simplify_control_stmt_condition_1()
649 dummy_cond, simplify, in simplify_control_stmt_condition_1()
714 dummy_cond, simplify, in simplify_control_stmt_condition_1()
[all …]
H A Dgenmatch.c413 class simplify; variable
422 vec<simplify *> matchers;
858 class simplify
863 simplify (simplify_kind kind_, unsigned id_, operand *match_, in simplify() function
933 print_matches (class simplify *s, FILE *f = stderr)
1082 lower_commutative (simplify *s, vec<simplify *>& simplifiers) in lower_commutative()
1087 simplify *ns = new simplify (s->kind, s->id, matchers[i], s->result, in lower_commutative()
1198 lower_opt (simplify *s, vec<simplify *>& simplifiers) in lower_opt()
1203 simplify *ns = new simplify (s->kind, s->id, matchers[i], s->result, in lower_opt()
1299 lower_cond (simplify *s, vec<simplify *>& simplifiers) in lower_cond()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd1 /* Match-and-simplify patterns for shared GENERIC and GIMPLE folding.
159 (simplify (abs (convert @0))
168 (simplify
180 (simplify
185 (simplify
190 (simplify
196 (simplify
202 (simplify
207 /* Even if the fold_real_zero_addition_p can't simplify X + 0.0
215 (simplify
[all …]
H A Dgenmatch.cc413 class simplify;
422 vec<simplify *> matchers;
862 class simplify class
867 simplify (simplify_kind kind_, unsigned id_, operand *match_, in simplify() function in simplify
937 print_matches (class simplify *s, FILE *f = stderr) in print_matches()
1086 lower_commutative (simplify *s, vec<simplify *>& simplifiers) in lower_commutative()
1091 simplify *ns = new simplify (s->kind, s->id, matchers[i], s->result, in lower_commutative()
1202 lower_opt (simplify *s, vec<simplify *>& simplifiers) in lower_opt()
1207 simplify *ns = new simplify (s->kind, s->id, matchers[i], s->result, in lower_opt()
1302 lower_cond (simplify *s, vec<simplify *>& simplifiers) in lower_cond()
[all …]
H A Dgimple-ssa-evrp.cc95 return simplifier.simplify (gsi); in fold_stmt()
163 if (simplifier.simplify (gsi)) in fold_stmt()
167 if (simplifier.simplify (gsi)) in fold_stmt()
H A Dtree-ssa-threadedge.h53 virtual tree simplify (gimple *, gimple *, basic_block, jt_state *) = 0;
69 tree simplify (gimple *stmt, gimple *, basic_block, jt_state *) override;
H A DChangeLog.tree-ssa114 * c-simplify.c (gimplify_if_stmt): Loop for else-if.
164 * c-simplify.c (gimplify_decl_stmt) [TYPE_DECL]:
291 * c-simplify.c (gimplify_decl_stmt): Handle TYPE_DECL.
378 * c-simplify.c (c_gimplify_stmt): Remove FILE_STMT.
489 simplify logic.
771 * simplify-rtx.c (simplify_rtx): Likewise.
1246 * c-simplify.c (c_genericize): s/dump_flags/local_dump_flags/.
1383 * c-simplify.c (mark_labels_r): Move to ...
2186 * c-simplify.c (gimplify_decl_stmt): Set TREE_NO_WARNING
2274 * c-simplify.c (gimplify_expr_stmt): Check TREE_NO_WARNING.
[all …]
H A Dtree-ssa-threadedge.cc455 cached_lhs = m_simplifier->simplify (dummy_switch, stmt, e->src, in simplify_control_stmt_condition()
460 cached_lhs = m_simplifier->simplify (stmt, stmt, e->src, m_state); in simplify_control_stmt_condition()
637 res = m_simplifier->simplify (dummy_cond, stmt, e->src, m_state); in simplify_control_stmt_condition_1()
1380 cached_lhs = simplifier->simplify (stmt, stmt, bb, this); in register_equivs_stmt()
1409 hybrid_jt_simplifier::simplify (gimple *stmt, gimple *, basic_block, in simplify() function in hybrid_jt_simplifier
H A Dgimple-predicate-analysis.h107 void simplify (gimple * = NULL, bool = false);
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmatch-and-simplify.texi10 The GIMPLE and GENERIC pattern matching project match-and-simplify
86 (simplify
92 A simplification is wrapped inside a @code{(simplify ...)} expression.
102 you refer to it in other places of the match-and-simplify. In the
107 (simplify
123 (simplify
134 This example introduces an optional operand of simplify,
144 for multiple simplify patterns, avoiding the need
150 (simplify
153 (simplify
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmatch-and-simplify.texi10 The GIMPLE and GENERIC pattern matching project match-and-simplify
86 (simplify
92 A simplification is wrapped inside a @code{(simplify ...)} expression.
102 you refer to it in other places of the match-and-simplify. In the
107 (simplify
123 (simplify
134 This example introduces an optional operand of simplify,
144 for multiple simplify patterns, avoiding the need
150 (simplify
153 (simplify
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog.tree-ssa126 * cp-simplify.c (cp_gimplify_init_expr): Look inside STMT_EXPRs
195 * cp-simplify.c (gimplify_must_not_throw_expr): Replace add_tree
204 * cp-simplify.c (cp_gimplify_expr): Return gimplify_status.
269 * cp-simplify.c (cp_gimplify_init_expr): Update use of predicates.
273 * cp-simplify.c (cp_gimplify_expr): Use simplify_aggr_init_expr.
296 * cp-simplify.c: Likewise.
307 * cp-lang.c, cp-simplify.c, cp-tree.h, decl.c, optimize.c,
367 * cp-simplify.c (cp_simplify_expr) <case EMPTY_CLASS_EXPR>:
387 * cp-simplify.c (cp_simplify_expr): Handle BASELINK.
394 * cp-simplify.c (genericize_try_block): Do genericize catch blocks.
[all …]
/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dmkdirp.c52 static char *simplify(const char *str);
59 str = simplify(d); in mkdirp()
141 simplify(const char *str) in simplify() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.c323 int standard, gfc_check_f check, gfc_simplify_f simplify, in add_sym() argument
356 next_sym->simplify = simplify; in add_sym()
419 gfc_expr *(*simplify) (void), in add_sym_0()
427 sf.f0 = simplify; in add_sym_0()
462 gfc_expr *(*simplify) (gfc_expr *), in add_sym_1()
471 sf.f1 = simplify; in add_sym_1()
487 gfc_expr *(*simplify) (gfc_expr *), in add_sym_1_intent()
497 sf.f1 = simplify; in add_sym_1_intent()
512 gfc_expr *(*simplify) (gfc_expr *), void (*resolve) (gfc_code *), in add_sym_1s()
521 sf.f1 = simplify; in add_sym_1s()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.cc382 int standard, gfc_check_f check, gfc_simplify_f simplify, in add_sym() argument
415 next_sym->simplify = simplify; in add_sym()
478 gfc_expr *(*simplify) (void), in add_sym_0()
486 sf.f0 = simplify; in add_sym_0()
521 gfc_expr *(*simplify) (gfc_expr *), in add_sym_1()
530 sf.f1 = simplify; in add_sym_1()
546 gfc_expr *(*simplify) (gfc_expr *), in add_sym_1_intent()
556 sf.f1 = simplify; in add_sym_1_intent()
571 gfc_expr *(*simplify) (gfc_expr *), void (*resolve) (gfc_code *), in add_sym_1s()
580 sf.f1 = simplify; in add_sym_1s()
[all …]
H A DChangeLog63 * simplify.cc (gfc_simplify_len): Replace len() of PDT with pdt
233 * simplify.cc (gfc_simplify_set_exponent): Fix implementation of
307 * simplify.cc (gfc_simplify_nearest): Fix off-by-one error in setting
506 * simplify.cc (simplify_transformation): Do not try to simplify
701 * simplify.cc (gfc_simplify_unpack): Replace assert by condition
728 * simplify.cc (gfc_simplify_findloc): Do not try to simplify
737 * simplify.cc (gfc_simplify_pack): Check for NULL pointer dereferences
800 * simplify.cc (simplify_size): The size expression of an array cannot
862 * simplify.cc (gfc_simplify_extends_type_of): Do not attempt to
863 simplify when one of the arguments is a CLASS variable that was
[all …]
H A DChangeLog-2018115 * simplify.c (gfc_convert_constant): Remove a gfc_internal_error,
407 * simplify.c (simplify_bound, simplify_cobound): Punt on
442 * simplify.c (simplify_min_max): Do not convert the type of the
468 * simplify.c (gfc_simplify_minmaxloc): Make static.
662 * simplify.c (gfc_simplify_cshift): Extend size of hs_ex and ss_ex
960 * simplify.c (gfc_simplify_modulo): Re-arrange code to test whether
1268 Only simplify the scalarized expressions if there are no errors
1476 * simplify.c (gfc_simplify_mod): Re-arrange code to test whether
1702 * simplify.c (min_max_choose): Add optional argument back_val.
1788 * decl.c (variable_decl): If upper or lower bounds simplify
[all …]
H A DChangeLog-2008219 * simplify.c (gfc_simplify_nearest): Add mpfr_check_range.
224 * simplify.c (is_constant_array_expr): Return true instead of false
413 * simplify.c (min_max_choose): New function extracted from
547 * fortran/simplify.c (gfc_simplify_ceiling, gfc_simplify_floor,
596 * simplify.c: Remove MPFR_VERSION_NUM(2,3,0) conditionals.
686 * simplify.c (gfc_simplify_leadz, gfc_simplify_trailz): New functions.
882 * simplify.c (simplify_cmplx): Added linebreak to long line.
1351 * simplify.c (gfc_simplify_selected_char_kind): Enable iso_10646.
1478 * simplify.c: Likewise.
2011 * simplify.c (gfc_simplify_ibits, gfc_simplify_ishft,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h64 simplify(); in populate()
106 void simplify();
/netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim1 " Vim syntax highlighting rules for GCC match-and-simplify language.
19 syn keyword pdCtrl match simplify
/netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim1 " Vim syntax highlighting rules for GCC match-and-simplify language.
19 syn keyword pdCtrl match simplify
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/bio/
H A DREADME2 to simplify socket programming.
/netbsd-src/crypto/external/bsd/openssl/dist/demos/bio/
H A DREADME.txt2 to simplify socket programming.
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/
H A Dexample1b.rst32 In order to simplify the python code, unbound module contains the

12345678910>>...28