Searched refs:NumSubOps (Results 1 – 3 of 3) sorted by relevance
220 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias() local222 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()226 if (NumSubOps == 1 || (InstOpRec->getValue("ParserMatchClass") && in CodeGenInstAlias()236 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()254 if (NumSubOps > 1) { in CodeGenInstAlias()256 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
851 unsigned NumSubOps = 1; in EmitResultInstructionAsOperand() local855 NumSubOps = NumArgs; in EmitResultInstructionAsOperand()858 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()
3982 unsigned NumSubOps = SubOps.size(); in isUpperSubvectorUndef() local3983 unsigned HalfNumSubOps = NumSubOps / 2; in isUpperSubvectorUndef()3984 assert((NumSubOps % 2) == 0 && "Unexpected number of subvectors"); in isUpperSubvectorUndef()