Home | History | Annotate | Download | only in TableGen

Lines Matching refs:PadToColumn

158   OS.PadToColumn(Indent*2);
175 OS.PadToColumn(Indent*2) << "/*Scope*/ ";
177 OS.PadToColumn(Indent*2);
205 OS.PadToColumn(CommentIndent) << "// " << SM->getNumChildren()
216 OS.PadToColumn(Indent*2) << "0, ";
226 OS.PadToColumn(CommentIndent) << "// #"
236 OS.PadToColumn(CommentIndent) << "// #"
280 OS.PadToColumn(CommentIndent) << "// " << Pred;
288 OS.PadToColumn(CommentIndent) << "// " << Pred.getFnName();
351 OS.PadToColumn(Indent*2);
377 OS.PadToColumn(Indent*2) << "0, ";
431 OS.PadToColumn(CommentIndent) << "// " << Pattern.getSelectFunc();
533 OS.PadToColumn(CommentIndent) << "// "<<XF->getNodeXForm()->getName();
556 OS.PadToColumn(Indent*2+4);
578 OS.PadToColumn(CommentIndent) << "// Results =";
587 OS.PadToColumn(Indent*2) << "// Src: "
590 OS.PadToColumn(Indent*2) << "// Dst: "
606 OS.PadToColumn(Indent*2) << "// Src: "
609 OS.PadToColumn(Indent*2) << "// Dst: "
818 OS.PadToColumn(40) << " = " << OpcodeFreq[i] << '\n';