Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp81 SmallVector<unsigned, 2> MatchedChainNodes; member in __anon77135c860111::MatcherGen
388 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()
625 MatchedChainNodes.push_back(NextRecordedOperandNo-1); in EmitMatcherCode()
1041 if (!MatchedChainNodes.empty()) in EmitResultCode()
1042 AddMatcher(new EmitMergeInputChainsMatcher(MatchedChainNodes)); in EmitResultCode()