Lines Matching refs:exec_node
409 struct exec_node node;
833 struct exec_node node;
879 struct exec_node node;
896 struct exec_node *next = exec_node_get_next(&instr->node); in nir_instr_next()
906 struct exec_node *prev = exec_node_get_prev(&instr->node); in nir_instr_prev()
2434 struct exec_node node;
2468 struct exec_node node;
2672 struct exec_node node;
2743 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()
2750 struct exec_node *tail = exec_list_get_tail(&block->instr_list); in nir_block_last_instr()
3062 struct exec_node *next = exec_node_get_next(&node->node); in nir_cf_node_next()
3072 struct exec_node *prev = exec_node_get_prev(&node->node); in nir_cf_node_prev()
3103 struct exec_node *head = exec_list_get_head(&if_stmt->then_list); in NIR_DEFINE_CAST()
3110 struct exec_node *tail = exec_list_get_tail(&if_stmt->then_list); in nir_if_last_then_block()
3117 struct exec_node *head = exec_list_get_head(&if_stmt->else_list); in nir_if_first_else_block()
3124 struct exec_node *tail = exec_list_get_tail(&if_stmt->else_list); in nir_if_last_else_block()
3131 struct exec_node *head = exec_list_get_head(&loop->body); in nir_loop_first_block()
3138 struct exec_node *tail = exec_list_get_tail(&loop->body); in nir_loop_last_block()
3149 struct exec_node *head = exec_list_get_head(cf_list); in nir_cf_list_is_empty_block()
3170 struct exec_node node;