Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp862 DefinedComplexPatternSubOperandMap ComplexSubOperands; member in __anon0a286f430111::RuleMatcher
876 NextTempRegID(0), SrcLoc(SrcLoc), ComplexSubOperands(), in RuleMatcher()
936 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()