Home
last modified time | relevance | path

Searched refs:regalloc_state (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c62 struct regalloc_state { struct
215 struct regalloc_state * s = data; in scan_read_callback()
239 struct regalloc_state * s = data; in remap_register()
257 struct regalloc_state * s = data; in alloc_input_simple()
273 static void do_regalloc_inputs_only(struct regalloc_state * s) in do_regalloc_inputs_only()
515 static void do_advanced_regalloc(struct regalloc_state * s) in do_advanced_regalloc()
524 const struct rc_regalloc_state *ra_state = s->C->regalloc_state; in do_advanced_regalloc()
757 struct regalloc_state s; in rc_pair_regalloc()
Dradeon_compiler.h45 const struct rc_regalloc_state *regalloc_state; member
Dradeon_compiler.c44 c->regalloc_state = rs; in rc_init()