reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MIRParser/MIParser.cpp
 1239     switch (RegInfo.Kind) {
 1242       RegInfo.Kind = VRegInfo::NORMAL;
 1269   switch (RegInfo.Kind) {
 1273     RegInfo.Kind = RegBank ? VRegInfo::REGBANK : VRegInfo::GENERIC;
 1465     if (RegInfo->Kind == VRegInfo::GENERIC ||
 1466         RegInfo->Kind == VRegInfo::REGBANK)
lib/CodeGen/MIRParser/MIRParser.cpp
  512       Info.Kind = VRegInfo::GENERIC;
  517         Info.Kind = VRegInfo::NORMAL;
  526         Info.Kind = VRegInfo::REGBANK;
  532       if (Info.Kind != VRegInfo::NORMAL)
  582     switch (Info.Kind) {