Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp877 DefinedComplexPatternSubOperandMap ComplexSubOperands; member in __anon7790e1cf0111::RuleMatcher
949 if (ComplexSubOperands.count(SymbolicName)) { in defineComplexSubOperand()
962 ComplexSubOperands[SymbolicName] = in defineComplexSubOperand()
971 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()
972 if (I == ComplexSubOperands.end()) in getComplexSubOperand()