Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4299 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in matchAndEmitATTInstruction() local
4300 if (NumSuccessfulMatches == 1) { in matchAndEmitATTInstruction()
4321 if (NumSuccessfulMatches > 1) { in matchAndEmitATTInstruction()
4508 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in matchAndEmitIntelInstruction() local
4512 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in matchAndEmitIntelInstruction()
4519 NumSuccessfulMatches = 1; in matchAndEmitIntelInstruction()
4531 if (NumSuccessfulMatches == 1) { in matchAndEmitIntelInstruction()
4545 } else if (NumSuccessfulMatches > 1) { in matchAndEmitIntelInstruction()