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()
119 new_demand += Temp(t, program->temp_rc[t]); in process_live_temps_per_block()231 RegClass rc = program->temp_rc[t]; in process_live_temps_per_block()
2086 std::vector<RegClass> temp_rc = {s1}; variable2133 temp_rc.push_back(rc); in allocateId()2140 temp_rc.resize(temp_rc.size() + amount); in allocateRange()
1093 Temp tmp(id, program->temp_rc[id]); in validate_ra()1142 Temp tmp(id, program->temp_rc[id]); in validate_ra()
466 RegClass* regclasses = ctx->program->temp_rc.data() + ctx->first_temp_id; in init_context()
2209 Temp val = Temp(t, ctx.program->temp_rc[t]); in handle_loop_phis()2321 Temp val = Temp(t, ctx.program->temp_rc[t]); in init_reg_file()2346 Temp val = Temp(t, ctx.program->temp_rc[t]); in init_reg_file()
132 return Temp(id, ctx->program->temp_rc[id]); in get_ssa_temp()