reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1239 switch (RegInfo.Kind) { 1242 RegInfo.Kind = VRegInfo::NORMAL; 1243 if (RegInfo.Explicit && RegInfo.D.RC != RC) { 1243 if (RegInfo.Explicit && RegInfo.D.RC != RC) { 1246 Twine(TRI.getRegClassName(RegInfo.D.RC))); 1248 RegInfo.D.RC = RC; 1249 RegInfo.Explicit = true; 1269 switch (RegInfo.Kind) { 1273 RegInfo.Kind = RegBank ? VRegInfo::REGBANK : VRegInfo::GENERIC; 1274 if (RegInfo.Explicit && RegInfo.D.RegBank != RegBank) 1274 if (RegInfo.Explicit && RegInfo.D.RegBank != RegBank) 1276 RegInfo.D.RegBank = RegBank; 1277 RegInfo.Explicit = true;