Lines Matching refs:setTemp
559 instr->operands[index].setTemp(temp); in pseudo_propagate_temp()
989 instr->operands[i].setTemp(ctx.info[instr->operands[i].tempId()].temp); in label_instruction()
1015 instr->operands[i].setTemp(info.temp); in label_instruction()
1022 instr->operands[i].setTemp(info.temp); in label_instruction()
1039 instr->operands[i].setTemp(info.temp); in label_instruction()
1042 instr->operands[i].setTemp(info.temp); in label_instruction()
1047 instr->operands[i].setTemp(info.temp); in label_instruction()
1125 instr->operands[1].setTemp(base); in label_instruction()
1132 instr->operands[i].setTemp(base); in label_instruction()
1164 instr->operands[i].setTemp(base); in label_instruction()
1170 instr->operands[i].setTemp(base); in label_instruction()
1227 instr->operands[0].setTemp(ctx.info[instr->operands[0].tempId()].temp); in label_instruction()
1296 ops[i].setTemp(ctx.info[ops[i].tempId()].temp); in label_instruction()
1405 op.setTemp(ctx.info[op.tempId()].temp); in label_instruction()
1666 instr->operands[2].setTemp(ctx.info[instr->operands[2].tempId()].temp); in label_instruction()
3265 instr->operands[i].setTemp(info.instr->operands[0].getTemp()); in combine_instruction()
3600 op.setTemp(ctx.info[op.tempId()].temp); in to_uniform_bool_instr()
3611 op.setTemp(pred_instr->definitions[1].getTemp()); in to_uniform_bool_instr()
3619 instr->definitions[0].setTemp(Temp(instr->definitions[0].tempId(), s1)); in to_uniform_bool_instr()
3798 instr->definitions[0].setTemp(Temp(def1_id, s1)); in select_instruction()
3799 instr->definitions[1].setTemp(Temp(def0_id, s1)); in select_instruction()
3826 instr->operands[0].setTemp(info.instr->operands[0].getTemp()); in select_instruction()