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

References

utils/TableGen/CodeGenRegisters.cpp
  764   Artificial = true;
  769     Artificial &= Reg->Artificial;
  828   Artificial = true;
  831     Artificial &= R->Artificial;
  948     if (RC.Artificial)
 1195     if (!RC.Artificial)
 1882     if (!RC.Allocatable || RC.Artificial)
 2251       if (SubRC.Artificial)
 2298     if (RC->Artificial)
utils/TableGen/RegisterInfoEmitter.cpp
  205     if (Regs.empty() || RC.Artificial)