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

References

utils/TableGen/CodeGenRegisters.cpp
  165   Artificial = R->getValueAsBit("isArtificial");
  279     if (!SR->Artificial)
  392         SR->Artificial)
  769     Artificial &= Reg->Artificial;
  831     Artificial &= R->Artificial;
 1173     if (Reg.Artificial)
 1177       if (!SR->Artificial)
 2177     if (R->Artificial)
utils/TableGen/CodeGenRegisters.h
  672       RU.Artificial = R0->Artificial;
  674         RU.Artificial |= R1->Artificial;