Home
last modified time | relevance | path

Searched defs:live (Results 26 - 50 of 63) sorted by relevance

123

/third_party/ltp/tools/sparse/sparse-src/
H A Dliveness.c289 struct pseudo_list *live = NULL; in track_pseudo_death_bb() local
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.h179 ObjectStatsCollector(Heap* heap, ObjectStats* live, ObjectStats* dead) in ObjectStatsCollector() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pressure_schedule.c37 uint8_t *live; member
229 calculate_pressure_delta(bi_instr *I, uint8_t *live, unsigned max) in calculate_pressure_delta() argument
342 uint8_t *live = ralloc_array(memctx, uint8_t, temp_count); bi_pressure_schedule() local
[all...]
H A Dbi_ra.c250 bi_mark_interference(bi_block *block, struct lcra_state *l, uint8_t *live, uint64_t preload_live, unsigned node_count, bool is_blend, bool split_file, bool aligned_sr) in bi_mark_interference() argument
345 uint8_t *live = mem_dup(blk->live_out, node_count); in bi_compute_interference() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dregister_pressure.cpp98 ComputePhiUses(const BasicBlock& bb, RegisterLiveness::RegionRegisterLiveness::LiveSet* live) ComputePhiUses() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dregister_pressure.cpp98 ComputePhiUses(const BasicBlock& bb, RegisterLiveness::RegionRegisterLiveness::LiveSet* live) ComputePhiUses() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dregister_pressure.cpp97 ComputePhiUses(const BasicBlock& bb, RegisterLiveness::RegionRegisterLiveness::LiveSet* live) ComputePhiUses() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.h55 bool live; member
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_merge_regs.c249 merge_sets_interfere(struct ir3_liveness *live, struct ir3_merge_set *a, in merge_sets_interfere() argument
323 try_merge_defs(struct ir3_liveness *live, struct ir3_register *a, struct ir3_register *b, unsigned b_offset) try_merge_defs() argument
357 coalesce_phi(struct ir3_liveness *live, struct ir3_instruction *phi) coalesce_phi() argument
366 aggressive_coalesce_parallel_copy(struct ir3_liveness *live, struct ir3_instruction *pcopy) aggressive_coalesce_parallel_copy() argument
377 aggressive_coalesce_split(struct ir3_liveness *live, struct ir3_instruction *split) aggressive_coalesce_split() argument
385 aggressive_coalesce_collect(struct ir3_liveness *live, struct ir3_instruction *collect) aggressive_coalesce_collect() argument
479 index_merge_sets(struct ir3_liveness *live, struct ir3 *ir) index_merge_sets() argument
545 ir3_merge_regs(struct ir3_liveness *live, struct ir3 *ir) ir3_merge_regs() argument
[all...]
H A Dir3_sched.c702 int live = live_effect(n->instr); choose_instr_dec() local
[all...]
H A Dir3_spill.c133 struct ir3_liveness *live; member
504 spill_ctx_init(struct ra_spill_ctx *ctx, struct ir3_shader_variant *v, struct ir3_liveness *live) spill_ctx_init() argument
2029 fixup_merge_sets(struct ir3_liveness *live, struct ir3 *ir) fixup_merge_sets() argument
2062 ir3_calc_pressure(struct ir3_shader_variant *v, struct ir3_liveness *live, struct ir3_pressure *max_pressure) ir3_calc_pressure() argument
2081 ir3_spill(struct ir3 *ir, struct ir3_shader_variant *v, struct ir3_liveness **live, const struct ir3_pressure *limit_pressure) ir3_spill() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_live_var_analysis.cpp115 IDSet live = lives.live_out[block->index]; in process_live_temps_per_block() local
[all...]
H A Daco_validate.cpp1086 IDSet live = live_vars.live_out[block.index]; in validate_ra() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp108 const fs_live_variables &live; member in __anon8924::fs_copy_prop_dataflow
118 fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg, const fs_live_variables &live, exec_list *out_acp[ACP_HASH_SIZE]) fs_copy_prop_dataflow() argument
1118 const fs_live_variables &live = live_analysis.require(); opt_copy_propagation() local
[all...]
H A Dbrw_schedule_instructions.cpp799 const fs_live_variables &live = v->live_analysis.require(); in setup_liveness() local
[all...]
H A Dbrw_fs_reg_allocate.cpp366 const fs_live_variables &live; member in fs_reg_alloc
[all...]
H A Dbrw_vec4.cpp954 const vec4_live_variables &live = live_analysis.require(); in opt_register_coalesce() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c46 BITSET_WORD *live; member
60 static void propagate_liveness_node(gpir_node *node, BITSET_WORD *live, in propagate_liveness_node() argument
389 gpir_node *live[GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM]; global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.h258 val_set live; // values live at the end of the alu clause member in r600_sb::post_scheduler
H A Dsb_pass.h256 val_set live; member in r600_sb::gcm
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_shader_calls.c397 const BITSET_WORD *live = call_live[call_idx]; in spill_ssa_defs_and_lower_shader_calls() local
/third_party/ffmpeg/libavformat/
H A Dflvdec.c89 static int probe(const AVProbeData *p, int live) in probe() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c413 add_var_use_deref(nir_deref_instr *deref, struct hash_table *live, in add_var_use_deref() argument
520 add_var_use_shader(nir_shader *shader, struct hash_table *live) in add_var_use_shader() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ra.c391 uint16_t *live = mem_dup(_blk->live_out, ctx->temp_count * sizeof(uint16_t)); in mir_compute_interference() local
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H A Dsignal.h84 atomic_t live; member

Completed in 28 milliseconds

123