Searched refs:NextRecordedOperandNo (Results 1 – 1 of 1) sorted by relevance
73 unsigned NextRecordedOperandNo; member in __anon1ac2b5390111::MatcherGen154 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), in MatcherGen()259 NextRecordedOperandNo)); in EmitLeafMatchCode()260 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode()303 auto NodeAndOpNum = std::make_pair(N, NextRecordedOperandNo - 1); in EmitOperatorMatchCode()364 NextRecordedOperandNo)); in EmitOperatorMatchCode()366 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()428 NextRecordedOperandNo)); in EmitOperatorMatchCode()430 MatchedGlueResultNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()452 AddMatcher(new RecordMatcher("$" + Name, NextRecordedOperandNo)); in recordUniqueNode()[all …]