Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp861 DefinedComplexPatternSubOperandMap ComplexSubOperands; member in __anon332dbd1e0111::RuleMatcher
875 NextTempRegID(0), SrcLoc(SrcLoc), ComplexSubOperands(), in RuleMatcher()
935 if (ComplexSubOperands.count(SymbolicName)) { in defineComplexSubOperand()
948 ComplexSubOperands[SymbolicName] = in defineComplexSubOperand()
957 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()
958 if (I == ComplexSubOperands.end()) in getComplexSubOperand()