Searched refs:NumSuccessfulMatches (Results 1 – 1 of 1) sorted by relevance
4289 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitATTInstruction() local4290 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()4311 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()4529 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitIntelInstruction() local4533 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()4540 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()4552 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()4566 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()