Searched refs:NumSubOps (Results 1 – 3 of 3) sorted by relevance
627 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias() local629 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()633 if (NumSubOps == 1 || in CodeGenInstAlias()644 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()661 if (NumSubOps > 1) { in CodeGenInstAlias()663 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
785 unsigned NumSubOps = 1; in EmitResultInstructionAsOperand() local789 NumSubOps = NumArgs; in EmitResultInstructionAsOperand()792 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()
522 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias() local524 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()534 if (NumSubOps > 1) { in CodeGenInstAlias()536 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()