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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp74 /// MatchedGlueResultNodes - This maintains the position in the recorded
76 SmallVector<unsigned, 2> MatchedGlueResultNodes; member in class:__anon10147::MatcherGen
386 MatchedGlueResultNodes.push_back(NextRecordedOperandNo++);
924 if (!MatchedGlueResultNodes.empty())
925 AddMatcher(new MarkGlueResultsMatcher(MatchedGlueResultNodes.data(),
926 MatchedGlueResultNodes.size()));

Completed in 91 milliseconds