Searched refs:prev_bs_head (Results 1 – 2 of 2) sorted by relevance
185 struct r600_bytecode_alu *prev_bs_head; member
933 bc->cf_last->prev_bs_head = bc->cf_last->prev2_bs_head; in merge_inst_groups()1268 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()1269 r = merge_inst_groups(bc, slots, bc->cf_last->prev_bs_head); in r600_bytecode_add_alu_type()1274 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()1275 r = replace_gpr_with_pv_ps(bc, slots, bc->cf_last->prev_bs_head); in r600_bytecode_add_alu_type()1299 bc->cf_last->prev2_bs_head = bc->cf_last->prev_bs_head; in r600_bytecode_add_alu_type()1300 bc->cf_last->prev_bs_head = bc->cf_last->curr_bs_head; in r600_bytecode_add_alu_type()