HomeSort by: relevance | last modified time | path
    Searched refs:conds (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 425 of the temporaries, CONDS is a vector holding the produced GIMPLE
427 logical comparisons. CONDS is either empty or a list ended with a
435 vec<gimple *> conds,
465 conds.quick_push (stmt1);
466 conds.quick_push (stmt2);
467 conds.quick_push (stmt3);
474 for the given function, CONDS points to the vector
482 vec<gimple *> conds,
490 conds, nconds);
496 conds.quick_push (NULL)
1133 auto_vec<gimple *, 12> conds; local
1174 auto_vec<gimple *, 12> conds; local
    [all...]
ipa-predicate.cc 260 ipa_predicate::probability (conditions conds,
294 &(*conds)[i2 - ipa_predicate::first_dynamic_condition];
436 dump_clause (FILE *f, conditions conds, clause_t clause)
449 dump_condition (f, conds, i);
455 /* Dump THIS to F. CONDS a vector of conditions used when evaluating
459 ipa_predicate::dump (FILE *f, conditions conds, bool nl) const
463 dump_clause (f, conds, 0);
469 dump_clause (f, conds, m_clause[i]);
477 ipa_predicate::debug (conditions conds) const
479 dump (stderr, conds);
    [all...]
ipa-fnsummary.h 131 time (0), conds (NULL),
146 time (s.time), conds (s.conds), size_time_table (),
186 conditions conds; variable
ipa-fnsummary.cc 217 exec_pred.dump (dump_file, conds, 0);
221 nonconst_pred.dump (dump_file, conds);
385 for (i = 0; vec_safe_iterate (info->conds, i, &c); i++)
617 && (info->conds || compute_contexts)
716 else if (e->call_stmt && !e->call_stmt_cannot_inline_p && info->conds)
766 vec_free (conds);
823 info->conds = vec_safe_copy (info->conds);
1033 es->predicate->dump (f, info->conds);
1077 es->predicate->dump (f, info->conds);
    [all...]
tree-profile.cc 894 vec<basic_block>& conds = expr.second; local
895 if (conds.length () > CONDITIONS_MAX_TERMS)
897 location_t loc = gimple_location (gsi_stmt (gsi_last_bb (conds[0])));
900 conds.length ());
903 conds.sort (topological_cmp, &ctx.top_index);
904 vec<basic_block>& subgraph = paths_between (ctx, fnblocks, conds);
909 for (basic_block b : conds)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 405 of the temporaries, CONDS is a vector holding the produced GIMPLE
407 logical comparisons. CONDS is either empty or a list ended with a
415 vec<gimple *> conds,
445 conds.quick_push (stmt1);
446 conds.quick_push (stmt2);
447 conds.quick_push (stmt3);
454 for the given function, CONDS points to the vector
462 vec<gimple *> conds,
470 conds, nconds);
476 conds.quick_push (NULL)
1034 auto_vec<gimple *, 12> conds; local
1075 auto_vec<gimple *, 12> conds; local
    [all...]
ipa-predicate.cc 257 ipa_predicate::probability (conditions conds,
291 &(*conds)[i2 - ipa_predicate::first_dynamic_condition];
428 dump_clause (FILE *f, conditions conds, clause_t clause)
441 dump_condition (f, conds, i);
447 /* Dump THIS to F. CONDS a vector of conditions used when evaluating
451 ipa_predicate::dump (FILE *f, conditions conds, bool nl) const
455 dump_clause (f, conds, 0);
461 dump_clause (f, conds, m_clause[i]);
469 ipa_predicate::debug (conditions conds) const
471 dump (stderr, conds);
    [all...]
ipa-fnsummary.h 131 time (0), conds (NULL),
146 time (s.time), conds (s.conds), size_time_table (),
184 conditions conds; variable
ipa-fnsummary.cc 215 exec_pred.dump (dump_file, conds, 0);
219 nonconst_pred.dump (dump_file, conds);
382 for (i = 0; vec_safe_iterate (info->conds, i, &c); i++)
597 && (info->conds || compute_contexts)
709 else if (e->call_stmt && !e->call_stmt_cannot_inline_p && info->conds)
759 vec_free (conds);
816 info->conds = vec_safe_copy (info->conds);
1025 es->predicate->dump (f, info->conds);
1066 es->predicate->dump (f, info->conds);
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/
mknum.pl 65 next if grep { $_ eq 'CONST_STRICT' } @{$_->{conds}};
72 join(', ', @{$_->{conds}})
78 $ordinals->add_alias($f, $_->{value}, $_->{name}, @{$_->{conds}});
86 $ordinals->add($f, $_->{name}, $type, @{$_->{conds}});
  /src/crypto/external/bsd/openssl/dist/util/
mknum.pl 65 next if grep { $_ eq 'CONST_STRICT' } @{$_->{conds}};
72 join(', ', @{$_->{conds}})
78 $ordinals->add_alias($f, $_->{value}, $_->{name}, @{$_->{conds}});
86 $ordinals->add($f, $_->{name}, $type, @{$_->{conds}});
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Config/
Query.pm 160 my %conds = @_; # key => type
164 foreach (keys %conds) {
169 foreach (sort keys %conds) {
170 push @messages, "'$_' value not a $conds{$_} reference"
171 if (defined $conds{$_} && defined $opts->{$_}
172 && ref $opts->{$_} ne $conds{$_});
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Config/
Query.pm 160 my %conds = @_; # key => type
164 foreach (keys %conds) {
169 foreach (sort keys %conds) {
170 push @messages, "'$_' value not a $conds{$_} reference"
171 if (defined $conds{$_} && defined $opts->{$_}
172 && ref $opts->{$_} ne $conds{$_});
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2-ldstwm.sml 40 fun conds cond str = if cond then str else ""; function
78 val fp_set = (conds fp (if pptype=push then sets (mem 2 3) fp_reg
80 val ret = (conds (pptype=pop) "(return)");
86 fun pop_opnds 0 spl = (conds fp ("fp" ^ spl)) ^ "ra"
88 fun push_opnds 0 spl = "ra" ^ (conds fp (spl ^ "fp"))
101 (conds (pptype=pop) "pop_operation") ^ "\"\n" ^
105 (conds (pptype=push)
130 (conds wb "_wb") ^ (conds pc "_ret");
140 " \"register_operand\" \"" ^ (conds wb "+&") ^ "r\")")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2-ldstwm.sml 40 fun conds cond str = if cond then str else ""; function
78 val fp_set = (conds fp (if pptype=push then sets (mem 2 3) fp_reg
80 val ret = (conds (pptype=pop) "(return)");
86 fun pop_opnds 0 spl = (conds fp ("fp" ^ spl)) ^ "ra"
88 fun push_opnds 0 spl = "ra" ^ (conds fp (spl ^ "fp"))
101 (conds (pptype=pop) "pop_operation") ^ "\"\n" ^
105 (conds (pptype=push)
130 (conds wb "_wb") ^ (conds pc "_ret");
140 " \"register_operand\" \"" ^ (conds wb "+&") ^ "r\")")
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
ParseC.pm 135 my $conds = $1;
136 if ($conds =~ m|^defined<<<\(([^\)]*)\)>>>(.*)$|) {
151 $conds =~ s/<<<|>>>//g;
152 warn "Warning: complicated #if expression(1): $conds$opts{PLACE}"
155 } elsif ($conds =~ m|^!defined<<<\(([^\)]*)\)>>>(.*)$|) {
170 $conds =~ s/<<<|>>>//g;
171 warn "Warning: complicated #if expression(2): $conds$opts{PLACE}"
175 $conds =~ s/<<<|>>>//g;
176 warn "Warning: complicated #if expression(3): $conds$opts{PLACE}"
179 print STDERR "DEBUG[",$opts{debug_type},"]: Added preprocessor conds: '", join("', '", @results), "'\n
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
ParseC.pm 135 my $conds = $1;
136 if ($conds =~ m|^defined<<<\(([^\)]*)\)>>>(.*)$|) {
151 $conds =~ s/<<<|>>>//g;
152 warn "Warning: complicated #if expression(1): $conds$opts{PLACE}"
155 } elsif ($conds =~ m|^!defined<<<\(([^\)]*)\)>>>(.*)$|) {
170 $conds =~ s/<<<|>>>//g;
171 warn "Warning: complicated #if expression(2): $conds$opts{PLACE}"
175 $conds =~ s/<<<|>>>//g;
176 warn "Warning: complicated #if expression(3): $conds$opts{PLACE}"
179 print STDERR "DEBUG[",$opts{debug_type},"]: Added preprocessor conds: '", join("', '", @results), "'\n
    [all...]
  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 439 std::vector<std::string> conds; member in struct:riscv_multi_lib_info_t
1887 const std::vector<std::string> &conds)
1891 multi_lib_info->conds = conds;
1900 for (itr = conds.begin (); itr != conds.end (); ++itr)
1957 const std::vector<std::string> &conds)
1968 for (itr = conds.begin (); itr != conds.end (); ++itr)
2034 multilib_infos[i].conds);
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 353 static const char *const conds[8][2] = local
377 cond = conds[creg_value][z_value];
388 static const char *const conds[2][2] = local
435 cond = conds[s_value][z_value];
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 353 static const char *const conds[8][2] = local
377 cond = conds[creg_value][z_value];
388 static const char *const conds[2][2] = local
435 cond = conds[s_value][z_value];
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 353 static const char *const conds[8][2] = local
377 cond = conds[creg_value][z_value];
388 static const char *const conds[2][2] = local
435 cond = conds[s_value][z_value];
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 353 static const char *const conds[8][2] = local
377 cond = conds[creg_value][z_value];
388 static const char *const conds[2][2] = local
435 cond = conds[s_value][z_value];
  /src/external/bsd/byacc/dist/test/
expr.oxout.y 343 #define condStg unsigned int conds;
344 #define yyyClearConds {yyyTST->conds = 0;}
345 #define yyySetCond(n) {yyyTST->conds += (1<<(n));}
346 #define yyyCond(n) ((yyyTST->conds & (1<<(n)))?1:0)
  /src/external/gpl3/gcc/dist/include/
hsa_ext_amd.h 585 hsa_signal_condition_t* conds,
  /src/external/gpl3/gcc.old/dist/include/
hsa_ext_amd.h 585 hsa_signal_condition_t* conds,

Completed in 48 milliseconds

1 2