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

References

utils/TableGen/SubtargetEmitter.cpp
 1460   SS.indent(PE.getIndentLevel() * 2);
 1464     SS << "if (";
 1476         SS << "\n";
 1477         SS.indent(PE.getIndentLevel() * 2);
 1478         SS << "&& ";
 1482         PE.expandPredicate(SS, Rec->getValueAsDef("Pred"));
 1488       SS << ((NumNonTruePreds > 1) ? "(" : "")
 1493     SS << ")\n"; // end of if-stmt
 1495     SS.indent(PE.getIndentLevel() * 2);
 1499   SS << "return " << T.ToClassIdx << "; // " << SC.Name << '\n';
 1500   SS.flush();