Searched refs:elim_regs (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/ |
| D | 20000503-1.c | 9 static struct elims {int from, to;} elim_regs[] = {{ 16, 7}, { 16, 6}, { 20, 7},{ 20, 6}}; in expand_nl_goto_receiver() local 12 for (i = 0; i < sizeof elim_regs / sizeof elim_regs[0]; i++) in expand_nl_goto_receiver() 13 if (elim_regs[i].from == 16 && elim_regs[i].to == 6) in expand_nl_goto_receiver()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | stmt.c | 1809 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS; in expand_nl_goto_receiver() local 1812 for (i = 0; i < ARRAY_SIZE (elim_regs); i++) in expand_nl_goto_receiver() 1813 if (elim_regs[i].from == ARG_POINTER_REGNUM in expand_nl_goto_receiver() 1814 && elim_regs[i].to == HARD_FRAME_POINTER_REGNUM) in expand_nl_goto_receiver() 1817 if (i == ARRAY_SIZE (elim_regs)) in expand_nl_goto_receiver()
|
| D | builtins.c | 701 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS; in expand_builtin_setjmp_receiver() local 703 for (i = 0; i < ARRAY_SIZE (elim_regs); i++) in expand_builtin_setjmp_receiver() 704 if (elim_regs[i].from == ARG_POINTER_REGNUM in expand_builtin_setjmp_receiver() 705 && elim_regs[i].to == HARD_FRAME_POINTER_REGNUM) in expand_builtin_setjmp_receiver() 708 if (i == ARRAY_SIZE (elim_regs)) in expand_builtin_setjmp_receiver()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | builtins.c | 540 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS; local 542 for (i = 0; i < ARRAY_SIZE (elim_regs); i++) 543 if (elim_regs[i].from == ARG_POINTER_REGNUM 544 && elim_regs[i].to == HARD_FRAME_POINTER_REGNUM) 547 if (i == ARRAY_SIZE (elim_regs))
|
| D | stmt.c | 3585 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS; in expand_nl_goto_receiver() local 3588 for (i = 0; i < ARRAY_SIZE (elim_regs); i++) in expand_nl_goto_receiver() 3589 if (elim_regs[i].from == ARG_POINTER_REGNUM in expand_nl_goto_receiver() 3590 && elim_regs[i].to == HARD_FRAME_POINTER_REGNUM) in expand_nl_goto_receiver() 3593 if (i == ARRAY_SIZE (elim_regs)) in expand_nl_goto_receiver()
|