Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h531 DefinedComplexPatternSubOperandMap ComplexSubOperands; variable
654 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()
655 if (I == ComplexSubOperands.end()) in getComplexSubOperand()
H A DGlobalISelMatchTable.cpp834 if (ComplexSubOperands.count(SymbolicName)) { in defineComplexSubOperand()
847 ComplexSubOperands[SymbolicName] = in defineComplexSubOperand()