Home
last modified time | relevance | path

Searched refs:reg_live_out (Results 1 – 25 of 82) sorted by relevance

1234

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/lang/clover/mesa-21.3.6/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/graphics/libosmesa/mesa-21.3.6/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/graphics/mesa-libs/mesa-21.3.6/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/graphics/mesa-dri/mesa-21.3.6/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/panfrost/bifrost/
H A Dbi_opt_dce.c97 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
99 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
130 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
160 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dlra-lives.c493 bitmap reg_live_out; in process_bb_lives() local
498 reg_live_out = df_get_live_out (bb); in process_bb_lives()
502 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
505 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
H A Dira-lives.c1131 bitmap reg_live_out; in process_bb_node_lives() local
1144 reg_live_out = df_get_live_out (bb); in process_bb_node_lives()
1146 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_node_lives()
1170 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_node_lives()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dlra-lives.c487 bitmap reg_live_out; in process_bb_lives() local
492 reg_live_out = df_get_live_out (bb); in process_bb_lives()
496 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
499 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dlra-lives.c487 bitmap reg_live_out; in process_bb_lives() local
492 reg_live_out = df_get_live_out (bb); in process_bb_lives()
496 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
499 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dlra-lives.c601 bitmap reg_live_out; in process_bb_lives() local
607 reg_live_out = df_get_live_out (bb); in process_bb_lives()
611 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
613 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dlra-lives.c601 bitmap reg_live_out; in process_bb_lives() local
607 reg_live_out = df_get_live_out (bb); in process_bb_lives()
611 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
613 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
H A Dira-lives.c1038 bitmap reg_live_out; in process_bb_node_lives() local
1051 reg_live_out = df_get_live_out (bb); in process_bb_node_lives()
1053 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_node_lives()
1077 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_node_lives()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dira-lives.c1039 bitmap reg_live_out; in process_bb_node_lives() local
1052 reg_live_out = df_get_live_out (bb); in process_bb_node_lives()
1054 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_node_lives()
1078 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_node_lives()
H A Dlra-lives.c620 bitmap reg_live_out; in process_bb_lives() local
627 reg_live_out = df_get_live_out (bb); in process_bb_lives()
632 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
634 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dlra-lives.c658 bitmap reg_live_out; in process_bb_lives() local
666 reg_live_out = df_get_live_out (bb); in process_bb_lives()
670 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
672 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dlra-lives.c659 bitmap reg_live_out; in process_bb_lives() local
668 reg_live_out = df_get_live_out (bb); in process_bb_lives()
673 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
675 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
H A Dira-lives.c1117 bitmap reg_live_out; in process_bb_node_lives() local
1130 reg_live_out = df_get_live_out (bb); in process_bb_node_lives()
1132 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_node_lives()
1156 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_node_lives()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dira-lives.c1039 bitmap reg_live_out; in process_bb_node_lives() local
1052 reg_live_out = df_get_live_out (bb); in process_bb_node_lives()
1054 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_node_lives()
1078 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_node_lives()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dlra-lives.c632 bitmap reg_live_out; in process_bb_lives() local
640 reg_live_out = df_get_live_out (bb); in process_bb_lives()
644 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_lives()
646 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_lives()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dira-lives.c1039 bitmap reg_live_out; in process_bb_node_lives() local
1052 reg_live_out = df_get_live_out (bb); in process_bb_node_lives()
1054 REG_SET_TO_HARD_REG_SET (hard_regs_live, reg_live_out); in process_bb_node_lives()
1078 EXECUTE_IF_SET_IN_BITMAP (reg_live_out, FIRST_PSEUDO_REGISTER, j, bi) in process_bb_node_lives()

1234