Searched refs:NumSubOps (Results 1 – 3 of 3) sorted by relevance
218 unsigned NumSubOps = OpInfo.MINumOperands; in CodeGenInstAlias() local220 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()224 if (NumSubOps == 1 || (InstOpRec->getValue("ParserMatchClass") && in CodeGenInstAlias()234 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()252 if (NumSubOps > 1) { in CodeGenInstAlias()254 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias()
846 unsigned NumSubOps = 1; in EmitResultInstructionAsOperand() local850 NumSubOps = NumArgs; in EmitResultInstructionAsOperand()853 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()
4341 unsigned NumSubOps = SubOps.size(); in isUpperSubvectorUndef() local4342 unsigned HalfNumSubOps = NumSubOps / 2; in isUpperSubvectorUndef()4343 assert((NumSubOps % 2) == 0 && "Unexpected number of subvectors"); in isUpperSubvectorUndef()