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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp721 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; local
723 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1),
727 if (NumSubOps == 1 ||
738 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) {
755 if (NumSubOps > 1) {
757 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) {
H A DDAGISelMatcherGen.cpp831 unsigned NumSubOps = 1; local
835 NumSubOps = NumArgs;
838 unsigned FinalNumOps = InstOps.size() + NumSubOps;

Completed in 44 milliseconds