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.c241 case RC_OPCODE_BGNLOOP: in try_unroll_loop()
332 if(inst->U.I.Opcode != RC_OPCODE_BGNLOOP){ in build_loop_info()
350 case RC_OPCODE_BGNLOOP: in build_loop_info()
356 if (ptr->U.I.Opcode == RC_OPCODE_BGNLOOP) { in build_loop_info()
385 loop->Cond->U.I.Opcode != RC_OPCODE_BGNLOOP; in build_loop_info()
400 if (loop->Cond->U.I.Opcode == RC_OPCODE_BGNLOOP) { in build_loop_info()
495 ptr->U.I.Opcode == RC_OPCODE_BGNLOOP){ in rc_transform_loops()
510 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.h206 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.c431 case RC_OPCODE_BGNLOOP: in translate_vertex_program()
602 if (!end_loop && inst->U.I.Opcode == RC_OPCODE_BGNLOOP) { in allocate_temporary_registers()
608 if (ptr->U.I.Opcode == RC_OPCODE_BGNLOOP) { in allocate_temporary_registers()
Dradeon_vert_fc.c247 case RC_OPCODE_BGNLOOP: in rc_vert_fc()
Dradeon_opcodes.c418 .Opcode = RC_OPCODE_BGNLOOP,
Dradeon_variable.c204 } 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.c548 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.c96 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP; in translate_opcode()