Searched refs:NextRecordedOperandNo (Results 1 – 1 of 1) sorted by relevance
79 unsigned NextRecordedOperandNo; member in __anon62192ae70111::MatcherGen150 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), TheMatcher(nullptr), in MatcherGen()254 NextRecordedOperandNo)); in EmitLeafMatchCode()255 PhysRegInputs.push_back(std::pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode()316 auto NodeAndOpNum = std::pair(&N, NextRecordedOperandNo - 1); in EmitOperatorMatchCode()378 NextRecordedOperandNo)); in EmitOperatorMatchCode()380 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()439 NextRecordedOperandNo)); in EmitOperatorMatchCode()475 AddMatcher(new RecordMatcher(WhatFor, NextRecordedOperandNo)); in recordUniqueNode()476 Entry = ++NextRecordedOperandNo; in recordUniqueNode()[all …]