Searched refs:move_for_stack_reg (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | reg-stack.c | 252 static bool move_for_stack_reg PARAMS ((rtx, stack, rtx)); 1059 move_for_stack_reg (insn, regstack, pat) in move_for_stack_reg() function 1487 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat); 1496 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat); 1519 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat);
|
| H A D | FSFChangeLog.10 | 302 * regstack.c (move_for_stack_reg): Avoid stack overflow while 8555 (move_for_stack_reg): Optimize away some pointer dereferencing.
|
| H A D | ChangeLog.5 | 6045 (move_for_stack_reg): Emit proper move mode. 8754 * reg-stack.c (move_for_stack_reg): Avoid non-poping fst for
|
| H A D | ChangeLog | 2145 * reg-stack (move_for_stack_reg): New prototype. Return 2148 by move_for_stack_reg.
|
| H A D | ChangeLog.1 | 1503 (move_for_stack_reg): Likewise.
|
| H A D | ChangeLog.6 | 10351 (move_for_stack_reg): Use delete_insn.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | reg-stack.c | 262 static bool move_for_stack_reg (rtx, stack, rtx); 957 move_for_stack_reg (rtx insn, stack regstack, rtx pat) in move_for_stack_reg() function 1106 return move_for_stack_reg (insn, regstack, pat); in move_nan_for_stack_reg() 1420 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat); in subst_stack_regs_pat()
|