Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1039 unsigned NumSuccessfulMatches = in MatchAndEmitInstruction() local
1042 if (NumSuccessfulMatches == 1) { in MatchAndEmitInstruction()
1051 if (NumSuccessfulMatches > 1) { in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3004 unsigned NumSuccessfulMatches = in MatchAndEmitATTInstruction() local
3006 if (NumSuccessfulMatches == 1) { in MatchAndEmitATTInstruction()
3018 if (NumSuccessfulMatches > 1) { in MatchAndEmitATTInstruction()
3208 unsigned NumSuccessfulMatches = in MatchAndEmitIntelInstruction() local
3213 if (UnsizedMemOp && NumSuccessfulMatches > 1 && in MatchAndEmitIntelInstruction()
3219 NumSuccessfulMatches = 1; in MatchAndEmitIntelInstruction()
3231 if (NumSuccessfulMatches == 1) { in MatchAndEmitIntelInstruction()
3245 } 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()