Home
last modified time | relevance | path

Searched defs:live (Results 1 – 25 of 110) sorted by relevance

12345

/external/mesa3d/src/freedreno/ir3/
Dir3_ra_predicates.c60 has_free_regs(struct ra_predicates_ctx *ctx, struct block_liveness *live) in has_free_regs()
71 try_avoid_comp(struct ra_predicates_ctx *ctx, struct block_liveness *live, in try_avoid_comp()
81 reg_is_free(struct ra_predicates_ctx *ctx, struct block_liveness *live, in reg_is_free()
90 alloc_reg_comp(struct ra_predicates_ctx *ctx, struct block_liveness *live) in alloc_reg_comp()
106 assign_reg(struct ra_predicates_ctx *ctx, struct block_liveness *live, in assign_reg()
126 alloc_reg(struct ra_predicates_ctx *ctx, struct block_liveness *live, in alloc_reg()
147 free_reg(struct ra_predicates_ctx *ctx, struct block_liveness *live, in free_reg()
205 spill(struct ra_predicates_ctx *ctx, struct block_liveness *live, in spill()
236 find_live_def(struct ra_predicates_ctx *ctx, struct block_liveness *live, in find_live_def()
260 reload_into(struct ra_predicates_ctx *ctx, struct block_liveness *live, in reload_into()
[all …]
Dir3_merge_regs.c237 merge_sets_interfere(struct ir3_liveness *live, struct ir3_merge_set *a, in merge_sets_interfere()
311 try_merge_defs(struct ir3_liveness *live, struct ir3_register *a, in try_merge_defs()
345 coalesce_phi(struct ir3_liveness *live, struct ir3_instruction *phi) in coalesce_phi()
354 aggressive_coalesce_parallel_copy(struct ir3_liveness *live, in aggressive_coalesce_parallel_copy()
365 aggressive_coalesce_split(struct ir3_liveness *live, in aggressive_coalesce_split()
375 aggressive_coalesce_collect(struct ir3_liveness *live, in aggressive_coalesce_collect()
387 aggressive_coalesce_rpt(struct ir3_liveness *live, in aggressive_coalesce_rpt()
513 index_merge_sets(struct ir3_liveness *live, struct ir3 *ir) in index_merge_sets()
582 ir3_merge_regs(struct ir3_liveness *live, struct ir3 *ir) in ir3_merge_regs()
Dir3_liveness.c21 compute_block_liveness(struct ir3_liveness *live, struct ir3_block *block, in compute_block_liveness()
107 struct ir3_liveness *live = rzalloc(mem_ctx, struct ir3_liveness); in ir3_calc_liveness_for() local
157 ir3_def_live_after(struct ir3_liveness *live, struct ir3_register *def, in ir3_def_live_after()
/external/mesa3d/src/compiler/nir/
Dnir_remove_dead_variables.c65 add_var_use_deref(nir_deref_instr *deref, struct set *live) in add_var_use_deref()
96 add_var_use_shader(nir_shader *shader, struct set *live, nir_variable_mode modes) in add_var_use_shader()
158 struct set *live, const nir_remove_dead_variables_options *opts) in remove_dead_vars()
187 struct set *live = _mesa_pointer_set_create(NULL); in nir_remove_dead_variables() local
Dnir_liveness.c72 BITSET_WORD *live = void_live; in set_src_live() local
85 BITSET_WORD *live = void_live; in set_ssa_def_dead() local
105 BITSET_WORD *live = state->tmp_live; in propagate_across_edge() local
232 BITSET_WORD *live = ralloc_array(mem_ctx, BITSET_WORD, bitset_words); in nir_get_live_defs() local
/external/mesa3d/src/panfrost/util/
Dpan_liveness.c33 pan_liveness_gen(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_gen()
42 pan_liveness_kill(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_kill()
51 pan_liveness_get(uint16_t *live, unsigned node, uint16_t max) in pan_liveness_get()
82 uint16_t *live = ralloc_array(blk, uint16_t, temp_count); in liveness_block_update() local
/external/mesa3d/src/panfrost/compiler/
Dbi_opt_dce.c84 bi_postra_liveness_ins(uint64_t live, bi_instr *ins) in bi_postra_liveness_ins()
111 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block() local
161 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra() local
Dbi_liveness.c30 bi_liveness_ins_update_ssa(BITSET_WORD *live, const bi_instr *I) in bi_liveness_ins_update_ssa()
88 BITSET_WORD *live = ralloc_array(blk, BITSET_WORD, words); in bi_compute_liveness_ssa() local
Dbi_pressure_schedule.c37 BITSET_WORD *live; member
183 calculate_pressure_delta(bi_instr *I, BITSET_WORD *live) in calculate_pressure_delta()
291 BITSET_WORD *live = in bi_pressure_schedule() local
Dbi_ra.c218 bi_liveness_ins_update_ra(uint8_t *live, bi_instr *ins) in bi_liveness_ins_update_ra()
245 uint8_t *live = ralloc_array(blk, uint8_t, temp_count); in liveness_block_update() local
345 bi_mark_interference(bi_block *block, struct lcra_state *l, uint8_t *live, in bi_mark_interference()
433 uint8_t *live = mem_dup(blk->live_out, ctx->ssa_alloc); in bi_compute_interference() local
835 uint8_t *live = rzalloc_array(block, uint8_t, ctx->ssa_alloc); in bi_lower_vector() local
/external/mesa3d/src/asahi/compiler/
Dagx_liveness.c19 agx_liveness_ins_update(BITSET_WORD *live, agx_instr *I) in agx_liveness_ins_update()
82 BITSET_WORD *live = ralloc_array(blk, BITSET_WORD, words); in agx_compute_liveness() local
Dagx_pressure_schedule.c18 BITSET_WORD *live; member
124 calculate_pressure_delta(agx_instr *I, BITSET_WORD *live) in calculate_pressure_delta()
257 BITSET_WORD *live = in agx_pressure_schedule() local
/external/mesa3d/src/intel/compiler/elk/
Delk_fs_saturate_propagation.cpp49 const fs_live_variables &live, elk_bblock_t *block) in opt_saturate_propagation_local()
166 const fs_live_variables &live = live_analysis.require(); in opt_saturate_propagation() local
Delk_fs_register_coalesce.cpp100 can_coalesce_vars(const fs_live_variables &live, const elk_cfg_t *cfg, in can_coalesce_vars()
195 fs_live_variables &live = live_analysis.require(); in register_coalesce() local
Delk_vec4_cse.cpp166 vec4_visitor::opt_cse_local(elk_bblock_t *block, const vec4_live_variables &live) in opt_cse_local()
312 const vec4_live_variables &live = live_analysis.require(); in opt_cse() local
Delk_fs_cse.cpp246 elk_fs_visitor::opt_cse_local(const fs_live_variables &live, elk_bblock_t *block, int &ip) in opt_cse_local()
382 const fs_live_variables &live = live_analysis.require(); in opt_cse() local
Delk_fs_dead_code_eliminate.cpp82 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local
/external/leakcanary2/shark-test/src/main/kotlin/shark/
DJvmTestHeapDumper.kt19 val live = true in dumpHeap() constant
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc126 GraphMemory::LiveTensor* live; in FindOrCreateLiveTensor() local
182 LiveTensor* live = FindOrCreateLiveTensor( in InferFromTrace() local
232 LiveTensor* live = FindOrCreateLiveTensor( in InferFromTrace() local
247 for (const auto& live : live_per_device.second) { in InferFromTrace() local
286 for (const auto& live : live_at_peak) { in InferFromTrace() local
/external/mesa3d/src/panfrost/midgard/
Dmidgard_liveness.c28 mir_liveness_ins_update(uint16_t *live, midgard_instruction *ins, unsigned max) in mir_liveness_ins_update()
43 mir_liveness_ins_update_wrap(uint16_t *live, void *ins, unsigned max) in mir_liveness_ins_update_wrap()
Dmir_promote_uniforms.c169 mir_count_live(uint16_t *live, unsigned temp_count) in mir_count_live()
189 uint16_t *live = in mir_estimate_pressure() local
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
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
/external/mesa3d/src/intel/compiler/
Dbrw_opt_register_coalesce.cpp101 const fs_live_variables &live, const cfg_t *cfg, in can_coalesce_vars()
234 fs_live_variables &live = s.live_analysis.require(); in brw_opt_register_coalesce() local
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/adapter/
Dchunked_buffer.h50 absl::string_view live; member
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/adapter/
Dchunked_buffer.h50 absl::string_view live; member

12345