Home
last modified time | relevance | path

Searched refs:NumSuccessfulMatches (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4282 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitATTInstruction() local
4283 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()
4304 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()
4522 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitIntelInstruction() local
4526 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()
4533 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()
4545 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()
4559 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()