Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4396 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in matchAndEmitATTInstruction() local
4397 if (NumSuccessfulMatches == 1) { in matchAndEmitATTInstruction()
4418 if (NumSuccessfulMatches > 1) { in matchAndEmitATTInstruction()
4605 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in matchAndEmitIntelInstruction() local
4609 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in matchAndEmitIntelInstruction()
4616 NumSuccessfulMatches = 1; in matchAndEmitIntelInstruction()
4628 if (NumSuccessfulMatches == 1) { in matchAndEmitIntelInstruction()
4642 } else if (NumSuccessfulMatches > 1) { in matchAndEmitIntelInstruction()