Searched refs:exec_list_get_head (Results 1 – 9 of 9) sorted by relevance
153 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_merge_sets()154 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_merge_sets()189 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_sets_interfere()190 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_sets_interfere()
1589 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()1759 struct exec_node *head = exec_list_get_head(&if_stmt->then_list); in NIR_DEFINE_CAST()1773 struct exec_node *head = exec_list_get_head(&if_stmt->else_list); in nir_if_first_else_block()1787 struct exec_node *head = exec_list_get_head(&loop->body); in nir_loop_first_block()1946 struct exec_node *func_node = exec_list_get_head(&shader->functions); in nir_shader_get_entrypoint()2171 exec_list_get_head(cf_list), node); in nir_before_cf_list()
276 cur = exec_node_data(nir_cf_node, exec_list_get_head(list), in dead_cf_list()
267 struct exec_node *head = exec_list_get_head(&val->phis); in nir_phi_builder_finish()
887 if (&src->node != exec_list_get_head(&instr->srcs)) in print_phi_instr()900 if (&entry->node != exec_list_get_head(&instr->entries)) in print_parallel_copy_instr()
376 exec_list_get_head(struct exec_list *list) in exec_list_get_head() function464 struct exec_node *const n = exec_list_get_head(list); in exec_list_pop_head()570 return exec_list_get_head(this); in get_head()
99 return (struct backend_instruction *)exec_list_get_head(&block->instructions); in bblock_start()
213 struct exec_node *node = exec_list_get_head(&nir->functions); in radv_shader_compile_to_nir()
5285 (nir_block *) exec_list_get_head(&if_stmt->then_list); in visit_if()5293 (nir_block *) exec_list_get_head(&if_stmt->else_list); in visit_if()5305 (nir_block *) exec_list_get_head(&loop->body); in visit_loop()6779 func = (struct nir_function *)exec_list_get_head(&nir->functions); in ac_nir_translate()