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

  /src/external/gpl3/gcc/dist/gcc/
ipa-predicate.cc 648 struct condition new_cond;
685 new_cond.operand_num = operand_num;
686 new_cond.code = code;
687 new_cond.type = unshare_expr_without_location (type);
688 new_cond.val = val ? unshare_expr_without_location (val) : val;
689 new_cond.agg_contents = agg_contents;
690 new_cond.by_ref = by_ref;
691 new_cond.offset = offset;
692 new_cond.param_ops = vec_safe_copy (param_ops);
694 for (j = 0; vec_safe_iterate (new_cond.param_ops, j, &op); j++
    [all...]
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/
ipa-predicate.cc 640 struct condition new_cond;
677 new_cond.operand_num = operand_num;
678 new_cond.code = code;
679 new_cond.type = unshare_expr_without_location (type);
680 new_cond.val = val ? unshare_expr_without_location (val) : val;
681 new_cond.agg_contents = agg_contents;
682 new_cond.by_ref = by_ref;
683 new_cond.offset = offset;
684 new_cond.param_ops = vec_safe_copy (param_ops);
686 for (j = 0; vec_safe_iterate (new_cond.param_ops, j, &op); j++
    [all...]
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.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/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/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/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/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 58 milliseconds