Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SRI

267       SubRegMap::const_iterator SRI = Map.find(I->first);
268 if (SRI == Map.end())
270 // Add I->second as a name for the subreg SRI->second, assuming it is
272 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
275 SubRegs.insert(std::make_pair(I->second, SRI->second));
1449 for (CodeGenRegister::SubRegMap::const_iterator SRI = SRM.begin(),
1450 SRE = SRM.end(); SRI != SRE; ++SRI) {
1451 if (SRI->second == Reg)
1454 Changed |= normalizeWeight(SRI->second, UberSets, RegSets,