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.h534 DefinedComplexPatternSubOperandMap ComplexSubOperands; variable
664 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()
665 if (I == ComplexSubOperands.end()) in getComplexSubOperand()
H A DGlobalISelMatchTable.cpp839 auto [It, Inserted] = ComplexSubOperands.try_emplace( in defineComplexSubOperand()