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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp25 CommentIndent = 30 enumerator in enum:__anon7982
187 OS.PadToColumn(CommentIndent) << "// " << SM->getNumChildren()
208 OS.PadToColumn(CommentIndent) << "// #"
218 OS.PadToColumn(CommentIndent) << "// #"
249 OS.PadToColumn(CommentIndent) << "// " << Pred;
257 OS.PadToColumn(CommentIndent) << "// " << Pred.getFnName();
389 OS.PadToColumn(CommentIndent) << "// " << Pattern.getSelectFunc();
491 OS.PadToColumn(CommentIndent) << "// "<<XF->getNodeXForm()->getName();
529 OS.PadToColumn(CommentIndent) << "// Results = ";

Completed in 77 milliseconds