Searched refs:NumSuccessfulMatches (Results 1 – 1 of 1) sorted by relevance
4299 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in matchAndEmitATTInstruction() local4300 if (NumSuccessfulMatches == 1) { in matchAndEmitATTInstruction()4321 if (NumSuccessfulMatches > 1) { in matchAndEmitATTInstruction()4508 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in matchAndEmitIntelInstruction() local4512 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in matchAndEmitIntelInstruction()4519 NumSuccessfulMatches = 1; in matchAndEmitIntelInstruction()4531 if (NumSuccessfulMatches == 1) { in matchAndEmitIntelInstruction()4545 } else if (NumSuccessfulMatches > 1) { in matchAndEmitIntelInstruction()