Searched refs:temp_rc (Results 1 – 7 of 7) sorted by relevance
33 std::vector<RegClass> temp_rc = {s1}; member43 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()
104 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()
2039 std::vector<RegClass> temp_rc = {s1}; variable2088 temp_rc.push_back(rc); in allocateId()2095 temp_rc.resize(temp_rc.size() + amount); in allocateRange()
451 RegClass* regclasses = ctx->program->temp_rc.data() + ctx->first_temp_id; in init_context()
2121 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()
936 live.insert(Temp(id, program->temp_rc[id])); in validate_ra()
132 return Temp(id, ctx->program->temp_rc[id]); in get_ssa_temp()