Home
last modified time | relevance | path

Searched refs:RC_OPCODE_BGNLOOP (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c240 case RC_OPCODE_BGNLOOP: in try_unroll_loop()
331 if(inst->U.I.Opcode != RC_OPCODE_BGNLOOP){ in build_loop_info()
349 case RC_OPCODE_BGNLOOP: in build_loop_info()
355 if (ptr->U.I.Opcode == RC_OPCODE_BGNLOOP) { in build_loop_info()
482 ptr->U.I.Opcode == RC_OPCODE_BGNLOOP){ in rc_transform_loops()
497 if (inst->U.I.Opcode == RC_OPCODE_BGNLOOP) { in rc_unroll_loops()
Dradeon_rename_regs.c59 if (inst->U.I.Opcode == RC_OPCODE_BGNLOOP) in rc_rename_regs()
Dradeon_opcodes.h202 RC_OPCODE_BGNLOOP, enumerator
Dradeon_dataflow_deadcode.c245 if(ptr->U.I.Opcode == RC_OPCODE_BGNLOOP){ in rc_dataflow_deadcode()
272 case RC_OPCODE_BGNLOOP: in rc_dataflow_deadcode()
Dradeon_compiler_util.c645 } else if (op == RC_OPCODE_BGNLOOP) { in rc_match_endloop()
665 if (op == RC_OPCODE_BGNLOOP) { in rc_match_bgnloop()
Dr3xx_vertprog.c423 case RC_OPCODE_BGNLOOP: in translate_vertex_program()
594 if (!end_loop && inst->U.I.Opcode == RC_OPCODE_BGNLOOP) { in allocate_temporary_registers()
600 if (ptr->U.I.Opcode == RC_OPCODE_BGNLOOP) { in allocate_temporary_registers()
Dradeon_vert_fc.c223 case RC_OPCODE_BGNLOOP: in rc_vert_fc()
Dradeon_opcodes.c412 .Opcode = RC_OPCODE_BGNLOOP,
Dradeon_variable.c203 } else if (op == RC_OPCODE_BGNLOOP) { in rc_variable_compute_live_intervals()
Dradeon_program_print.c263 case RC_OPCODE_BGNLOOP: in update_branch_depth()
Dradeon_pair_regalloc.c603 if (op == RC_OPCODE_BGNLOOP) { in do_advanced_regalloc()
Dr500_fragprog_emit.c465 case RC_OPCODE_BGNLOOP: in emit_flowcontrol()
Dradeon_dataflow.c711 case RC_OPCODE_BGNLOOP: in get_readers_for_single_write()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c108 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP; in translate_opcode()