Searched refs:NumSuccessfulMatches (Results 1 – 1 of 1) sorted by relevance
4282 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitATTInstruction() local4283 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()4304 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()4522 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitIntelInstruction() local4526 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()4533 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()4545 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()4559 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()