Lines Matching refs:instructions
197 * At the point that Mesa instructions for function calls are
281 exec_list instructions;
382 this->instructions.push_tail(inst);
939 new_inst = (ir_to_mesa_instruction *)this->instructions.get_tail();
1164 * older GPUs implement SEQ using multiple instructions (i915 uses two
1165 * SGE instructions and a MUL instruction). Since our logic values are
2179 prev_inst = (ir_to_mesa_instruction *)this->instructions.get_tail();
2185 cond_inst = (ir_to_mesa_instruction *)this->instructions.get_tail();
2203 this->instructions.push_tail(if_inst);
2551 * channels for copy propagation and updates following instructions to
2578 foreach_iter(exec_list_iterator, iter, this->instructions) {
2799 foreach_iter(exec_list_iterator, iter, v.instructions) {
2815 foreach_iter(exec_list_iterator, iter, v.instructions) {
2902 prog->Instructions = mesa_instructions;