HomeSort by: relevance | last modified time | path
    Searched defs:new_cond (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadedge.cc 604 tree_code new_cond = gimple_assign_rhs_code (def_stmt); local
606 new_cond = invert_tree_comparison (new_cond, false);
610 rhs1, new_cond, rhs2,
omp-oacc-neuter-broadcast.cc 283 gcond *new_cond local
290 gsi_replace (&gsi, new_cond, true);
294 map->get_or_insert (block) = new_cond;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadedge.cc 604 tree_code new_cond = gimple_assign_rhs_code (def_stmt); local
606 new_cond = invert_tree_comparison (new_cond, false);
610 rhs1, new_cond, rhs2,
omp-oacc-neuter-broadcast.cc 283 gcond *new_cond local
290 gsi_replace (&gsi, new_cond, true);
294 map->get_or_insert (block) = new_cond;
  /src/external/gpl3/gdb/dist/sim/igen/
ld-insn.c 128 insn_field_cond *new_cond = ZALLOC (insn_field_cond); local
134 new_cond->test = insn_field_cond_eq;
137 new_cond->test = insn_field_cond_ne;
152 new_cond->string = NZALLOC (char, len + 1);
153 strncpy (new_cond->string, start, len);
159 new_cond->type = insn_field_cond_value;
160 new_cond->value = a2i (new_cond->string);
165 new_cond->type = insn_field_cond_field;
166 /* new_cond->field is determined in later *
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.c 128 insn_field_cond *new_cond = ZALLOC (insn_field_cond); local
134 new_cond->test = insn_field_cond_eq;
137 new_cond->test = insn_field_cond_ne;
152 new_cond->string = NZALLOC (char, len + 1);
153 strncpy (new_cond->string, start, len);
159 new_cond->type = insn_field_cond_value;
160 new_cond->value = a2i (new_cond->string);
165 new_cond->type = insn_field_cond_field;
166 /* new_cond->field is determined in later *
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc 1180 struct point_cond_list *new_cond; local
1183 new_cond = XCNEW (struct point_cond_list);
1184 new_cond->cond = condition;
1187 new_cond->next = bp->cond_list;
1188 bp->cond_list = new_cond;
2076 struct point_cond_list *new_cond; local
2087 new_cond = XCNEW (struct point_cond_list);
2088 new_cond->cond = clone_agent_expr (current_cond->cond);
2089 APPEND_TO_LIST (&gdb_dest->cond_list, new_cond, cond_tail);
  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc 1180 struct point_cond_list *new_cond; local
1183 new_cond = XCNEW (struct point_cond_list);
1184 new_cond->cond = condition;
1187 new_cond->next = bp->cond_list;
1188 bp->cond_list = new_cond;
2076 struct point_cond_list *new_cond; local
2087 new_cond = XCNEW (struct point_cond_list);
2088 new_cond->cond = clone_agent_expr (current_cond->cond);
2089 APPEND_TO_LIST (&gdb_dest->cond_list, new_cond, cond_tail);
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 127 rtx new_cond;
3725 INSN_INFO_ENTRY (uid).new_cond = NULL;
4410 INSN_INFO_ENTRY (uid).new_cond = first_cond;
5389 cond = INSN_INFO_ENTRY (uid).new_cond;
125 rtx new_cond; member in struct:__anon13300
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 127 rtx new_cond;
3724 INSN_INFO_ENTRY (uid).new_cond = NULL;
4409 INSN_INFO_ENTRY (uid).new_cond = first_cond;
5388 cond = INSN_INFO_ENTRY (uid).new_cond;
125 rtx new_cond; member in struct:__anon15743

Completed in 47 milliseconds