Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenSchedule.cpp117 int NumMatches = 0; in apply() local
125 NumMatches++; in apply()
152 NumMatches++; in apply()
158 if (0 == NumMatches) in apply()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2698 unsigned NumMatches = 0; in MatchAndEmitATTInstruction() local
2701 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
2706 for (unsigned i = 0; i != NumMatches; ++i) { in MatchAndEmitATTInstruction()
2709 if (i + 1 == NumMatches) in MatchAndEmitATTInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3323 unsigned NumMatches = 0; in MatchAndEmitATTInstruction() local
3326 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
3331 for (unsigned i = 0; i != NumMatches; ++i) { in MatchAndEmitATTInstruction()
3334 if (i + 1 == NumMatches) in MatchAndEmitATTInstruction()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp4291 unsigned NumMatches = 0; in MatchAndEmitATTInstruction() local
4294 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
4299 for (unsigned i = 0; i != NumMatches; ++i) { in MatchAndEmitATTInstruction()
4302 if (i + 1 == NumMatches) in MatchAndEmitATTInstruction()
/external/clang/lib/Sema/
DSemaOverload.cpp10689 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction() local
10692 if (NumMatches == 0 && ShouldComplain) { in ResolveAddressOfOverloadedFunction()
10698 else if (NumMatches > 1 && ShouldComplain) in ResolveAddressOfOverloadedFunction()
10700 else if (NumMatches == 1) { in ResolveAddressOfOverloadedFunction()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp12282 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction() local
12285 if (NumMatches == 0 && ShouldComplain) { in ResolveAddressOfOverloadedFunction()
12291 else if (NumMatches > 1 && ShouldComplain) in ResolveAddressOfOverloadedFunction()
12293 else if (NumMatches == 1) { in ResolveAddressOfOverloadedFunction()