Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h527 DefinedComplexPatternSubOperandMap ComplexSubOperands; variable
646 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()
647 if (I == ComplexSubOperands.end()) in getComplexSubOperand()
H A DGlobalISelMatchTable.cpp811 if (ComplexSubOperands.count(SymbolicName)) { in defineComplexSubOperand()
824 ComplexSubOperands[SymbolicName] = in defineComplexSubOperand()