Searched refs:NextRecordedOperandNo (Results 1 – 1 of 1) sorted by relevance
77 unsigned NextRecordedOperandNo; member in __anon4919a59d0111::MatcherGen148 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), in MatcherGen()255 NextRecordedOperandNo)); in EmitLeafMatchCode()256 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode()325 auto NodeAndOpNum = std::make_pair(N, NextRecordedOperandNo - 1); in EmitOperatorMatchCode()386 NextRecordedOperandNo)); in EmitOperatorMatchCode()388 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()450 NextRecordedOperandNo)); in EmitOperatorMatchCode()486 AddMatcher(new RecordMatcher(WhatFor, NextRecordedOperandNo)); in recordUniqueNode()487 Entry = ++NextRecordedOperandNo; in recordUniqueNode()[all …]