Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp822 DefinedComplexPatternSubOperandMap ComplexSubOperands; member in __anon7e76e5f80111::RuleMatcher
831 NextTempRegID(0), SrcLoc(SrcLoc), ComplexSubOperands(), in RuleMatcher()
887 assert(ComplexSubOperands.count(SymbolicName) == 0 && "Already defined"); in defineComplexSubOperand()
888 ComplexSubOperands[SymbolicName] = in defineComplexSubOperand()
893 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()
894 if (I == ComplexSubOperands.end()) in getComplexSubOperand()