Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1166 const auto &SubOperand = Rule.getComplexSubOperand(DstChild->getName()); in importExplicitUseRenderer()
1593 if (const auto &SubOperand = M.getComplexSubOperand(RegOperandName)) { in importExplicitUseRenderers()
H A DGlobalISelMatchTable.h645 getComplexSubOperand(StringRef SymbolicName) const { in getComplexSubOperand() function