Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Elements

722   const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
727 for (unsigned i = 0, e = Elements->size(); i != e; ++i) {
728 Orders[0].push_back((*Elements)[i]);
729 const CodeGenRegister *Reg = RegBank.getReg((*Elements)[i]);
1450 // Find a set in UniqueSets with the same elements as Set.