/external/mesa3d/src/compiler/nir/ |
D | nir_remove_dead_variables.c | 65 add_var_use_deref(nir_deref_instr *deref, struct set *live) in add_var_use_deref() 88 add_var_use_shader(nir_shader *shader, struct set *live, nir_variable_mode modes) in add_var_use_shader() 103 remove_dead_var_writes(nir_shader *shader, struct set *live) in remove_dead_var_writes() 155 struct set *live, const nir_remove_dead_variables_options *opts) in remove_dead_vars() 184 struct set *live = _mesa_pointer_set_create(NULL); in nir_remove_dead_variables() local
|
D | nir_liveness.c | 77 BITSET_WORD *live = void_live; in set_src_live() local 93 BITSET_WORD *live = void_live; in set_ssa_def_dead() local 113 BITSET_WORD *live = state->tmp_live; in propagate_across_edge() local
|
/external/mesa3d/src/panfrost/util/ |
D | pan_liveness.c | 33 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() 83 uint16_t *live = ralloc_array(blk, uint16_t, temp_count); in liveness_block_update() local
|
/external/llvm-project/lld/test/ELF/ |
D | non-alloc-link-order-gc.s | 17 .globl live symbol 18 live: label
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_saturate_propagation.cpp | 48 opt_saturate_propagation_local(const fs_live_variables &live, bblock_t *block) in opt_saturate_propagation_local() 154 const fs_live_variables &live = live_analysis.require(); in opt_saturate_propagation() local
|
D | brw_fs_register_coalesce.cpp | 100 can_coalesce_vars(const fs_live_variables &live, const cfg_t *cfg, in can_coalesce_vars() 194 fs_live_variables &live = live_analysis.require(); in register_coalesce() local
|
D | brw_vec4_cse.cpp | 166 vec4_visitor::opt_cse_local(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
|
D | brw_fs_cse.cpp | 246 fs_visitor::opt_cse_local(const fs_live_variables &live, bblock_t *block, int &ip) in opt_cse_local() 382 const fs_live_variables &live = live_analysis.require(); in opt_cse() local
|
D | brw_fs_dead_code_eliminate.cpp | 81 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local
|
D | brw_fs_copy_propagation.cpp | 107 const fs_live_variables &live; member in __anon9822d1e10111::fs_copy_prop_dataflow 118 const fs_live_variables &live, in fs_copy_prop_dataflow() 1023 const fs_live_variables &live = live_analysis.require(); in opt_copy_propagation() local
|
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
|
D | brw_vec4_live_variables.cpp | 258 check_register_live_range(const vec4_live_variables *live, int ip, in check_register_live_range()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_memory.cc | 126 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/bifrost/ |
D | bi_liveness.c | 28 bi_liveness_ins_update(uint16_t *live, bi_instruction *ins, unsigned max) in bi_liveness_ins_update() 43 bi_liveness_ins_update_wrap(uint16_t *live, void *ins, unsigned max) in bi_liveness_ins_update_wrap()
|
D | bi_opt_dce.c | 37 uint16_t *live = mem_dup(block->base.live_out, temp_count * sizeof(uint16_t)); in bi_opt_dead_code_eliminate() local
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_liveness.c | 28 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()
|
D | mir_promote_uniforms.c | 67 mir_count_live(uint16_t *live, unsigned temp_count) in mir_count_live() 87 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t)); in mir_estimate_pressure() local
|
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
|
/external/mesa3d/src/amd/compiler/ |
D | aco_dead_code_analysis.cpp | 40 std::vector<std::vector<bool>> live; member 52 std::vector<bool>& live = ctx.live[block.index]; in process_block() local
|
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/ |
D | desktopui_UrlFetchWithChromeDriver.py | 18 def initialize(self, live=True): argument
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | liveness.c | 139 struct set_entry *live = _mesa_set_search(instr->live_in_set, in ppir_liveness_instr_srcs() local 193 struct set_entry *live = _mesa_set_search(instr->live_in_set, in ppir_liveness_instr_dest() local
|
/external/llvm-project/lld/wasm/ |
D | InputGlobal.h | 41 bool live = false; variable
|
D | InputEvent.h | 48 bool live = false; variable
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_pass.h | 256 val_set live; variable 363 val_set live; variable
|
/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | regalloc.c | 53 BITSET_WORD *live; member 67 static void propagate_liveness_instr(gpir_node *node, BITSET_WORD *live, in propagate_liveness_instr()
|