Lines Matching refs:Indent

355 void VPInstruction::print(raw_ostream &O, const Twine &Indent) const {
356 O << " +\n" << Indent << "\"EMIT ";
572 OS << Indent << getUID(Tail) << " -> " << getUID(Head);
598 OS << Indent << getUID(BasicBlock) << " [label =\n";
600 OS << Indent << "\"" << DOT::EscapeString(BasicBlock->getName()) << ":\\n\"";
606 OS << " +\n" << Indent << " \"BlockPredicate: ";
616 Recipe.print(OS, Indent);
621 OS << " +\n" << Indent << " \"CondBit: ";
632 OS << "\n" << Indent << "]\n";
637 OS << Indent << "subgraph " << getUID(Region) << " {\n";
639 OS << Indent << "fontname=Courier\n"
640 << Indent << "label=\""
648 OS << Indent << "}\n";
673 void VPWidenRecipe::print(raw_ostream &O, const Twine &Indent) const {
674 O << " +\n" << Indent << "\"WIDEN\\l\"";
676 O << " +\n" << Indent << "\" " << VPlanIngredient(&Instr) << "\\l\"";
680 const Twine &Indent) const {
681 O << " +\n" << Indent << "\"WIDEN-INDUCTION";
684 O << " +\n" << Indent << "\" " << VPlanIngredient(IV) << "\\l\"";
685 O << " +\n" << Indent << "\" " << VPlanIngredient(Trunc) << "\\l\"";
690 void VPWidenGEPRecipe::print(raw_ostream &O, const Twine &Indent) const {
691 O << " +\n" << Indent << "\"WIDEN-GEP ";
697 O << " +\n" << Indent << "\" " << VPlanIngredient(GEP) << "\\l\"";
700 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent) const {
701 O << " +\n" << Indent << "\"WIDEN-PHI " << VPlanIngredient(Phi) << "\\l\"";
704 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent) const {
705 O << " +\n" << Indent << "\"BLEND ";
724 void VPReplicateRecipe::print(raw_ostream &O, const Twine &Indent) const {
726 << Indent << "\"" << (IsUniform ? "CLONE " : "REPLICATE ")
733 void VPPredInstPHIRecipe::print(raw_ostream &O, const Twine &Indent) const {
735 << Indent << "\"PHI-PREDICATED-INSTRUCTION " << VPlanIngredient(PredInst)
740 const Twine &Indent) const {
741 O << " +\n" << Indent << "\"WIDEN " << VPlanIngredient(&Instr);