Searched refs:NumSuccessfulMatches (Results 1 – 1 of 1) sorted by relevance
4396 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in matchAndEmitATTInstruction() local4397 if (NumSuccessfulMatches == 1) { in matchAndEmitATTInstruction()4418 if (NumSuccessfulMatches > 1) { in matchAndEmitATTInstruction()4605 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in matchAndEmitIntelInstruction() local4609 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in matchAndEmitIntelInstruction()4616 NumSuccessfulMatches = 1; in matchAndEmitIntelInstruction()4628 if (NumSuccessfulMatches == 1) { in matchAndEmitIntelInstruction()4642 } else if (NumSuccessfulMatches > 1) { in matchAndEmitIntelInstruction()