Home | History | Annotate | Download | only in i965

Lines Matching refs:pre_rhs_inst

1600 				     vec4_instruction *pre_rhs_inst,
1607 if (pre_rhs_inst == last_rhs_inst)
1678 vec4_instruction *pre_rhs_inst, *last_rhs_inst;
1679 pre_rhs_inst = (vec4_instruction *)this->instructions.get_tail();
1717 if (try_rewrite_rhs_to_dst(ir, dst, src, pre_rhs_inst, last_rhs_inst)) {