Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp876 DefinedComplexPatternSubOperandMap ComplexSubOperands; member in __anoncee47b830111::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()