Lines Matching refs:node
492 struct list_head node;
555 struct list_head node;
591 struct list_head node;
663 return list_first_entry(&ir->block_list, struct ir3_block, node);
764 list_delinit(&instr->node);
765 list_addtail(&instr->node, &after->node);
775 list_delinit(&instr->node);
776 list_add(&instr->node, &before->node);
786 list_delinit(&instr->node);
787 list_add(&instr->node, &block->instr_list);
1678 list_for_each_entry (struct ir3_instruction, __instr, __list, node)
1680 list_for_each_entry_rev (struct ir3_instruction, __instr, __list, node)
1682 list_for_each_entry_safe (struct ir3_instruction, __instr, __list, node)
1685 __list, node)
1689 list_for_each_entry (struct ir3_block, __block, __list, node)
1691 list_for_each_entry_safe (struct ir3_block, __block, __list, node)
1693 list_for_each_entry_rev (struct ir3_block, __block, __list, node)
1697 list_for_each_entry (struct ir3_array, __array, __list, node)
1699 list_for_each_entry_safe (struct ir3_array, __array, __list, node)