/third_party/node/deps/v8/src/compiler/ |
H A D | graph-trimmer.cc | 27 Node* const live = live_[i]; in TrimGraph() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_dead_code_analysis.cpp | 41 std::vector<std::vector<bool>> live; member 55 std::vector<bool>& live = ctx.live[block.index]; in process_block() local
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_liveness.c | 37 agx_liveness_ins_update(BITSET_WORD *live, agx_instr *I) in agx_liveness_ins_update() argument 109 BITSET_WORD *live in agx_compute_liveness() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_saturate_propagation.cpp | 48 opt_saturate_propagation_local(const fs_live_variables &live, bblock_t *block) in opt_saturate_propagation_local() argument 154 const fs_live_variables &live = live_analysis.require(); in opt_saturate_propagation() local
|
H A D | brw_fs_dead_code_eliminate.cpp | 82 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local
|
H A D | brw_vec4_dead_code_eliminate.cpp | 46 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local
|
H A D | brw_vec4_live_variables.cpp | 260 check_register_live_range(const vec4_live_variables *live, int ip, in check_register_live_range() argument
|
H A D | brw_fs_live_variables.cpp | 327 check_register_live_range(const fs_live_variables *live, int ip, in check_register_live_range() argument [all...] |
H A D | brw_fs_register_coalesce.cpp | 100 can_coalesce_vars(const fs_live_variables &live, const cfg_t *cfg, in can_coalesce_vars() argument 194 fs_live_variables &live = live_analysis.require(); register_coalesce() local [all...] |
H A D | brw_fs_cse.cpp | 247 fs_visitor::opt_cse_local(const fs_live_variables &live, bblock_t *block, int &ip) in opt_cse_local() argument 383 const fs_live_variables &live = live_analysis.require(); in opt_cse() local
|
H A D | brw_vec4_cse.cpp | 166 vec4_visitor::opt_cse_local(bblock_t *block, const vec4_live_variables &live) in opt_cse_local() argument 312 const vec4_live_variables &live = live_analysis.require(); in opt_cse() local
|
H A D | brw_vec4_reg_allocate.cpp | 170 const vec4_live_variables &live = live_analysis.require(); in reg_allocate() local
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_liveness.c | 28 mir_liveness_ins_update(uint16_t *live, midgard_instruction *ins, unsigned max) in mir_liveness_ins_update() argument 43 mir_liveness_ins_update_wrap(uint16_t *live, void *ins, unsigned max) in mir_liveness_ins_update_wrap() argument
|
H A D | midgard_opt_dce.c | 74 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t)); in midgard_opt_dead_code_eliminate_block() local
|
H A D | mir_promote_uniforms.c | 170 mir_count_live(uint16_t *live, unsigned temp_count) in mir_count_live() argument 190 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t)); in mir_estimate_pressure() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_liveness.c | 39 compute_block_liveness(struct ir3_liveness *live, struct ir3_block *block, in compute_block_liveness() argument 120 struct ir3_liveness *live = rzalloc(mem_ctx, struct ir3_liveness); ir3_calc_liveness() local 170 ir3_def_live_after(struct ir3_liveness *live, struct ir3_register *def, struct ir3_instruction *instr) ir3_def_live_after() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_remove_dead_variables.c | 65 add_var_use_deref(nir_deref_instr *deref, struct set *live) in add_var_use_deref() argument 96 add_var_use_shader(nir_shader *shader, struct set *live, nir_variable_mode modes) in add_var_use_shader() argument 103 add_var_use_deref(nir_instr_as_deref(instr), live); in add_var_use_shader() local 192 struct set *live = _mesa_pointer_set_create(NULL); in nir_remove_dead_variables() local 162 remove_dead_vars(struct exec_list *var_list, nir_variable_mode modes, struct set *live, const nir_remove_dead_variables_options *opts) remove_dead_vars() argument [all...] |
H A D | nir_liveness.c | 75 BITSET_WORD *live = void_live; in set_src_live() local 91 BITSET_WORD *live = void_live; in set_ssa_def_dead() local 111 BITSET_WORD *live = state->tmp_live; propagate_across_edge() local 248 BITSET_WORD *live = ralloc_array(mem_ctx, BITSET_WORD, bitset_words); nir_get_live_ssa_defs() local [all...] |
H A D | nir_opt_dce.c | 115 bool live = is_live(defs_live, instr); in dce_block() local
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_liveness.c | 35 bi_liveness_ins_update(uint8_t *live, bi_instr *ins, unsigned max) in bi_liveness_ins_update() argument 68 uint8_t *live = ralloc_array(blk, uint8_t, temp_count); in liveness_block_update() local
|
H A D | bi_opt_dce.c | 38 uint8_t *live = rzalloc_array(block, uint8_t, temp_count); in bi_opt_dead_code_eliminate() local 81 bi_postra_liveness_ins(uint64_t live, bi_instr *ins) in bi_postra_liveness_ins() argument 108 uint64_t live in bi_postra_liveness_block() local 158 uint64_t live = block->reg_live_out; bi_opt_dce_post_ra() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_mark_last.c | 156 uint64_t live = block->reg_live_out; in va_mark_last() local
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_liveness.c | 33 pan_liveness_gen(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_gen() argument 42 pan_liveness_kill(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_kill() argument 51 pan_liveness_get(uint16_t *live, unsigned node, uint16_t max) in pan_liveness_get() argument 83 uint16_t *live = ralloc_array(blk, uint16_t, temp_count); in liveness_block_update() local [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | liveness.c | 95 bool live = BITSET_TEST(instr->live_set, index); in ppir_liveness_instr_srcs() local 147 bool live = BITSET_TEST(instr->live_set, index); in ppir_liveness_instr_dest() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | librtmp.c | 54 int live; member
|