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()
845 unsigned NumSubOps = 1; in EmitResultInstructionAsOperand() local849 NumSubOps = NumArgs; in EmitResultInstructionAsOperand()852 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()
4121 unsigned NumSubOps = SubOps.size(); in isUpperSubvectorUndef() local4122 unsigned HalfNumSubOps = NumSubOps / 2; in isUpperSubvectorUndef()4123 assert((NumSubOps % 2) == 0 && "Unexpected number of subvectors"); in isUpperSubvectorUndef()