Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherGen.cpp71 SmallVector<unsigned, 2> MatchedChainNodes; member in __anonabd6b3e00111::MatcherGen
326 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()
517 MatchedChainNodes.push_back(NextRecordedOperandNo-1); in EmitMatcherCode()
880 if (!MatchedChainNodes.empty()) in EmitResultCode()
882 (MatchedChainNodes.data(), MatchedChainNodes.size())); in EmitResultCode()
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp76 SmallVector<unsigned, 2> MatchedChainNodes; member in __anona9c196b40111::MatcherGen
361 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()
558 MatchedChainNodes.push_back(NextRecordedOperandNo-1); in EmitMatcherCode()
946 if (!MatchedChainNodes.empty()) in EmitResultCode()
947 AddMatcher(new EmitMergeInputChainsMatcher(MatchedChainNodes)); in EmitResultCode()