Lines Matching refs:exec_node
149 struct exec_node node;
338 struct exec_node node;
394 struct exec_node node;
410 struct exec_node *next = exec_node_get_next(&instr->node); in nir_instr_next()
420 struct exec_node *prev = exec_node_get_prev(&instr->node); in nir_instr_prev()
1375 struct exec_node node;
1397 struct exec_node node;
1460 struct exec_node node;
1511 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()
1518 struct exec_node *tail = exec_list_get_tail(&block->instr_list); in nir_block_last_instr()
1640 struct exec_node *next = exec_node_get_next(&node->node); in nir_cf_node_next()
1650 struct exec_node *prev = exec_node_get_prev(&node->node); in nir_cf_node_prev()
1681 struct exec_node *head = exec_list_get_head(&if_stmt->then_list); in NIR_DEFINE_CAST()
1688 struct exec_node *tail = exec_list_get_tail(&if_stmt->then_list); in nir_if_last_then_block()
1695 struct exec_node *head = exec_list_get_head(&if_stmt->else_list); in nir_if_first_else_block()
1702 struct exec_node *tail = exec_list_get_tail(&if_stmt->else_list); in nir_if_last_else_block()
1709 struct exec_node *head = exec_list_get_head(&loop->body); in nir_loop_first_block()
1716 struct exec_node *tail = exec_list_get_tail(&loop->body); in nir_loop_last_block()
1732 struct exec_node node;
1871 struct exec_node *func_node = exec_list_get_head(&shader->functions); in nir_shader_get_entrypoint()