Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3307 unsigned NumSuccessfulMatches = in MatchAndEmitATTInstruction() local
3309 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()
3321 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()
3530 unsigned NumSuccessfulMatches = in MatchAndEmitIntelInstruction() local
3535 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()
3542 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()
3554 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()
3568 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2682 unsigned NumSuccessfulMatches = in MatchAndEmitATTInstruction() local
2684 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()
2696 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()
2861 unsigned NumSuccessfulMatches = in MatchAndEmitIntelInstruction() local
2863 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()
2875 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp4266 unsigned NumSuccessfulMatches = in MatchAndEmitATTInstruction() local
4268 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()
4289 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()
4510 unsigned NumSuccessfulMatches = in MatchAndEmitIntelInstruction() local
4515 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()
4522 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()
4534 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()
4548 } else if (NumSuccessfulMatches > 1) { in MatchAndEmitIntelInstruction()