Searched refs:prev_bs_head (Results 1 – 2 of 2) sorted by relevance
214 struct r600_bytecode_alu *prev_bs_head; member
1003 bc->cf_last->prev_bs_head = bc->cf_last->prev2_bs_head; in merge_inst_groups()1355 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()1356 struct r600_bytecode_alu *cur_prev_head = bc->cf_last->prev_bs_head; in r600_bytecode_add_alu_type()1360 if (cur_prev_head != bc->cf_last->prev_bs_head) in r600_bytecode_add_alu_type()1364 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()1365 r = replace_gpr_with_pv_ps(bc, slots, bc->cf_last->prev_bs_head); in r600_bytecode_add_alu_type()1389 bc->cf_last->prev2_bs_head = bc->cf_last->prev_bs_head; in r600_bytecode_add_alu_type()1390 bc->cf_last->prev_bs_head = bc->cf_last->curr_bs_head; in r600_bytecode_add_alu_type()