| /src/external/gpl3/gcc.old/dist/gcc/ |
| match.pd | 1 /* 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...] |
| tree-ssa-threadedge.h | 53 virtual tree simplify (gimple *, gimple *, basic_block, jt_state *) = 0; 61 // Ranger has no need to simplify anything. 69 tree simplify (gimple *stmt, gimple *, basic_block, jt_state *) override;
|
| gimple-predicate-analysis.h | 107 void simplify (gimple * = NULL, bool = false);
|
| gimple-ssa-evrp.cc | 95 return simplifier.simplify (gsi); 123 // use one engine, and if it fails to simplify, try using the other engine. 163 if (simplifier.simplify (gsi)) 167 if (simplifier.simplify (gsi))
|
| genmatch.cc | 2 GENERIC and GIMPLE folding code from match-and-simplify description. 413 class simplify; 422 vec<simplify *> matchers; 858 represent both (simplify ...) and (match ...) kinds. The AST 860 simplify can exist in isolation. */ 862 class simplify class 865 enum simplify_kind { SIMPLIFY, MATCH }; 867 simplify (simplify_kind kind_, unsigned id_, operand *match_, function in class:simplify 880 /* For a (simplify ...) an expression with ifs and withs with the expression 937 print_matches (class simplify *s, FILE *f = stderr [all...] |
| vr-values.h | 28 // Class to simplify a statement using range information. 39 bool simplify (gimple_stmt_iterator *);
|
| tree-ssa-threadedge.cc | 198 /* Try to simplify each statement in E->dest, ultimately leading to 203 Uses M_SIMPLIFIER to further simplify statements using pass specific 208 would be recovered by trying to simplify fewer statements. 210 If we are able to simplify a statement into the form 212 a context sensitive equivalence which may help us simplify 282 value, then do not try to simplify this statement as it will 283 not simplify in any way that is helpful for jump threading. */ 331 /* Simplify the control statement at the end of the block E->dest. 333 Use SIMPLIFY (a pointer to a callback function) to further simplify 1409 hybrid_jt_simplifier::simplify (gimple *stmt, gimple *, basic_block, function in class:hybrid_jt_simplifier [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| match.pd | 1 /* Match-and-simplify patterns for shared GENERIC and GIMPLE folding. 171 /* These are used by gimple_bitwise_inverted_equal_p to simplify 196 (simplify (abs (convert @0)) 205 (simplify 217 (simplify 222 (simplify 227 (simplify 233 (simplify 239 (simplify 244 /* Even if the fold_real_zero_addition_p can't simplify X + 0. [all...] |
| tree-ssa-threadedge.h | 53 virtual tree simplify (gimple *, gimple *, basic_block, jt_state *) = 0; 61 // Ranger has no need to simplify anything. 69 tree simplify (gimple *stmt, gimple *, basic_block, jt_state *) override;
|
| vr-values.h | 27 // Class to simplify a statement using range information. 35 bool simplify (gimple_stmt_iterator *);
|
| genmatch.cc | 2 GENERIC and GIMPLE folding code from match-and-simplify description. 229 "const char *file2, int line2, bool simplify);\n", 240 "const char *file2, int line2, bool simplify)\n{\n", 258 fprintf_indent (f, 10, "simplify ? \"Applying pattern\" : " 535 class simplify; 544 vec<simplify *> matchers; 1008 represent both (simplify ...) and (match ...) kinds. The AST 1010 simplify can exist in isolation. */ 1012 class simplify class 1015 enum simplify_kind { SIMPLIFY, MATCH } 1017 simplify (simplify_kind kind_, unsigned id_, operand *match_, function in class:simplify [all...] |
| gimple-predicate-analysis.h | 90 void simplify (gimple * = NULL, bool = false);
|
| tree-ssa-threadedge.cc | 198 /* Try to simplify each statement in E->dest, ultimately leading to 203 Uses M_SIMPLIFIER to further simplify statements using pass specific 208 would be recovered by trying to simplify fewer statements. 210 If we are able to simplify a statement into the form 212 a context sensitive equivalence which may help us simplify 282 value, then do not try to simplify this statement as it will 283 not simplify in any way that is helpful for jump threading. */ 331 /* Simplify the control statement at the end of the block E->dest. 333 Use SIMPLIFY (a pointer to a callback function) to further simplify 1422 hybrid_jt_simplifier::simplify (gimple *stmt, gimple *, basic_block, function in class:hybrid_jt_simplifier [all...] |
| /src/external/cddl/osnet/lib/libzfs/ |
| mkdirp.c | 41 * Does NOT simplify pathnames with . or .. in them. 52 static char *simplify(const char *str); 59 str = simplify(d); 129 * simplify - given a pathname, simplify that path by removing 141 simplify(const char *str) function
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| DependenceGraphBuilder.h | 64 simplify(); 106 void simplify();
|
| /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-match.vim | 1 " Vim syntax highlighting rules for GCC match-and-simplify language. 19 syn keyword pdCtrl match simplify
|
| /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-match.vim | 1 " Vim syntax highlighting rules for GCC match-and-simplify language. 19 syn keyword pdCtrl match simplify
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| intrinsic.cc | 362 simplify pointer to simplification function 383 int standard, gfc_check_f check, gfc_simplify_f simplify, 416 next_sym->simplify = simplify; 479 gfc_expr *(*simplify) (void), 487 sf.f0 = simplify; 522 gfc_expr *(*simplify) (gfc_expr *), 531 sf.f1 = simplify; 547 gfc_expr *(*simplify) (gfc_expr *), 557 sf.f1 = simplify; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| intrinsic.cc | 361 simplify pointer to simplification function 382 int standard, gfc_check_f check, gfc_simplify_f simplify, 415 next_sym->simplify = simplify; 478 gfc_expr *(*simplify) (void), 486 sf.f0 = simplify; 521 gfc_expr *(*simplify) (gfc_expr *), 530 sf.f1 = simplify; 546 gfc_expr *(*simplify) (gfc_expr *), 556 sf.f1 = simplify; [all...] |
| /src/external/bsd/kyua-cli/dist/store/ |
| schema_v1.sql | 34 -- well as any predefined values) are written atomically to simplify error 133 -- different interfaces, so we can simplify the design by with having a 167 -- different interfaces, so we can simplify the design by with having a
|
| schema_v2.sql | 34 -- well as any predefined values) are written atomically to simplify error 167 -- different interfaces, so we can simplify the design by with having a 209 -- different interfaces, so we can simplify the design by with having a
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUPrintfRuntimeBinding.cpp | 67 Value *simplify(Instruction *I, const TargetLibraryInfo *TLI, function in class:__anon4664::AMDGPUPrintfRuntimeBindingImpl 173 simplify(I, &GetTLI(*I->getFunction()), &GetDT(*I->getFunction()));
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/ |
| ghash-riscv64-zvkb-zvbc.S | 69 # and simplify things. 182 # and simplify things.
|
| aes-riscv64-zvbb-zvkg-zvkned.S | 50 # We could simplify the initialization steps if we have `block<=1`. 243 # We could simplify the initialization steps if we have `block<=1`. 490 # We could simplify the initialization steps if we have `block<=1`. 711 # We could simplify the initialization steps if we have `block<=1`.
|
| /src/external/bsd/ipf/dist/perl/ |
| ipfmeta.pl | 99 B<ipfmeta> is used to simplify the maintenance of your IP filter
|