Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp85 SmallVector<unsigned, 2> MatchedChainNodes; member in __anon5041f0880111::MatcherGen
382 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()
619 MatchedChainNodes.push_back(NextRecordedOperandNo-1); in EmitMatcherCode()
1033 if (!MatchedChainNodes.empty()) in EmitResultCode()
1034 AddMatcher(new EmitMergeInputChainsMatcher(MatchedChainNodes)); in EmitResultCode()