Home
last modified time | relevance | path

Searched refs:allocateTmp (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp102 reduceTmp = program->allocateTmp(reduceTmp.regClass()); in setup_reduce_temp()
144 vtmp = program->allocateTmp(vtmp.regClass()); in setup_reduce_temp()
Daco_lower_phis.cpp88 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()
Daco_spill.cpp792 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()
Daco_instruction_selection.cpp405 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 …]
Daco_register_allocation.cpp829 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()
Daco_ir.h2144 Temp allocateTmp(RegClass rc) { return Temp(allocateId(rc), rc); } in allocateTmp() function
Daco_optimizer.cpp2838 Definition(ctx.program->allocateTmp(ctx.program->lane_mask)); in combine_add_sub_b2i()