Searched refs:prev_bs_head (Results 1 – 2 of 2) sorted by relevance
214 struct r600_bytecode_alu *prev_bs_head; member
948 bc->cf_last->prev_bs_head = bc->cf_last->prev2_bs_head; in merge_inst_groups()1284 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()1285 r = merge_inst_groups(bc, slots, bc->cf_last->prev_bs_head); in r600_bytecode_add_alu_type()1290 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()1291 r = replace_gpr_with_pv_ps(bc, slots, bc->cf_last->prev_bs_head); in r600_bytecode_add_alu_type()1315 bc->cf_last->prev2_bs_head = bc->cf_last->prev_bs_head; in r600_bytecode_add_alu_type()1316 bc->cf_last->prev_bs_head = bc->cf_last->curr_bs_head; in r600_bytecode_add_alu_type()