HomeSort by relevance Sort by last modified time
    Searched refs:RecVec (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
SetTheory.h 64 typedef std::vector<Record*> RecVec;
92 typedef std::map<Record*, RecVec> ExpandMap;
134 const RecVec *expand(Record *Set);
SetTheory.cpp 26 typedef SetTheory::RecVec RecVec;
199 if (const RecVec *Result = ST.expand(Rec))
251 if (const RecVec *Result = expand(Def->getDef()))
274 const RecVec *SetTheory::expand(Record *Set) {
286 RecVec &EltVec = Expansions[Set];
RegisterInfoEmitter.cpp     [all...]
CodeGenRegisters.cpp 483 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
    [all...]

Completed in 259 milliseconds