Home
last modified time | relevance | path

Searched defs:nregs (Results 1 – 25 of 86) sorted by relevance

1234

/openbsd-src/gnu/gcc/gcc/
H A Dregrename.c104 int nregs; in note_sets() local
132 int nregs = hard_regno_nregs[regno][GET_MODE (reg)]; in clear_dead_regs() local
292 int nregs = hard_regno_nregs[new_reg][GET_MODE (*this->loc)]; in regrename_optimize() local
436 int nregs = hard_regno_nregs[regno][GET_MODE (*this->loc)]; in scan_rtx_reg() local
1003 int nregs = hard_regno_nregs[r][GET_MODE (*this->loc)]; in dump_def_use_chain() local
1104 kill_value_regno (unsigned int regno, unsigned int nregs, in kill_value_regno()
1160 unsigned int nregs; in set_value_regno() local
H A Dmode-switching.c165 int regno, nregs; in reg_dies() local
183 int regno, nregs; in reg_becomes_live() local
237 int nregs = hard_regno_nregs[ret_start][GET_MODE (ret_reg)]; in create_pre_exit() local
H A Dcaller-save.c433 int nregs; in save_call_clobbered_regs() local
598 int nregs = hard_regno_nregs[hardregno][GET_MODE (x)]; in mark_referenced_regs() local
H A Dstruct-equiv.c211 int nregs, i, old; in assign_reg_reg_set() local
1276 int nregs = (regno >= FIRST_PSEUDO_REGISTER in find_dying_inputs() local
H A Dpostreload.c1062 int nregs = hard_regno_nregs[regno][GET_MODE (reg)]; in reload_combine_note_use() local
1091 int nregs; in reload_combine_note_use() local
H A Dregclass.c646 unsigned int nregs, bool call_saved) in choose_hard_reg_mode()
1208 regclass (rtx f, int nregs) in regclass()
2323 reg_scan (rtx f, unsigned int nregs) in reg_scan()
H A Dglobal.c1800 int nregs = hard_regno_nregs[regno][GET_MODE (reg)]; in reg_becomes_live() local
1822 int nregs = hard_regno_nregs[regno][mode]; in reg_dies() local
1951 int nregs; in dump_conflicts() local
H A Dreload1.c545 int nregs; in compute_use_by_pseudos() local
1618 int nregs; in count_pseudo() local
1693 int nregs = hard_regno_nregs[r][PSEUDO_REGNO_MODE (reg)]; in count_spilled_pseudo() local
4328 unsigned int nregs = hard_regno_nregs[regno][mode]; in mark_reload_reg_in_use() local
4390 unsigned int nregs = hard_regno_nregs[regno][mode]; in clear_reload_reg_in_use() local
5128 int nregs = hard_regno_nregs[regno][mode]; in free_for_value_p() local
H A Dreload.h98 unsigned int nregs; member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dra-colorize.c755 int nregs = 1 + v->add_hardregs; local
1633 int nregs = HARD_REGNO_NREGS (c, GET_MODE (web->orig_x)); local
1715 int i, nregs; local
1773 int nregs; local
1801 int nregs = HARD_REGNO_NREGS (newcol, GET_MODE (web->orig_x)); local
1913 int nregs = 1 + web->add_hardregs; in insert_coalesced_conflicts() local
2017 int nregs, c; in check_colors() local
2165 unsigned int nregs = HARD_REGNO_NREGS (c, GET_MODE (web->orig_x)); local
H A Dregrename.c104 int nregs; local
133 int nregs = HARD_REGNO_NREGS (regno, GET_MODE (reg)); local
294 int nregs = HARD_REGNO_NREGS (new_reg, GET_MODE (*this->loc)); in regrename_optimize() local
442 int nregs = HARD_REGNO_NREGS (regno, GET_MODE (*this->loc)); local
996 int nregs = HARD_REGNO_NREGS (r, GET_MODE (*this->loc)); local
1147 unsigned int nregs; local
H A Dssa.c471 find_evaluations (evals, nregs) in find_evaluations() argument
582 compute_iterated_dominance_frontiers (idfs, frontiers, evals, nregs) in compute_iterated_dominance_frontiers() argument
685 insert_phi_nodes (idfs, evals, nregs) in insert_phi_nodes() argument
1136 rename_registers (nregs, idom) in rename_registers() argument
1171 int nregs; in convert_to_ssa() local
H A Dglobal.c1749 int nregs = HARD_REGNO_NREGS (regno, GET_MODE (reg)); local
1774 int nregs = HARD_REGNO_NREGS (regno, mode); local
1905 int nregs; local
H A Dra-debug.c254 int i, nregs = HARD_REGNO_NREGS (regno, mode); local
281 int i, nregs = HARD_REGNO_NREGS (regno, mode); local
H A Dregclass.c663 choose_hard_reg_mode (regno, nregs) in choose_hard_reg_mode() argument
1212 regclass (f, nregs, dump) in regclass() argument
2326 reg_scan (f, nregs, repeat) in reg_scan() argument
H A Dlcm.c970 int regno, nregs; local
991 int regno, nregs; local
H A Dreload1.c1615 int nregs; local
1692 int nregs = HARD_REGNO_NREGS (r, PSEUDO_REGNO_MODE (reg)); local
4234 unsigned int nregs = HARD_REGNO_NREGS (regno, mode); local
4299 unsigned int nregs = HARD_REGNO_NREGS (regno, mode); local
5052 int nregs = HARD_REGNO_NREGS (regno, mode); local
9065 int nregs = HARD_REGNO_NREGS (regno, GET_MODE (reg)); local
9095 int nregs; local
H A Dcfgbuild.c608 find_basic_blocks (f, nregs, file) in find_basic_blocks() argument
H A Dreload.h107 unsigned int nregs; member
/openbsd-src/sys/dev/pci/
H A Dtgavar.h154 #define TGAREGWB(dc,reg, nregs) bus_space_barrier( \ argument
159 #define TGAREGRB(dc,reg, nregs) bus_space_barrier( \ argument
164 #define TGAREGRWB(dc,reg, nregs) bus_space_barrier( \ argument
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dnetware.c90 gen_regparm_prefix (tree decl, unsigned nregs) in gen_regparm_prefix()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.c944 int nregs = 2; local
996 int nregs = 2; local
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.c1378 int nregs = 2; local
1432 int nregs = 2; local
/openbsd-src/sys/arch/arm/arm/
H A Ddb_interface.c425 u_int addr, nregs; in db_branch_taken() local
/openbsd-src/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.c1525 int nregs = 2; in function_arg() local
1574 int nregs = 2; in mn10300_arg_partial_bytes() local

1234