Lines Matching refs:exec_node
172 struct exec_node node;
379 struct exec_node node;
435 struct exec_node node;
451 struct exec_node *next = exec_node_get_next(&instr->node); in nir_instr_next()
461 struct exec_node *prev = exec_node_get_prev(&instr->node); in nir_instr_prev()
1453 struct exec_node node;
1475 struct exec_node node;
1538 struct exec_node node;
1589 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()
1596 struct exec_node *tail = exec_list_get_tail(&block->instr_list); in nir_block_last_instr()
1718 struct exec_node *next = exec_node_get_next(&node->node); in nir_cf_node_next()
1728 struct exec_node *prev = exec_node_get_prev(&node->node); in nir_cf_node_prev()
1759 struct exec_node *head = exec_list_get_head(&if_stmt->then_list); in NIR_DEFINE_CAST()
1766 struct exec_node *tail = exec_list_get_tail(&if_stmt->then_list); in nir_if_last_then_block()
1773 struct exec_node *head = exec_list_get_head(&if_stmt->else_list); in nir_if_first_else_block()
1780 struct exec_node *tail = exec_list_get_tail(&if_stmt->else_list); in nir_if_last_else_block()
1787 struct exec_node *head = exec_list_get_head(&loop->body); in nir_loop_first_block()
1794 struct exec_node *tail = exec_list_get_tail(&loop->body); in nir_loop_last_block()
1810 struct exec_node node;
1946 struct exec_node *func_node = exec_list_get_head(&shader->functions); in nir_shader_get_entrypoint()