Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1229 if (auto SubOperand = M.getComplexSubOperand(NodeName)) { in importNamedNodeRenderer()
1658 if (const auto &SubOperand = M.getComplexSubOperand(RegOperandName)) { in importExplicitUseRenderers()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h663 getComplexSubOperand(StringRef SymbolicName) const { in getComplexSubOperand() function