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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp72 StringMap<unsigned> NamedComplexPatternOperands; member in class:__anon5914::MatcherGen
591 NamedComplexPatternOperands[N->getName()] = NextRecordedOperandNo + 1;
595 NamedComplexPatternOperands[N->getChild(i)->getName()] = CurOp + 1;
640 if (unsigned SlotNo = NamedComplexPatternOperands[N->getName()]) {

Completed in 25 milliseconds