Lines Matching refs:instructions
71 lower_64bit_visitor(void *mem_ctx, exec_list *instructions, unsigned lower)
79 foreach_in_list(ir_instruction, node, instructions) {
135 lower_64bit_integer_instructions(exec_list *instructions,
138 if (instructions->is_empty())
141 ir_instruction *first_inst = (ir_instruction *) instructions->get_head_raw();
143 lower_64bit_visitor v(mem_ctx, instructions, what_to_lower);
145 visit_list_elements(&v, instructions);
151 exec_node *const after = &instructions->head_sentinel;
152 exec_node *const before = instructions->head_sentinel.next;
263 exec_list instructions;
269 ir_factory body(&instructions, mem_ctx);
298 /* Move all of the nodes from instructions between base_ir and the
303 exec_node *const head = instructions.head_sentinel.next;
304 exec_node *const tail = instructions.tail_sentinel.prev;