Home
last modified time | relevance | path

Searched refs:exec_node (Results 1 – 25 of 66) sorted by relevance

123

/third_party/mesa3d/src/compiler/glsl/
Dlist.h53 struct exec_node { struct
54 struct exec_node *next; argument
55 struct exec_node *prev; argument
58 DECLARE_RZALLOC_CXX_OPERATORS(exec_node)
60 exec_node() : next(NULL), prev(NULL) in exec_node() argument
65 const exec_node *get_next() const;
66 exec_node *get_next();
68 const exec_node *get_prev() const;
69 exec_node *get_prev();
83 void insert_after(exec_node *after);
[all …]
Dir_function.cpp46 const exec_node *node_a = list_a->get_head_raw(); in parameter_lists_match()
47 const exec_node *node_b = list_b->get_head_raw(); in parameter_lists_match()
226 const exec_node *node_a = sig->parameters.get_head_raw(); in is_best_inexact_overload()
227 const exec_node *node_b = (*other)->parameters.get_head_raw(); in is_best_inexact_overload()
228 const exec_node *node_p = actual_parameters->get_head_raw(); in is_best_inexact_overload()
376 const exec_node *node_a = list_a->get_head_raw(); in parameter_lists_match_exact()
377 const exec_node *node_b = list_b->get_head_raw(); in parameter_lists_match_exact()
Dlower_int64.cpp151 exec_node *const after = &instructions->head_sentinel; in lower_64bit_integer_instructions()
152 exec_node *const before = instructions->head_sentinel.next; in lower_64bit_integer_instructions()
153 exec_node *const head = v.function_list.head_sentinel.next; in lower_64bit_integer_instructions()
154 exec_node *const tail = v.function_list.tail_sentinel.prev; in lower_64bit_integer_instructions()
301 exec_node *const after = base_ir; in lower_op_to_function_call()
302 exec_node *const before = after->prev; in lower_op_to_function_call()
303 exec_node *const head = instructions.head_sentinel.next; in lower_op_to_function_call()
304 exec_node *const tail = instructions.tail_sentinel.prev; in lower_op_to_function_call()
Dloop_analysis.h53 class loop_variable_state : public exec_node {
129 class loop_variable : public exec_node {
195 class loop_terminator : public exec_node {
Dlower_xfb_varying.cpp46 ir_visitor_status append_instructions(exec_node *node);
75 lower_xfb_var_splicer::append_instructions(exec_node *node) in append_instructions()
Dir_variable_refcount.h40 exec_node link;
Dlink_functions.cpp195 const exec_node *formal_param_node = ir->callee->parameters.get_head(); in visit_leave()
197 const exec_node *actual_param_node = ir->actual_parameters.get_head(); in visit_leave()
Dlinker_util.h43 struct exec_node link;
Dopt_dead_functions.cpp37 class signature_entry : public exec_node
Dlower_tess_level.cpp387 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw(); in visit_leave()
388 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw(); in visit_leave()
Dir_variable_refcount.cpp50 exec_node *n; in free_entry()
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dstream_exec_order_recorder.cc34 json exec_node; in ExecNode2Json() local
35 exec_node[kAttrIndex] = index_; in ExecNode2Json()
36 exec_node[kAttrNodeName] = node_name_; in ExecNode2Json()
37 exec_node[kAttrLogicId] = logic_id_; in ExecNode2Json()
38 exec_node[kAttrStreamId] = stream_id_; in ExecNode2Json()
39 exec_node[kAttrNodeInfo] = node_info_; in ExecNode2Json()
40 exec_node[kAttrEventId] = event_id_; in ExecNode2Json()
42 exec_node[kAttrLabelId] = Vector2String(label_ids_); in ExecNode2Json()
45 exec_node[kAttrActiveStreamId] = Vector2String(active_stream_ids_); in ExecNode2Json()
48 return exec_node; in ExecNode2Json()
Dstream_exec_order_recorder.h65 ExecNode exec_node = in StreamExecOrderRecorder() local
70 exec_node.SetEventId(AnfAlgo::GetNodeAttr<uint32_t>(cur_cnode_ptr, kAttrEventId)); in StreamExecOrderRecorder()
74 exec_node.SetLabelId(AnfAlgo::GetNodeAttr<uint32_t>(cur_cnode_ptr, kAttrLabelIndex)); in StreamExecOrderRecorder()
80 exec_node.SetLabelId(label_list[j]); in StreamExecOrderRecorder()
88 exec_node.SetActiveStreamId(stream_list[j]); in StreamExecOrderRecorder()
91 ExecNodePtr exec_node_ptr = std::make_shared<ExecNode>(exec_node); in StreamExecOrderRecorder()
/third_party/mesa3d/src/compiler/glsl/tests/
Dlist_iterators.cpp28 class test_node_inherite : public exec_node {
147 exec_node node;
209 exec_node *start_node = node_list.get_head(); in TEST_P()
/third_party/mesa3d/src/intel/compiler/
Dbrw_ir.h92 struct backend_instruction : public exec_node {
129 struct exec_node link;
Dbrw_disasm_info.c46 struct exec_node *next_node = exec_node_get_next(&group->link); in dump_assembly()
176 struct exec_node *next_node = exec_node_get_next(&cur->link); in disasm_insert_error()
Dbrw_disasm_info.h38 struct exec_node link;
Dbrw_vec4_builder.h83 at(bblock_t *block, exec_node *cursor) const in at()
99 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel); in at_end()
632 exec_node *cursor;
Dbrw_fs_combine_constants.cpp96 struct exec_node link;
100 static struct exec_node *
518 exec_node *n = (imm->inst ? imm->inst : in opt_combine_constants()
Dbrw_shader.cpp1218 exec_node::insert_after(inst); in insert_after()
1234 exec_node::insert_before(inst); in insert_before()
1249 exec_node::insert_before(list); in insert_before()
1275 exec_node::remove(); in remove()
/third_party/mesa3d/src/compiler/nir/
Dnir.h341 struct exec_node node;
724 struct exec_node node;
770 struct exec_node node;
787 struct exec_node *next = exec_node_get_next(&instr->node); in nir_instr_next()
797 struct exec_node *prev = exec_node_get_prev(&instr->node); in nir_instr_prev()
2629 struct exec_node node;
2663 struct exec_node node;
2861 struct exec_node node;
2932 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()
2939 struct exec_node *tail = exec_list_get_tail(&block->instr_list); in nir_block_last_instr()
[all …]
Dnir_from_ssa.c119 struct exec_node node;
197 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_merge_sets()
198 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_merge_sets()
205 struct exec_node *next = bn->next; in merge_merge_sets()
237 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_sets_interfere()
238 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_sets_interfere()
Dnir_phi_builder.c49 struct exec_node node;
280 struct exec_node *head = exec_list_get_head(&val->phis); in nir_phi_builder_finish()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c180 struct exec_node link;
229 struct exec_node *samples_head;
468 struct exec_node *node = exec_list_pop_head(&perf_ctx->free_sample_buffers); in get_free_sample_buf()
487 struct exec_node *tail_node = in reap_old_sample_buffers()
1006 struct exec_node *tail_node = in read_oa_samples_until()
1277 struct exec_node *first_samples_node; in accumulate_oa_reports()
/third_party/mesa3d/src/intel/common/
Dintel_disasm.c87 struct exec_node *next_node = exec_node_get_next(&group->link); in intel_disassemble()

123