Lines Matching defs:is_temp
288 bool is_temp() { return label & label_temp; }
1231 return info.is_temp() ||
1296 while (info.is_temp() && info.temp.regClass() == instr->operands[i].getTemp().regClass()) {
1303 while (info.is_temp()) {
1327 if (info.is_temp() && info.temp.type() == RegType::sgpr && can_apply_sgprs(ctx, instr) &&
1412 while (info.is_temp())
1455 while (info.is_temp())
1591 if (ops[i].isTemp() && ctx.info[ops[i].tempId()].is_temp() &&
1725 if (op.isTemp() && ctx.info[op.tempId()].is_temp() &&
2059 if (ctx.info[tmp.id()].is_temp())