Home
last modified time | relevance | path

Searched refs:stack_in (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c213 struct stack_def stack_in; /* Input stack configuration. */ member
890 BLOCK_INFO (current_block)->stack_in = *regstack; in emit_swap_insn()
2348 BLOCK_INFO (current_block)->stack_in = *new; in change_stack()
2582 if (TEST_HARD_REG_BIT (bi->stack_in.reg_set, reg)) in convert_regs_entry()
2586 bi->stack_in.reg[++top] = reg; in convert_regs_entry()
2595 bi->stack_in.top = top; in convert_regs_entry()
2620 output_stack = &BLOCK_INFO (EXIT_BLOCK_PTR)->stack_in; in convert_regs_exit()
2643 stack dest_stack = &BLOCK_INFO (e->dest)->stack_in; in propagate_stack()
2663 stack target_stack = &BLOCK_INFO (target)->stack_in; in compensate_edge()
2824 if (bi->stack_in.top == -2) in convert_regs_1()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c205 struct stack_def stack_in; /* Input stack configuration. */ member
2401 bi->stack_in.top = -2; in convert_regs_entry()
2409 SET_HARD_REG_BIT (bi->stack_in.reg_set, reg); in convert_regs_entry()
2429 if (TEST_HARD_REG_BIT (bi->stack_in.reg_set, reg)) in convert_regs_entry()
2433 bi->stack_in.reg[++top] = reg; in convert_regs_entry()
2442 bi->stack_in.top = top; in convert_regs_entry()
2467 output_stack = &BLOCK_INFO (EXIT_BLOCK_PTR)->stack_in; in convert_regs_exit()
2494 stack target_stack = &BLOCK_INFO (target)->stack_in;
2669 if (bi->stack_in.top == -2)
2678 bi->stack_in.top = -1;
[all …]