Lines Matching defs:Indent
796 void VPInstruction::print(raw_ostream &O, const Twine &Indent,
798 O << Indent << "EMIT ";
934 void VPWidenCallRecipe::print(raw_ostream &O, const Twine &Indent,
936 O << Indent << "WIDEN-CALL ";
962 void VPWidenSelectRecipe::print(raw_ostream &O, const Twine &Indent,
964 O << Indent << "WIDEN-SELECT ";
1144 void VPWidenRecipe::print(raw_ostream &O, const Twine &Indent,
1146 O << Indent << "WIDEN ";
1175 void VPWidenCastRecipe::print(raw_ostream &O, const Twine &Indent,
1177 O << Indent << "WIDEN-CAST ";
1356 void VPWidenIntOrFpInductionRecipe::print(raw_ostream &O, const Twine &Indent,
1358 O << Indent << "WIDEN-INDUCTION";
1361 O << " +\n" << Indent << "\" " << VPlanIngredient(IV) << "\\l\"";
1362 O << " +\n" << Indent << "\" ";
1386 void VPDerivedIVRecipe::print(raw_ostream &O, const Twine &Indent,
1388 O << Indent;
1390 O << Indent << "= DERIVED-IV ";
1489 void VPScalarIVStepsRecipe::print(raw_ostream &O, const Twine &Indent,
1491 O << Indent;
1571 void VPWidenGEPRecipe::print(raw_ostream &O, const Twine &Indent,
1573 O << Indent << "WIDEN-GEP ";
1625 void VPVectorPointerRecipe::print(raw_ostream &O, const Twine &Indent,
1627 O << Indent;
1678 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent,
1680 O << Indent << "BLEND ";
1791 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent,
1793 O << Indent << "REDUCE ";
1812 void VPReductionEVLRecipe::print(raw_ostream &O, const Twine &Indent,
1815 O << Indent << "REDUCE ";
1850 void VPReplicateRecipe::print(raw_ostream &O, const Twine &Indent,
1852 O << Indent << (IsUniform ? "CLONE " : "REPLICATE ");
1920 void VPScalarCastRecipe ::print(raw_ostream &O, const Twine &Indent,
1922 O << Indent << "SCALAR-CAST ";
2003 void VPPredInstPHIRecipe::print(raw_ostream &O, const Twine &Indent,
2005 O << Indent << "PHI-PREDICATED-INSTRUCTION ";
2011 void VPWidenLoadRecipe::print(raw_ostream &O, const Twine &Indent,
2013 O << Indent << "WIDEN ";
2019 void VPWidenLoadEVLRecipe::print(raw_ostream &O, const Twine &Indent,
2021 O << Indent << "WIDEN ";
2027 void VPWidenStoreRecipe::print(raw_ostream &O, const Twine &Indent,
2029 O << Indent << "WIDEN store ";
2033 void VPWidenStoreEVLRecipe::print(raw_ostream &O, const Twine &Indent,
2035 O << Indent << "WIDEN vp.store ";
2377 void VPInterleaveRecipe::print(raw_ostream &O, const Twine &Indent,
2379 O << Indent << "INTERLEAVE-GROUP with factor " << IG->getFactor() << " at ";
2394 O << "\n" << Indent << " store ";
2398 O << "\n" << Indent << " ";
2420 void VPCanonicalIVPHIRecipe::print(raw_ostream &O, const Twine &Indent,
2422 O << Indent << "EMIT ";
2453 void VPWidenPointerInductionRecipe::print(raw_ostream &O, const Twine &Indent,
2455 O << Indent << "EMIT ";
2478 void VPExpandSCEVRecipe::print(raw_ostream &O, const Twine &Indent,
2480 O << Indent << "EMIT ";
2507 void VPWidenCanonicalIVRecipe::print(raw_ostream &O, const Twine &Indent,
2509 O << Indent << "EMIT ";
2545 void VPFirstOrderRecurrencePHIRecipe::print(raw_ostream &O, const Twine &Indent,
2547 O << Indent << "FIRST-ORDER-RECURRENCE-PHI ";
2618 void VPReductionPHIRecipe::print(raw_ostream &O, const Twine &Indent,
2620 O << Indent << "WIDEN-REDUCTION-PHI ";
2639 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent,
2641 O << Indent << "WIDEN-PHI ";
2674 void VPActiveLaneMaskPHIRecipe::print(raw_ostream &O, const Twine &Indent,
2676 O << Indent << "ACTIVE-LANE-MASK-PHI ";
2696 void VPEVLBasedIVPHIRecipe::print(raw_ostream &O, const Twine &Indent,
2698 O << Indent << "EXPLICIT-VECTOR-LENGTH-BASED-IV-PHI ";