Searched defs:CommentIndent (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp26 CommentIndent = 30 enumerator in enum:__anon12856
205 OS.PadToColumn(CommentIndent) << "// " << SM->getNumChildren()
226 OS.PadToColumn(CommentIndent) << "// #"
236 OS.PadToColumn(CommentIndent) << "// #"
273 OS.PadToColumn(CommentIndent) << "// " << Pred;
281 OS.PadToColumn(CommentIndent) << "// " << Pred.getFnName();
424 OS.PadToColumn(CommentIndent) << "// " << Pattern.getSelectFunc();
526 OS.PadToColumn(CommentIndent) << "// "<<XF->getNodeXForm()->getName();
564 OS.PadToColumn(CommentIndent) << "// Results =";

Completed in 58 milliseconds