Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp622 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias() local
624 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()
628 if (NumSubOps == 1 || in CodeGenInstAlias()
639 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
656 if (NumSubOps > 1) { in CodeGenInstAlias()
658 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
DDAGISelMatcherGen.cpp790 unsigned NumSubOps = 1; in EmitResultInstructionAsOperand() local
794 NumSubOps = NumArgs; in EmitResultInstructionAsOperand()
797 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()