Home
last modified time | relevance | path

Searched refs:is_temp (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp309 bool is_temp() in is_temp() function
840 if (info.is_temp() && info.temp.regClass() == instr->operands[i].getTemp().regClass()) { in label_instruction()
858 if (info.is_temp() && info.temp.type() == RegType::sgpr) { in label_instruction()
861 } else if (info.is_temp() && info.temp.type() == RegType::vgpr && in label_instruction()
892 … if (info.is_temp() && info.temp.type() == RegType::vgpr && valu_can_accept_vgpr(instr, i)) { in label_instruction()
897 …if (info.is_temp() && info.temp.type() == RegType::sgpr && can_apply_sgprs(ctx, instr) && instr->o… in label_instruction()
968 while (info.is_temp()) in label_instruction()
1141 if (ops[i].isTemp() && ctx.info[ops[i].tempId()].is_temp() && in label_instruction()
1249 if (op.isTemp() && ctx.info[op.tempId()].is_temp() && in label_instruction()
1583 if (ctx.info[tmp.id()].is_temp()) in original_temp_id()
[all …]
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1701 bool is_temp[4]; member
1735 if (!s->is_temp[s->i]) { in ntt_push_tex_arg()
1738 s->is_temp[s->i] = true; in ntt_push_tex_arg()
1972 if (s.is_temp[i]) in ntt_emit_texture()