Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp74 StringMap<unsigned> NamedComplexPatternOperands; member in __anon9c7aa4d20111::MatcherGen
588 NamedComplexPatternOperands[N.getName()] = NextRecordedOperandNo + 1; in EmitMatcherCode()
592 NamedComplexPatternOperands[N.getChild(i).getName()] = CurOp + 1; in EmitMatcherCode()
637 if (unsigned SlotNo = NamedComplexPatternOperands[N.getName()]) { in EmitResultOfNamedOperand()