Searched refs:rc_regalloc_state (Results 1 – 6 of 6) sorted by relevance
54 struct rc_regalloc_state { struct59 void rc_init_regalloc_state(struct rc_regalloc_state *s); argument60 void rc_destroy_regalloc_state(struct rc_regalloc_state *s);
45 const struct rc_regalloc_state *regalloc_state;79 void rc_init(struct radeon_compiler * c, const struct rc_regalloc_state *rs);
524 const struct rc_regalloc_state *ra_state = s->C->regalloc_state; in do_advanced_regalloc()645 void rc_init_regalloc_state(struct rc_regalloc_state *s) in rc_init_regalloc_state()741 void rc_destroy_regalloc_state(struct rc_regalloc_state *s) in rc_destroy_regalloc_state()
36 void rc_init(struct radeon_compiler * c, const struct rc_regalloc_state *rs) in rc_init()
511 struct rc_regalloc_state *rs = malloc(sizeof(struct rc_regalloc_state)); in init_compiler()
636 struct rc_regalloc_state fs_regalloc_state; /* Register allocator info for