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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp79 /// MatchedChainNodes - This maintains the position in the recorded nodes
81 SmallVector<unsigned, 2> MatchedChainNodes; member in class:__anon5914::MatcherGen
384 MatchedChainNodes.push_back(NextRecordedOperandNo++);
621 MatchedChainNodes.push_back(NextRecordedOperandNo-1);
1015 if (!MatchedChainNodes.empty())
1016 AddMatcher(new EmitMergeInputChainsMatcher(MatchedChainNodes));

Completed in 154 milliseconds