Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_reindex_ssa.cpp33 std::vector<RegClass> temp_rc = {s1}; member
43 uint32_t new_id = ctx.temp_rc.size(); in reindex_defs()
46 ctx.temp_rc.emplace_back(rc); in reindex_defs()
58 assert(op.regClass() == ctx.temp_rc[new_id]); in reindex_ops()
94 program->temp_rc = ctx.temp_rc; in reindex_program()
116 program->allocationID = program->temp_rc.size(); in reindex_ssa()
126 program->allocationID = program->temp_rc.size(); in reindex_ssa()
Daco_live_var_analysis.cpp104 new_demand += Temp(t, program->temp_rc[t]); in process_live_temps_per_block()
215 RegClass rc = program->temp_rc[t]; in process_live_temps_per_block()
Daco_ir.h2039 std::vector<RegClass> temp_rc = {s1}; variable
2088 temp_rc.push_back(rc); in allocateId()
2095 temp_rc.resize(temp_rc.size() + amount); in allocateRange()
Daco_instruction_selection_setup.cpp451 RegClass* regclasses = ctx->program->temp_rc.data() + ctx->first_temp_id; in init_context()
Daco_register_allocation.cpp2121 Temp val = Temp(t, ctx.program->temp_rc[t]); in handle_loop_phis()
2233 Temp val = Temp(t, ctx.program->temp_rc[t]); in init_reg_file()
2258 Temp val = Temp(t, ctx.program->temp_rc[t]); in init_reg_file()
Daco_validate.cpp936 live.insert(Temp(id, program->temp_rc[id])); in validate_ra()
Daco_instruction_selection.cpp132 return Temp(id, ctx->program->temp_rc[id]); in get_ssa_temp()