reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
 3231   for (unsigned I = 0, E = array_lengthof(Match); I != E; ++I) {
 3233     Match[I] = MatchInstruction(Operands, Inst, ErrorInfoIgnore,
 3237     if (Match[I] == Match_MissingFeature)
 3248       std::count(std::begin(Match), std::end(Match), Match_Success);
 3248       std::count(std::begin(Match), std::end(Match), Match_Success);
 3264     for (unsigned I = 0, E = array_lengthof(Match); I != E; ++I)
 3265       if (Match[I] == Match_Success)
 3287   if (std::count(std::begin(Match), std::end(Match), Match_MnemonicFail) == 4) {
 3287   if (std::count(std::begin(Match), std::end(Match), Match_MnemonicFail) == 4) {
 3316   if (std::count(std::begin(Match), std::end(Match),
 3316   if (std::count(std::begin(Match), std::end(Match),
 3324   if (std::count(std::begin(Match), std::end(Match),
 3324   if (std::count(std::begin(Match), std::end(Match),
 3333   if (std::count(std::begin(Match), std::end(Match),
 3333   if (std::count(std::begin(Match), std::end(Match),