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

References

utils/TableGen/GICombinerEmitter.cpp
  288     OS << Indent << "// Rule: " << RuleDef.getName() << "\n"
  289        << Indent << "if (!isRuleDisabled(" << Rule->getID() << ")) {\n";
  302     OS << Indent << "  if (1\n";
  313       OS << Indent << "      && [&]() {\n"
  314          << Indent << "      "
  318          << Indent << "      return true;\n"
  319          << Indent << "  }()";
  321     OS << ") {\n" << Indent << "   ";
  327          << Indent << "    return true;\n"
  328          << Indent << "  }\n";
  334     OS << Indent << "}\n";