Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4272 unsigned NumSuccessfulMatches = in MatchAndEmitATTInstruction() local
4274 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()
4295 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()
4516 unsigned NumSuccessfulMatches = in MatchAndEmitIntelInstruction() local
4521 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()
4528 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()
4540 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()
4554 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()