Home | History | Annotate | Download | only in TableGen

Lines Matching refs:FeatureMask

2328       std::string FeatureMask = GetAliasRequiredFeatures(R, Info);
2332 if (FeatureMask.empty()) {
2348 MatchCode += "if ((Features & " + FeatureMask + ") == "+FeatureMask+")\n";