Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp797 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias() local
799 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()
803 if (NumSubOps == 1 || in CodeGenInstAlias()
814 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
831 if (NumSubOps > 1) { in CodeGenInstAlias()
833 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
H A DDAGISelMatcherGen.cpp858 unsigned NumSubOps = 1; in EmitResultInstructionAsOperand() local
862 NumSubOps = NumArgs; in EmitResultInstructionAsOperand()
865 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()