/third_party/mesa3d/src/compiler/glsl/ |
D | list.h | 53 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 …]
|
D | ir_function.cpp | 46 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()
|
D | lower_int64.cpp | 151 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()
|
D | loop_analysis.h | 53 class loop_variable_state : public exec_node { 129 class loop_variable : public exec_node { 195 class loop_terminator : public exec_node {
|
D | lower_xfb_varying.cpp | 46 ir_visitor_status append_instructions(exec_node *node); 75 lower_xfb_var_splicer::append_instructions(exec_node *node) in append_instructions()
|
D | ir_variable_refcount.h | 40 exec_node link;
|
D | link_functions.cpp | 195 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()
|
D | linker_util.h | 43 struct exec_node link;
|
D | opt_dead_functions.cpp | 37 class signature_entry : public exec_node
|
D | lower_tess_level.cpp | 387 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()
|
D | ir_variable_refcount.cpp | 50 exec_node *n; in free_entry()
|
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | stream_exec_order_recorder.cc | 34 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()
|
D | stream_exec_order_recorder.h | 65 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/ |
D | list_iterators.cpp | 28 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/ |
D | brw_ir.h | 92 struct backend_instruction : public exec_node { 129 struct exec_node link;
|
D | brw_disasm_info.c | 46 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()
|
D | brw_disasm_info.h | 38 struct exec_node link;
|
D | brw_vec4_builder.h | 83 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;
|
D | brw_fs_combine_constants.cpp | 96 struct exec_node link; 100 static struct exec_node * 518 exec_node *n = (imm->inst ? imm->inst : in opt_combine_constants()
|
D | brw_shader.cpp | 1218 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/ |
D | nir.h | 341 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 …]
|
D | nir_from_ssa.c | 119 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()
|
D | nir_phi_builder.c | 49 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/ |
D | intel_perf_query.c | 180 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/ |
D | intel_disasm.c | 87 struct exec_node *next_node = exec_node_get_next(&group->link); in intel_disassemble()
|