Searched refs:newop (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c434 gassign *newop = gimple_build_assign (lhs, unshare_expr (*where)); local
436 gsi_insert_after (&gsi, newop, GSI_SAME_STMT);
444 gassign *newop local
448 gsi_insert_before (&gsi, newop, GSI_SAME_STMT);
H A Dtree-ssa-pre.c1487 vn_reference_op_s newop = *operand; local
1526 if (newop.opcode == SSA_NAME && TREE_CODE (op[0]) != SSA_NAME)
1527 newop.opcode = TREE_CODE (op[0]);
1528 newop.type = type;
1529 newop.op0 = op[0];
1530 newop.op1 = op[1];
1531 newop.op2 = op[2];
1532 newoperands[i] = newop;
H A Dgenmatch.c1042 user_id *newop = new user_id ("<internal>"); local
1051 newop->substitutes.safe_push (subst);
1053 ne->operation = newop;
1054 /* Search for 'p' inside the for vector and push 'newop'
1056 for (unsigned j = 0; newop && j < for_vec.length (); ++j)
1060 for_vec[j].safe_push (newop);
1061 newop = NULL;
H A Dvr-values.c3081 gassign *newop local
3083 gsi_insert_before (gsi, newop, GSI_SAME_STMT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc590 gassign *newop = gimple_build_assign (lhs, unshare_expr (*where)); local
592 gsi_insert_after (&gsi, newop, GSI_SAME_STMT);
600 gassign *newop local
604 gsi_insert_before (&gsi, newop, GSI_SAME_STMT);
H A Dtree-ssa-pre.cc1548 vn_reference_op_s newop = *operand; local
1588 if ((newop.opcode == MEM_REF
1589 || newop.opcode == TARGET_MEM_REF)
1590 && newop.clique > 1
1593 newop.clique = 0;
1594 newop.base = 0;
1602 if (newop.opcode == SSA_NAME && TREE_CODE (op[0]) != SSA_NAME)
1603 newop.opcode = TREE_CODE (op[0]);
1604 newop.type = type;
1605 newop
[all...]
H A Dgenmatch.cc1046 user_id *newop = new user_id ("<internal>"); local
1055 newop->substitutes.safe_push (subst);
1057 ne->operation = newop;
1058 /* Search for 'p' inside the for vector and push 'newop'
1060 for (unsigned j = 0; newop && j < for_vec.length (); ++j)
1064 for_vec[j].safe_push (newop);
1065 newop = NULL;
H A Dvr-values.cc2978 gassign *newop local
2980 gsi_insert_before (gsi, newop, GSI_SAME_STMT);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc3688 rtx newop = GEN_INT (ctz_hwi (INTVAL (op)));
3689 output_addr_const (file, newop);
3694 rtx newop = GEN_INT (ctz_hwi (~INTVAL (op)));
3695 output_addr_const (file, newop);
3685 rtx newop = GEN_INT (ctz_hwi (INTVAL (op))); local
3691 rtx newop = GEN_INT (ctz_hwi (~INTVAL (op))); local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c2542 static const int newop[4] = { 1, 3, 4, 5 };
2544 insn[0] = 0x60 | newop[insn[1] >> 4];
2539 static const int newop[4] = { 1, 3, 4, 5 }; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c2523 static const int newop[4] = { 1, 3, 4, 5 };
2525 insn[0] = 0x60 | newop[insn[1] >> 4];
2520 static const int newop[4] = { 1, 3, 4, 5 }; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c2531 static const int newop[4] = { 1, 3, 4, 5 };
2533 insn[0] = 0x60 | newop[insn[1] >> 4];
2528 static const int newop[4] = { 1, 3, 4, 5 }; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c2542 static const int newop[4] = { 1, 3, 4, 5 };
2544 insn[0] = 0x60 | newop[insn[1] >> 4];
2539 static const int newop[4] = { 1, 3, 4, 5 }; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c2281 xg_replace_opname (char **popname, const char *newop)
2284 *popname = xstrdup (newop);
2277 xg_replace_opname(char **popname, const char *newop) argument
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c2309 xg_replace_opname (char **popname, const char *newop)
2312 *popname = xstrdup (newop);
2305 xg_replace_opname(char **popname, const char *newop) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xtensa.c2309 xg_replace_opname (char **popname, const char *newop)
2312 *popname = xstrdup (newop);
2305 xg_replace_opname(char **popname, const char *newop) argument

Completed in 785 milliseconds