Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c603 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst) in rc_get_flow_control_inst() function
631 rc_opcode op = rc_get_flow_control_inst(inst); in rc_match_endloop()
653 rc_opcode op = rc_get_flow_control_inst(inst); in rc_match_bgnloop()
H A Dradeon_compiler_util.h86 rc_opcode rc_get_flow_control_inst(struct rc_instruction * inst);
H A Dradeon_pair_regalloc.c285 rc_opcode op = rc_get_flow_control_inst(inst); in do_advanced_regalloc()
H A Dradeon_variable.c156 rc_opcode op = rc_get_flow_control_inst(inst); in rc_variable_compute_live_intervals()
H A Dradeon_dataflow.c679 rc_opcode opcode = rc_get_flow_control_inst(tmp); in get_readers_for_single_write()