Searched refs:exec_list_get_head (Results 1 – 11 of 11) sorted by relevance
127 return (struct backend_instruction *)exec_list_get_head(&block->instructions); in bblock_start()335 return (struct bblock_t *)exec_list_get_head(&cfg->block_list); in cfg_first_block()
169 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_merge_sets()170 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_merge_sets()205 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_sets_interfere()206 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_sets_interfere()
292 struct exec_node *head = exec_list_get_head(&val->phis); in nir_phi_builder_finish()
292 cur = exec_node_data(nir_cf_node, exec_list_get_head(list), in dead_cf_list()
2826 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()3123 struct exec_node *head = exec_list_get_head(&if_stmt->then_list); in NIR_DEFINE_CAST()3137 struct exec_node *head = exec_list_get_head(&if_stmt->else_list); in nir_if_first_else_block()3151 struct exec_node *head = exec_list_get_head(&loop->body); in nir_loop_first_block()3169 struct exec_node *head = exec_list_get_head(cf_list); in nir_cf_list_is_empty_block()3874 exec_list_get_head(cf_list), node); in nir_before_cf_list()
1363 if (&src->node != exec_list_get_head(&instr->srcs)) in print_phi_instr()1376 if (&entry->node != exec_list_get_head(&instr->entries)) in print_parallel_copy_instr()
958 exec_node_data(nir_cf_node, exec_list_get_head(&cf_list.list), node); in nir_lower_goto_ifs_impl()
389 exec_list_get_head(struct exec_list *list) in exec_list_get_head() function477 struct exec_node *const n = exec_list_get_head(list); in exec_list_pop_head()598 return exec_list_get_head(this); in get_head()
855 struct nir_function *func = (struct nir_function *)exec_list_get_head(&sh->functions); in r600_shader_from_nir()
4679 nir_block *then_block = (nir_block *)exec_list_get_head(&if_stmt->then_list); in visit_if()4686 nir_block *else_block = (nir_block *)exec_list_get_head(&if_stmt->else_list); in visit_if()4697 nir_block *first_loop_block = (nir_block *)exec_list_get_head(&loop->body); in visit_loop()4844 func = (struct nir_function *)exec_list_get_head(&nir->functions); in ac_nir_translate()
2225 func = (struct nir_function *)exec_list_get_head(&nir->functions); in lp_build_nir_llvm()