Home | History | Annotate | Download | only in TableGen

Lines Matching full:featuremask

2349       std::string FeatureMask = GetAliasRequiredFeatures(R, Info);
2353 if (FeatureMask.empty()) {
2369 MatchCode += "if ((Features & " + FeatureMask + ") == "+FeatureMask+")\n";