Searched refs:NextRecordedOperandNo (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp74 /// NextRecordedOperandNo - As we emit opcodes to record matched values in
77 unsigned NextRecordedOperandNo; member in class:__anon5914::MatcherGen
148 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0),
255 NextRecordedOperandNo));
256 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
321 auto NodeAndOpNum = std::make_pair(N, NextRecordedOperandNo - 1);
382 NextRecordedOperandNo));
384 MatchedChainNodes.push_back(NextRecordedOperandNo++);
446 NextRecordedOperandNo));
482 AddMatcher(new RecordMatcher(WhatFor, NextRecordedOperandNo));
[all...]

Completed in 99 milliseconds