| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Expression.cc | 1201 OpCode new_op; local 1205 new_op = OP_LIBRARY_IN; 1208 new_op = OP_LIBRARY_SOMEIN; 1211 new_op = OP_LIBRARY_ORDRIN; 1214 new_op = op; // Should never reach here 1218 res = new Expression (new_op, arg1 ? arg1->pEval (ctx) : NULL, 1221 res = new Expression (new_op, arg0 ? arg0->pEval (ctx) : NULL,
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| z8kgen.c | 916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 918 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 922 new_op[id].id = id; 925 qsort (new_op, c, sizeof (struct op), func); 927 p = new_op; 977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 979 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 983 new_op[id].id = id; 986 qsort (new_op, c, sizeof (struct op), func); 1300 while (new_op->flags && new_op->flags[0] != '*' [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Expression.cc | 1201 OpCode new_op; local 1205 new_op = OP_LIBRARY_IN; 1208 new_op = OP_LIBRARY_SOMEIN; 1211 new_op = OP_LIBRARY_ORDRIN; 1214 new_op = op; // Should never reach here 1218 res = new Expression (new_op, arg1 ? arg1->pEval (ctx) : NULL, 1221 res = new Expression (new_op, arg0 ? arg0->pEval (ctx) : NULL,
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| z8kgen.c | 916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 918 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 922 new_op[id].id = id; 925 qsort (new_op, c, sizeof (struct op), func); 927 p = new_op; 977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 979 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 983 new_op[id].id = id; 986 qsort (new_op, c, sizeof (struct op), func); 1300 while (new_op->flags && new_op->flags[0] != '*' [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| z8kgen.c | 916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 918 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 922 new_op[id].id = id; 925 qsort (new_op, c, sizeof (struct op), func); 927 p = new_op; 977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 979 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 983 new_op[id].id = id; 986 qsort (new_op, c, sizeof (struct op), func); 1300 while (new_op->flags && new_op->flags[0] != '*' [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| z8kgen.c | 916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 918 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 922 new_op[id].id = id; 925 qsort (new_op, c, sizeof (struct op), func); 927 p = new_op; 977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 979 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 983 new_op[id].id = id; 986 qsort (new_op, c, sizeof (struct op), func); 1300 while (new_op->flags && new_op->flags[0] != '*' [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-match-exports.cc | 142 operation. Return true on success, storing the new operation in NEW_OP. */ 146 gimple_match_op *new_op) 168 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + num_cond_ops); 169 new_op->ops[0] = orig_op->cond.cond; 171 new_op->ops[i + 1] = orig_op->ops[i]; 176 new_op->ops[num_ops + 1] = else_value; 179 new_op->ops[num_ops + 2] = orig_op->cond.len; 180 new_op->ops[num_ops + 3] = orig_op->cond.bias; 328 gimple_match_op new_op; local 336 new_op.set_op (VEC_COND_EXPR, res_op->type [all...] |
| omp-oacc-kernels-decompose.cc | 479 tree new_op = OMP_CLAUSE_OPERAND (loop_clause, 0); local 481 cst_and_fits_in_hwi (new_op) && 482 int_cst_value (old_op) == int_cst_value (new_op)))
|
| tree-ssa-dom.cc | 2117 tree new_op = USE_FROM_PTR (op_p); local 2118 if (new_op != old_op && TREE_CODE (new_op) == SSA_NAME) 2119 last_copy_propagated_op = new_op;
|
| tree-vect-patterns.cc | 939 tree new_op = vect_recog_temp_ssa_var (type, NULL); local 940 gassign *new_stmt = gimple_build_assign (new_op, NOP_EXPR, input); 949 return new_op; 954 return new_op;
|
| tree-ssa-reassoc.cc | 5029 tree new_op; local 5033 new_op = update_ops (bbinfo[idx].op, 5038 if (new_op == NULL_TREE) 5041 new_op = ops[bbinfo[idx].first_idx++]->op; 5043 if (bbinfo[idx].op != new_op) 5055 SET_USE (use_p, new_op); 5076 if (is_gimple_min_invariant (new_op)) 5078 new_op = fold_convert (TREE_TYPE (lhs), new_op); 5079 g = gimple_build_assign (new_lhs, new_op); [all...] |
| tree.cc | 4553 tree new_op = SUBSTITUTE_IN_EXPR (op, f, r); 4554 if (new_op != op) 4558 TREE_OPERAND (new_tree, i) = new_op; 4724 tree new_op = SUBSTITUTE_PLACEHOLDER_IN_EXPR (op, obj); 4725 if (new_op != op) 4729 TREE_OPERAND (new_tree, i) = new_op; 4539 tree new_op = SUBSTITUTE_IN_EXPR (op, f, r); local 4710 tree new_op = SUBSTITUTE_PLACEHOLDER_IN_EXPR (op, obj); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-match-head.cc | 90 operation. Return true on success, storing the new operation in NEW_OP. */ 94 gimple_match_op *new_op) 109 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + 2); 110 new_op->ops[0] = orig_op->cond.cond; 112 new_op->ops[i + 1] = orig_op->ops[i]; 117 new_op->ops[num_ops + 1] = else_value; 175 gimple_match_op new_op; local 180 new_op.set_op (VEC_COND_EXPR, res_op->type, 183 *res_op = new_op; 190 if (convert_conditional_op (res_op, &new_op)) [all...] |
| omp-oacc-kernels-decompose.cc | 478 tree new_op = OMP_CLAUSE_OPERAND (loop_clause, 0); local 480 cst_and_fits_in_hwi (new_op) && 481 int_cst_value (old_op) == int_cst_value (new_op)))
|
| tree-ssa-dom.cc | 1917 tree new_op = USE_FROM_PTR (op_p); local 1918 if (new_op != old_op && TREE_CODE (new_op) == SSA_NAME) 1919 last_copy_propagated_op = new_op;
|
| tree-vect-patterns.cc | 838 tree new_op = vect_recog_temp_ssa_var (type, NULL); local 839 gassign *new_stmt = gimple_build_assign (new_op, NOP_EXPR, input); 848 return new_op; 853 return new_op;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-gimplify.cc | 1725 tree new_op = build2 (COMPOUND_EXPR, TREE_TYPE (op), op, local 1727 TREE_OPERAND (*p, 1) = new_op;
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| constraint-manager.cc | 2074 enum tree_code new_op local 2077 add_constraint (lhs_id, new_op, other->m_rhs); 2106 enum tree_code new_op local 2109 add_constraint (other->m_lhs, new_op, rhs_id);
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| constraint-manager.cc | 2069 enum tree_code new_op local 2072 add_constraint (lhs_id, new_op, other->m_rhs); 2101 enum tree_code new_op local 2104 add_constraint (other->m_lhs, new_op, rhs_id);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elfnn-loongarch.c | 5135 struct pending_delete_op *op = NULL, *new_op = NULL; local 5159 new_op = bfd_zalloc (abfd, sizeof (struct pending_delete_op)); 5160 new_op->size = count; 5161 new_op->cumulative_offset = (op ? op->cumulative_offset : 0) + count; 5163 (splay_tree_value)new_op);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfnn-loongarch.c | 4832 struct pending_delete_op *op = NULL, *new_op = NULL; local 4856 new_op = bfd_zalloc (abfd, sizeof (struct pending_delete_op)); 4857 new_op->size = count; 4858 new_op->cumulative_offset = (op ? op->cumulative_offset : 0) + count; 4860 (splay_tree_value)new_op);
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-early-ra.cc | 3235 rtx new_op = *recog_data.operand_loc[dup_of]; local 3236 if (new_op != recog_data.operand[dup_of]) 3237 *recog_data.dup_loc[i] = copy_rtx (new_op);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elfnn-loongarch.c | 4833 struct pending_delete_op *op = NULL, *new_op = NULL; local 4857 new_op = bfd_zalloc (abfd, sizeof (struct pending_delete_op)); 4858 new_op->size = count; 4859 new_op->cumulative_offset = (op ? op->cumulative_offset : 0) + count; 4861 (splay_tree_value)new_op);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-aarch64.c | 9495 enum aarch64_op new_op; 9502 case OP_LDRB_POS:new_op = OP_LDURB; break; 9503 case OP_STRB_POS: new_op = OP_STURB; break; 9504 case OP_LDRSB_POS: new_op = OP_LDURSB; break; 9505 case OP_LDRH_POS: new_op = OP_LDURH; break; 9506 case OP_STRH_POS: new_op = OP_STURH; break; 9507 case OP_LDRSH_POS: new_op = OP_LDURSH; break; 9508 case OP_LDR_POS: new_op = OP_LDUR; break; 9509 case OP_STR_POS: new_op = OP_STUR; break; 9510 case OP_LDRF_POS: new_op = OP_LDURV; break 9485 enum aarch64_op new_op; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-aarch64.c | 9395 enum aarch64_op new_op; 9402 case OP_LDRB_POS:new_op = OP_LDURB; break; 9403 case OP_STRB_POS: new_op = OP_STURB; break; 9404 case OP_LDRSB_POS: new_op = OP_LDURSB; break; 9405 case OP_LDRH_POS: new_op = OP_LDURH; break; 9406 case OP_STRH_POS: new_op = OP_STURH; break; 9407 case OP_LDRSH_POS: new_op = OP_LDURSH; break; 9408 case OP_LDR_POS: new_op = OP_LDUR; break; 9409 case OP_STR_POS: new_op = OP_STUR; break; 9410 case OP_LDRF_POS: new_op = OP_LDURV; break 9385 enum aarch64_op new_op; local [all...] |