Searched refs:RecVec (Results 1 – 4 of 4) sorted by relevance
64 typedef std::vector<Record*> RecVec; typedef92 typedef std::map<Record*, RecVec> ExpandMap;134 const RecVec *expand(Record *Set);
26 typedef SetTheory::RecVec RecVec; typedef211 if (const RecVec *Result = ST.expand(Rec)) in apply()265 if (const RecVec *Result = expand(Def->getDef())) in evaluate()288 const RecVec *SetTheory::expand(Record *Set) { in expand()300 RecVec &EltVec = Expansions[Set]; in expand()
1147 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc()
709 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); in CodeGenRegisterClass()