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

References

include/llvm/TableGen/SetTheory.h
   97   using ExpandMap = std::map<Record *, RecVec>;
  139   const RecVec *expand(Record *Set);
lib/TableGen/SetTheory.cpp
   36 using RecVec = SetTheory::RecVec;
  285     if (const RecVec *Result = expand(Def->getDef()))
  323       RecVec &EltVec = Expansions[Set];
utils/TableGen/CodeGenRegisters.cpp
  759   const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
utils/TableGen/RegisterInfoEmitter.cpp
 1538     const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet);