Home
last modified time | relevance | path

Searched refs:exec_node_data (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm_info.c51 exec_node_data(struct inst_group, next_node, link); in dump_assembly()
140 group = exec_node_data(struct inst_group, in disasm_annotate()
181 exec_node_data(struct inst_group, next_node, link); in disasm_insert_error()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_from_ssa.c200 merge_node *a_node = exec_node_data(merge_node, an, node); in merge_merge_sets()
201 merge_node *b_node = exec_node_data(merge_node, bn, node); in merge_merge_sets()
208 exec_node_data(merge_node, bn, node)->set = a; in merge_merge_sets()
247 current = exec_node_data(merge_node, bn, node); in merge_sets_interfere()
250 current = exec_node_data(merge_node, an, node); in merge_sets_interfere()
253 merge_node *a_node = exec_node_data(merge_node, an, node); in merge_sets_interfere()
254 merge_node *b_node = exec_node_data(merge_node, bn, node); in merge_sets_interfere()
604 * nir_dest. We can use exec_node_data to get the dest pointer. in rewrite_ssa_def()
606 nir_dest *dest = exec_node_data(nir_dest, def, ssa); in rewrite_ssa_def()
H A Dnir.h160 return exec_node_data(out_type, parent, field); \
900 return exec_node_data(nir_instr, next, node);
910 return exec_node_data(nir_instr, prev, node);
2744 return exec_node_data(nir_instr, head, node);
2751 return exec_node_data(nir_instr, tail, node);
3066 return exec_node_data(nir_cf_node, next, node);
3076 return exec_node_data(nir_cf_node, prev, node);
3104 return nir_cf_node_as_block(exec_node_data(nir_cf_node, head, node));
3111 return nir_cf_node_as_block(exec_node_data(nir_cf_node, tail, node));
3118 return nir_cf_node_as_block(exec_node_data(nir_cf_nod
[all...]
H A Dnir_lower_io_to_temporaries.c56 nir_variable *dest = exec_node_data(nir_variable, dest_node, node); in emit_copies()
57 nir_variable *src = exec_node_data(nir_variable, src_node, node); in emit_copies()
H A Dnir_move_vec_src_uses_to_dest.c144 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src); in move_vec_src_uses_to_dest_block()
H A Dnir_repair_ssa.c61 return exec_node_data(nir_phi_src, src, src)->pred; in get_src_block()
H A Dnir_phi_builder.c281 nir_phi_instr *phi = exec_node_data(nir_phi_instr, head, instr.node); in nir_phi_builder_finish()
H A Dnir_liveness.c285 nir_instr *instr = exec_node_data(nir_instr, node, node); in search_for_use_after_instr()
H A Dnir_lower_regs_to_ssa.c55 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src); in rewrite_src()
H A Dnir_lower_vec_to_movs.c150 nir_alu_src *alu_src = exec_node_data(nir_alu_src, src, src); in try_coalesce()
H A Dnir_opt_dead_cf.c334 cur = exec_node_data(nir_cf_node, exec_list_get_head(list), in dead_cf_list()
H A Dnir_opt_gcm.c842 nir_instr *instr = exec_node_data(nir_instr, in opt_gcm_impl()
H A Dnir_lower_shader_calls.c256 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src); in rewrite_instr_src_from_phi_builder()
H A Dnir_opt_loop_unroll.c280 unroll_loc = exec_node_data(nir_cf_node, in complex_unroll_loop_body()
H A Dnir_lower_goto_ifs.c958 exec_node_data(nir_cf_node, exec_list_get_head(&cf_list.list), node); in nir_lower_goto_ifs_impl()
H A Dnir_clone.c547 exec_node_data(nir_block, exec_list_get_tail(cf_list), cf_node.node); in clone_block()
H A Dnir.c1283 nir_instr *removed_instr = exec_node_data(nir_instr, node, node); in nir_instr_free_list()
1869 nir_alu_src *alu_src = exec_node_data(nir_alu_src, src, src); in nir_src_components_read()
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_query.c467 buf = exec_node_data(struct oa_sample_buf, node, link); in get_free_sample_buf()
485 exec_node_data(struct oa_sample_buf, tail_node, link); in reap_old_sample_buffers()
878 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link); in intel_perf_begin_query()
1005 exec_node_data(struct oa_sample_buf, tail_node, link); in read_oa_samples_until()
1208 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link); in drop_from_unaccumulated_query_list()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_dead_code.cpp102 exec_node_data(struct assignment_entry, in do_dead_code()
H A Dir_variable_refcount.cpp53 exec_node_data(struct assignment_entry, n, link); in free_entry()
H A Dlist.h283 #define exec_node_data(type, node, field) \ macro
737 (!exec_node_is_tail_sentinel(node) ? exec_node_data(type, node, field) : NULL)
740 (!exec_node_is_head_sentinel(node) ? exec_node_data(type, node, field) : NULL)
H A Dglsl_parser_extras.cpp984 ast_expression *expr = exec_node_data(ast_expression, expr_node,
998 ast_expression *expr = exec_node_data(ast_expression, expr_node,
1010 ast_expression *expr = exec_node_data(ast_expression, expr_node,
H A Dast_function.cpp238 exec_node_data(ast_expression, actual_ast_node, link); in verify_parameter_modes()
374 exec_node_data(ast_expression, in verify_parameter_modes()
387 exec_node_data(ast_expression, in verify_parameter_modes()
/third_party/mesa3d/src/intel/common/
H A Dintel_disasm.c94 exec_node_data(struct inst_group, next_node, link); in intel_disassemble()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c855 nir_variable *dest = exec_node_data(nir_variable, dest_node, node); in copy_vars()
856 nir_variable *src = exec_node_data(nir_variable, src_node, node); in copy_vars()

Completed in 33 milliseconds

12