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

Declarations

include/llvm/TableGen/SetTheory.h
  139   const RecVec *expand(Record *Set);

References

lib/TableGen/SetTheory.cpp
  230       if (const RecVec *Result = ST.expand(Rec))
  285     if (const RecVec *Result = expand(Def->getDef()))
utils/TableGen/CodeGenRegisters.cpp
  759   const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
 1125     std::vector<Record *> TupRegs = *Sets.expand(R);
utils/TableGen/CodeGenSchedule.cpp
 1050   const RecVec *InstDefs = Sets.expand(InstRWDef);
 1071         const RecVec *OrigInstDefs = Sets.expand(RWDefs[0]);
 1274     const RecVec *InstDefs = Sets.expand(Rec);
utils/TableGen/RegisterInfoEmitter.cpp
 1538     const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet);
utils/TableGen/TableGen.cpp
  220       const std::vector<Record*> *Elts = Sets.expand(Rec);