Lines Matching refs:setTemp
841 instr->operands[i].setTemp(ctx.info[instr->operands[i].tempId()].temp); in label_instruction()
859 instr->operands[i].setTemp(info.temp); in label_instruction()
893 instr->operands[i].setTemp(info.temp); in label_instruction()
898 instr->operands[i].setTemp(info.temp); in label_instruction()
924 instr->operands[i].setTemp(info.temp); in label_instruction()
928 instr->operands[i].setTemp(info.temp); in label_instruction()
933 instr->operands[i].setTemp(info.temp); in label_instruction()
993 instr->operands[1].setTemp(base); in label_instruction()
998 instr->operands[i].setTemp(base); in label_instruction()
1023 instr->operands[i].setTemp(base); in label_instruction()
1029 instr->operands[i].setTemp(base); in label_instruction()
1084 instr->operands[0].setTemp(ctx.info[instr->operands[0].tempId()].temp); in label_instruction()
1143 ops[i].setTemp(ctx.info[ops[i].tempId()].temp); in label_instruction()
1251 op.setTemp(ctx.info[op.tempId()].temp); in label_instruction()
1321 instr->operands[1].setTemp(ctx.info[instr->operands[1].tempId()].temp); in label_instruction()
1481 instr->operands[2].setTemp(ctx.info[instr->operands[2].tempId()].temp); in label_instruction()
2937 op.setTemp(ctx.info[op.tempId()].temp); in to_uniform_bool_instr()
2946 op.setTemp(pred_instr->definitions[1].getTemp()); in to_uniform_bool_instr()
2954 instr->definitions[0].setTemp(Temp(instr->definitions[0].tempId(), s1)); in to_uniform_bool_instr()
3118 instr->definitions[0].setTemp(Temp(def1_id, s1)); in select_instruction()
3119 instr->definitions[1].setTemp(Temp(def0_id, s1)); in select_instruction()