Searched refs:FeatureMask (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2564 std::string FeatureMask = GetAliasRequiredFeatures(R, Info);
2568 if (FeatureMask.empty()) {
2584 MatchCode += "if ((Features & " + FeatureMask + ") == "+FeatureMask+")\n";
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmMatcherEmitter.cpp1936 std::string FeatureMask = GetAliasRequiredFeatures(R, Info); local
1940 if (FeatureMask.empty()) {
1956 MatchCode += "if ((Features & " + FeatureMask + ") == "+FeatureMask+")\n";

Completed in 190 milliseconds