Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp623 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias() local
625 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()
629 if (NumSubOps == 1 || in CodeGenInstAlias()
640 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
657 if (NumSubOps > 1) { in CodeGenInstAlias()
659 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
DDAGISelMatcherGen.cpp792 unsigned NumSubOps = 1; in EmitResultInstructionAsOperand() local
796 NumSubOps = NumArgs; in EmitResultInstructionAsOperand()
799 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()