Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp874 DefinedComplexPatternSubOperandMap ComplexSubOperands; member in __anon612774070111::RuleMatcher
888 NextTempRegID(0), SrcLoc(SrcLoc), ComplexSubOperands(), in RuleMatcher()
948 if (ComplexSubOperands.count(SymbolicName)) { in defineComplexSubOperand()
961 ComplexSubOperands[SymbolicName] = in defineComplexSubOperand()
970 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()
971 if (I == ComplexSubOperands.end()) in getComplexSubOperand()