Searched refs:NumSubOps (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp733 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; local
735 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1),
739 if (NumSubOps == 1 ||
750 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) {
767 if (NumSubOps > 1) {
769 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) {
H A DDAGISelMatcherGen.cpp853 unsigned NumSubOps = 1; local
857 NumSubOps = NumArgs;
860 unsigned FinalNumOps = InstOps.size() + NumSubOps;

Completed in 165 milliseconds