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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp855 DefinedComplexPatternSubOperandMap ComplexSubOperands; member in class:__anon5929::RuleMatcher
864 NextTempRegID(0), SrcLoc(SrcLoc), ComplexSubOperands(),
922 if (ComplexSubOperands.count(SymbolicName))
927 ComplexSubOperands[SymbolicName] =
935 const auto &I = ComplexSubOperands.find(SymbolicName);
936 if (I == ComplexSubOperands.end())

Completed in 105 milliseconds