Searched refs:allocateTmp (Results 1 – 7 of 7) sorted by relevance
102 reduceTmp = program->allocateTmp(reduceTmp.regClass()); in setup_reduce_temp()144 vtmp = program->allocateTmp(vtmp.regClass()); in setup_reduce_temp()
88 state->outputs[block_idx] = Operand(Temp(program->allocateTmp(program->lane_mask))); in get_ssa()107 op = Operand(Temp(program->allocateTmp(program->lane_mask))); in get_ssa()
792 Temp new_name = ctx.program->allocateTmp(live.first.regClass()); in add_coupling_code()827 Temp new_name = ctx.program->allocateTmp(live.first.regClass()); in add_coupling_code()1017 Temp new_name = ctx.program->allocateTmp(tmp.regClass()); in add_coupling_code()1068 Temp new_name = ctx.program->allocateTmp(pair.first.regClass()); in add_coupling_code()1111 rename = ctx.program->allocateTmp(pair.first.regClass()); in add_coupling_code()1203 Temp new_tmp = ctx.program->allocateTmp(op.regClass()); in process_block()1784 Temp linear_vgpr = ctx.program->allocateTmp(v1.as_linear()); in assign_spill_slots()1825 Temp linear_vgpr = ctx.program->allocateTmp(v1.as_linear()); in assign_spill_slots()
405 elems[i] = ctx->program->allocateTmp(rc); in emit_split_vector()754 return extract_8_16_bit_sgpr_element(ctx, ctx->program->allocateTmp(s1), &src, in get_alu_src()775 Temp dst = ctx->program->allocateTmp(RegClass(vec.type(), elem_size * size / 4)); in get_alu_src()5372 Temp tmp = ctx->program->allocateTmp(instr->dest.ssa.bit_size == 16 ? v2b : v1); in visit_load_interpolated_input()10465 val = Operand(ctx->program->allocateTmp(rc)); in create_continue_phis()10555 branch->definitions[0] = Definition(ctx->program->allocateTmp(s2)); in begin_divergent_if_then()10595 branch->definitions[0] = Definition(ctx->program->allocateTmp(s2)); in begin_divergent_if_else()10613 branch->definitions[0] = Definition(ctx->program->allocateTmp(s2)); in begin_divergent_if_else()10624 branch->definitions[0] = Definition(ctx->program->allocateTmp(s2)); in begin_divergent_if_else()10655 branch->definitions[0] = Definition(ctx->program->allocateTmp(s2)); in end_divergent_if()[all …]
829 copy.second.setTemp(ctx.program->allocateTmp(copy.second.regClass())); in update_renames()2183 new_val = ctx.program->allocateTmp(val.regClass()); in handle_live_in()3046 Temp tmp = program->allocateTmp(can_sgpr ? s1 : v1); in register_allocation()
2144 Temp allocateTmp(RegClass rc) { return Temp(allocateId(rc), rc); } in allocateTmp() function
2838 Definition(ctx.program->allocateTmp(ctx.program->lane_mask)); in combine_add_sub_b2i()