Home
last modified time | relevance | path

Searched defs:live (Results 1 - 25 of 61) sorted by relevance

123

/third_party/node/deps/v8/src/compiler/
H A Dgraph-trimmer.cc27 Node* const live = live_[i]; in TrimGraph() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_dead_code_analysis.cpp41 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 Dagx_liveness.c37 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 Dbrw_fs_saturate_propagation.cpp48 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 Dbrw_fs_dead_code_eliminate.cpp82 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local
H A Dbrw_vec4_dead_code_eliminate.cpp46 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local
H A Dbrw_vec4_live_variables.cpp260 check_register_live_range(const vec4_live_variables *live, int ip, in check_register_live_range() argument
H A Dbrw_fs_live_variables.cpp327 check_register_live_range(const fs_live_variables *live, int ip, in check_register_live_range() argument
[all...]
H A Dbrw_fs_register_coalesce.cpp100 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 Dbrw_fs_cse.cpp247 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 Dbrw_vec4_cse.cpp166 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 Dbrw_vec4_reg_allocate.cpp170 const vec4_live_variables &live = live_analysis.require(); in reg_allocate() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_liveness.c28 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 Dmidgard_opt_dce.c74 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 Dmir_promote_uniforms.c170 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 Dir3_liveness.c39 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 Dnir_remove_dead_variables.c65 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 Dnir_liveness.c75 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 Dnir_opt_dce.c115 bool live = is_live(defs_live, instr); in dce_block() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_liveness.c35 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 Dbi_opt_dce.c38 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 Dva_mark_last.c156 uint64_t live = block->reg_live_out; in va_mark_last() local
/third_party/mesa3d/src/panfrost/util/
H A Dpan_liveness.c33 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 Dliveness.c95 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 Dlibrtmp.c54 int live; member

Completed in 13 milliseconds

123