Home | History | Annotate | Download | only in quick

Lines Matching defs:curr

1316     RegLocation *curr = &mir_graph_->reg_location_[i];
1317 int p_map_idx = SRegToPMap(curr->s_reg_low);
1318 int reg_num = curr->fp ? promotion_map_[p_map_idx].fp_reg : promotion_map_[p_map_idx].core_reg;
1319 bool wide = curr->wide || (cu_->target64 && curr->ref);
1321 if (curr->fp && promotion_map_[p_map_idx].fp_location == kLocPhysReg) {
1333 } else if (!curr->fp && promotion_map_[p_map_idx].core_location == kLocPhysReg) {
1344 curr->reg = reg;
1345 curr->location = kLocPhysReg;
1346 curr->home = true;