Home
last modified time | relevance | path

Searched defs:SubOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1048 auto &SubOperand = SrcChild.getChild(I); in importChildMatcher() local
1186 const auto &SubOperand = Rule.getComplexSubOperand(DstChild.getName()); in importExplicitUseRenderer() local
1626 if (const auto &SubOperand = M.getComplexSubOperand(RegOperandName)) { in importExplicitUseRenderers() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2150 std::optional<unsigned> SubOperand; variable