Lines Matching refs:vals
4020 Temp* const vals = (Temp*)alloca(info.dst.bytes() * sizeof(Temp));
4171 vals[num_vals++] = val;
4184 if (vals[i].type() == RegType::vgpr)
4186 tmp_size += vals[i].bytes();
4187 tmp[num_tmps++] = vals[i++];
10431 aco_ptr<Instruction>& header_phi, Operand* vals)
10433 vals[0] = Operand(header_phi->definitions[0].getTemp());
10434 RegClass rc = vals[0].regClass();
10443 vals[idx - first] = vals[idx - 1 - first];
10448 vals[idx - first] = header_phi->operands[next_pred];
10455 all_same = vals[block.linear_preds[i] - first] == vals[block.linear_preds[0] - first];
10459 val = vals[block.linear_preds[0] - first];
10464 phi->operands[i] = vals[block.linear_preds[i] - first];
10469 vals[idx - first] = val;
10472 return vals[last - first];
10525 Operand* const vals = (Operand*)alloca(num_vals * sizeof(Operand));
10532 create_continue_phis(ctx, loop_header_idx, ctx->block->index, instr, vals);