Searched refs:NumSuccessfulMatches (Results 1 – 1 of 1) sorted by relevance
4182 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitATTInstruction() local4183 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()4204 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()4422 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitIntelInstruction() local4426 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()4433 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()4445 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()4459 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()