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

References

utils/TableGen/CodeGenRegisters.cpp
  806   Allocatable = R->getValueAsBit("isAllocatable");
  848   Allocatable = Super.Allocatable;
  848   Allocatable = Super.Allocatable;
 1596     if (!RegClass.Allocatable)
 1882     if (!RC.Allocatable || RC.Artificial)
 1984     if (!RC.Allocatable)
utils/TableGen/RegisterInfoEmitter.cpp
 1082        << ( RC.Allocatable ? "true" : "false" ) << " },\n";
 1224     if (RC.Allocatable)