Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4289 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitATTInstruction() local
4290 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()
4311 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()
4529 unsigned NumSuccessfulMatches = llvm::count(Match, Match_Success); in MatchAndEmitIntelInstruction() local
4533 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()
4540 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()
4552 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()
4566 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()