Home
last modified time | relevance | path

Searched refs:RecVec (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DSetTheory.h64 typedef std::vector<Record*> RecVec; typedef
92 typedef std::map<Record*, RecVec> ExpandMap;
134 const RecVec *expand(Record *Set);
DSetTheory.cpp26 typedef SetTheory::RecVec RecVec; typedef
199 if (const RecVec *Result = ST.expand(Rec)) in apply()
251 if (const RecVec *Result = expand(Def->getDef())) in evaluate()
274 const RecVec *SetTheory::expand(Record *Set) { in expand()
286 RecVec &EltVec = Expansions[Set]; in expand()
DRegisterInfoEmitter.cpp1082 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc()
DCodeGenRegisters.cpp483 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); in CodeGenRegisterClass()