Searched refs:prev_bs_head (Results 1 – 2 of 2) sorted by relevance
168 struct r600_bytecode_alu *prev_bs_head; member
1196 bc->cf_last->prev_bs_head = bc->cf_last->prev2_bs_head; in merge_inst_groups()1510 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()1511 r = merge_inst_groups(bc, slots, bc->cf_last->prev_bs_head); in r600_bytecode_add_alu_type()1516 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()1517 r = replace_gpr_with_pv_ps(bc, slots, bc->cf_last->prev_bs_head); in r600_bytecode_add_alu_type()1541 bc->cf_last->prev2_bs_head = bc->cf_last->prev_bs_head; in r600_bytecode_add_alu_type()1542 bc->cf_last->prev_bs_head = bc->cf_last->curr_bs_head; in r600_bytecode_add_alu_type()