Home
last modified time | relevance | path

Searched refs:rc_get_flow_control_inst (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h107 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst);
Dradeon_compiler_util.c614 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst) in rc_get_flow_control_inst() function
642 rc_opcode op = rc_get_flow_control_inst(inst); in rc_match_endloop()
664 rc_opcode op = rc_get_flow_control_inst(inst); in rc_match_bgnloop()
Dradeon_variable.c197 rc_opcode op = rc_get_flow_control_inst(inst); in rc_variable_compute_live_intervals()
Dradeon_pair_regalloc.c547 rc_opcode op = rc_get_flow_control_inst(inst); in do_advanced_regalloc()
Dradeon_dataflow.c709 rc_opcode opcode = rc_get_flow_control_inst(tmp); in get_readers_for_single_write()