Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4182 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitATTInstruction() local
4183 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()
4204 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()
4422 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitIntelInstruction() local
4426 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()
4433 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()
4445 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()
4459 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()