Home
last modified time | relevance | path

Searched refs:rc_match_endloop (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h109 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
Dradeon_variable.c170 rc_match_endloop(var->Readers[i].Inst); in rc_variable_compute_live_intervals()
200 rc_match_endloop(inst); in rc_variable_compute_live_intervals()
Dradeon_compiler_util.c637 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop) in rc_match_endloop() function
Dradeon_dataflow.c733 tmp = rc_match_endloop(tmp); in get_readers_for_single_write()