Home | History | Annotate | Download | only in TableGen

Lines Matching full:xforms

2444   std::vector<Record*> Xforms = Records.getAllDerivedDefinitions("SDNodeXForm");
2445 while (!Xforms.empty()) {
2446 Record *XFormNode = Xforms.back();
2451 Xforms.pop_back();