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

References

utils/TableGen/CodeGenRegisters.cpp
  742   : TheDef(R),
  743     Name(R->getName()),
  747   std::vector<Record*> TypeList = R->getValueAsListOfDefs("RegTypes");
  751       PrintFatalError(R->getLoc(),
  759   const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
  760   ListInit *AltOrders = R->getValueAsListInit("AltOrders");
  777     RegBank.getSets().evaluate(AltOrders->getElement(i), Order, R->getLoc());
  784         PrintFatalError(R->getLoc(), " AltOrder register " + Reg->getName() +
  789   Namespace = R->getValueAsString("Namespace");
  791   if (const RecordVal *RV = R->getValue("RegInfos"))
  794   unsigned Size = R->getValueAsInt("Size");
  801     RI.SpillAlignment = R->getValueAsInt("Alignment");
  805   CopyCost = R->getValueAsInt("CopyCost");
  806   Allocatable = R->getValueAsBit("isAllocatable");
  807   AltOrderSelect = R->getValueAsString("AltOrderSelect");
  808   int AllocationPriority = R->getValueAsInt("AllocationPriority");
  810     PrintFatalError(R->getLoc(), "AllocationPriority out of range [0,63]");