Home | History | Annotate | Download | only in TableGen

Lines Matching refs:FeatureMask

1931       std::string FeatureMask = GetAliasRequiredFeatures(R, Info);
1935 if (FeatureMask.empty()) {
1951 MatchCode += "if ((Features & " + FeatureMask + ") == "+FeatureMask+")\n";