Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ReqFeatures

1875   std::vector<Record*> ReqFeatures = R->getValueAsListOfDefs("Predicates");
1878 for (unsigned i = 0, e = ReqFeatures.size(); i != e; ++i) {
1879 SubtargetFeatureInfo *F = Info.getSubtargetFeature(ReqFeatures[i]);
1882 throw TGError(R->getLoc(), "Predicate '" + ReqFeatures[i]->getName() +