Home
last modified time | relevance | path

Searched refs:ALLOC_REG_SET (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dregset.h43 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dregset.h43 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
H A Dreginfo.c367 regs_invalidated_by_call_regset = ALLOC_REG_SET (&persistent_obstack); in init_reg_sets_1()
372 fixed_reg_set_regset = ALLOC_REG_SET (&persistent_obstack); in init_reg_sets_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dregset.h43 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dregset.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) macro
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcfgrtl.c502 new_bb->il.rtl->global_live_at_start = ALLOC_REG_SET (&reg_obstack); in rtl_split_block()
503 new_bb->il.rtl->global_live_at_end = ALLOC_REG_SET (&reg_obstack); in rtl_split_block()
1112 jump_block->il.rtl->global_live_at_start = ALLOC_REG_SET (&reg_obstack); in force_nonfallthru_and_redirect()
1113 jump_block->il.rtl->global_live_at_end = ALLOC_REG_SET (&reg_obstack); in force_nonfallthru_and_redirect()
1380 bb->il.rtl->global_live_at_start = ALLOC_REG_SET (&reg_obstack); in rtl_split_edge()
1381 bb->il.rtl->global_live_at_end = ALLOC_REG_SET (&reg_obstack); in rtl_split_edge()
1462 killed = ALLOC_REG_SET (&reg_obstack); in safe_insert_insn_on_edge()
2834 new_bb->il.rtl->global_live_at_start = ALLOC_REG_SET (&reg_obstack); in cfg_layout_split_edge()
2835 new_bb->il.rtl->global_live_at_end = ALLOC_REG_SET (&reg_obstack); in cfg_layout_split_edge()
H A Dflow.c576 tmp = ALLOC_REG_SET (&reg_obstack); in update_life_info()
1045 tmp = ALLOC_REG_SET (&reg_obstack); in calculate_global_regs_live()
1046 new_live_at_end = ALLOC_REG_SET (&reg_obstack); in calculate_global_regs_live()
1047 invalidated_by_call = ALLOC_REG_SET (&reg_obstack); in calculate_global_regs_live()
1048 registers_made_dead = ALLOC_REG_SET (&reg_obstack); in calculate_global_regs_live()
1250 = ALLOC_REG_SET (&reg_obstack); in calculate_global_regs_live()
1252 = ALLOC_REG_SET (&reg_obstack); in calculate_global_regs_live()
1561 bb->il.rtl->global_live_at_start = ALLOC_REG_SET (&reg_obstack); in allocate_bb_life_data()
1562 bb->il.rtl->global_live_at_end = ALLOC_REG_SET (&reg_obstack); in allocate_bb_life_data()
1565 regs_live_at_setjmp = ALLOC_REG_SET (&reg_obstack); in allocate_bb_life_data()
[all …]
H A Dsched-deps.c1616 reg_pending_sets = ALLOC_REG_SET (&reg_obstack); in init_deps_global()
1617 reg_pending_clobbers = ALLOC_REG_SET (&reg_obstack); in init_deps_global()
1618 reg_pending_uses = ALLOC_REG_SET (&reg_obstack); in init_deps_global()

123456789