Searched refs:RC_OPCODE_ENDLOOP (Results 1 – 12 of 12) sorted by relevance
189 RC_OPCODE_ENDLOOP, enumerator
229 case RC_OPCODE_ENDLOOP: in rc_dataflow_deadcode()239 if(ptr->U.I.Opcode == RC_OPCODE_ENDLOOP){ in rc_dataflow_deadcode()
616 if (op == RC_OPCODE_ENDLOOP) { in rc_match_endloop()640 } else if (op == RC_OPCODE_ENDLOOP) { in rc_match_bgnloop()
246 case RC_OPCODE_ENDLOOP: in rc_vert_fc()
386 .Opcode = RC_OPCODE_ENDLOOP,
267 case RC_OPCODE_ENDLOOP: in update_branch_depth()
179 if (op == RC_OPCODE_ENDLOOP) { in rc_variable_compute_live_intervals()
160 if ((inst->U.I.Opcode == RC_OPCODE_ENDLOOP && loop_depth--) || in rc_copy_output()
510 case RC_OPCODE_ENDLOOP: in emit_flowcontrol()
717 case RC_OPCODE_ENDLOOP: in get_readers_for_single_write()
449 case RC_OPCODE_ENDLOOP: in translate_vertex_program()
96 case TGSI_OPCODE_ENDLOOP: return RC_OPCODE_ENDLOOP; in translate_opcode()