Lines Matching defs:Indent

338 void VPPartialReductionRecipe::print(raw_ostream &O, const Twine &Indent,
340 O << Indent << "PARTIAL-REDUCE ";
833 void VPInstruction::print(raw_ostream &O, const Twine &Indent,
835 O << Indent << "EMIT ";
958 void VPIRInstruction::print(raw_ostream &O, const Twine &Indent,
960 O << Indent << "IR " << I;
1017 void VPWidenCallRecipe::print(raw_ostream &O, const Twine &Indent,
1019 O << Indent << "WIDEN-CALL ";
1146 void VPWidenIntrinsicRecipe::print(raw_ostream &O, const Twine &Indent,
1148 O << Indent << "WIDEN-INTRINSIC ";
1234 void VPHistogramRecipe::print(raw_ostream &O, const Twine &Indent,
1236 O << Indent << "WIDEN-HISTOGRAM buckets: ";
1253 void VPWidenSelectRecipe::print(raw_ostream &O, const Twine &Indent,
1255 O << Indent << "WIDEN-SELECT ";
1577 void VPWidenRecipe::print(raw_ostream &O, const Twine &Indent,
1579 O << Indent << "WIDEN ";
1586 void VPWidenEVLRecipe::print(raw_ostream &O, const Twine &Indent,
1588 O << Indent << "WIDEN ";
1666 void VPWidenCastRecipe::print(raw_ostream &O, const Twine &Indent,
1668 O << Indent << "WIDEN-CAST ";
1836 void VPWidenIntOrFpInductionRecipe::print(raw_ostream &O, const Twine &Indent,
1838 O << Indent;
1862 void VPDerivedIVRecipe::print(raw_ostream &O, const Twine &Indent,
1864 O << Indent;
1960 void VPScalarIVStepsRecipe::print(raw_ostream &O, const Twine &Indent,
1962 O << Indent;
2032 void VPWidenGEPRecipe::print(raw_ostream &O, const Twine &Indent,
2034 O << Indent << "WIDEN-GEP ";
2083 void VPReverseVectorPointerRecipe::print(raw_ostream &O, const Twine &Indent,
2085 O << Indent;
2109 void VPVectorPointerRecipe::print(raw_ostream &O, const Twine &Indent,
2111 O << Indent;
2171 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent,
2173 O << Indent << "BLEND ";
2316 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent,
2318 O << Indent << "REDUCE ";
2337 void VPReductionEVLRecipe::print(raw_ostream &O, const Twine &Indent,
2340 O << Indent << "REDUCE ";
2384 void VPReplicateRecipe::print(raw_ostream &O, const Twine &Indent,
2386 O << Indent << (IsUniform ? "CLONE " : "REPLICATE ");
2434 void VPScalarCastRecipe ::print(raw_ostream &O, const Twine &Indent,
2436 O << Indent << "SCALAR-CAST ";
2523 void VPPredInstPHIRecipe::print(raw_ostream &O, const Twine &Indent,
2525 O << Indent << "PHI-PREDICATED-INSTRUCTION ";
2610 void VPWidenLoadRecipe::print(raw_ostream &O, const Twine &Indent,
2612 O << Indent << "WIDEN ";
2697 void VPWidenLoadEVLRecipe::print(raw_ostream &O, const Twine &Indent,
2699 O << Indent << "WIDEN ";
2745 void VPWidenStoreRecipe::print(raw_ostream &O, const Twine &Indent,
2747 O << Indent << "WIDEN store ";
2818 void VPWidenStoreEVLRecipe::print(raw_ostream &O, const Twine &Indent,
2820 O << Indent << "WIDEN vp.store ";
3126 void VPInterleaveRecipe::print(raw_ostream &O, const Twine &Indent,
3128 O << Indent << "INTERLEAVE-GROUP with factor " << IG->getFactor() << " at ";
3143 O << "\n" << Indent << " store ";
3147 O << "\n" << Indent << " ";
3197 void VPCanonicalIVPHIRecipe::print(raw_ostream &O, const Twine &Indent,
3199 O << Indent << "EMIT ";
3294 void VPWidenPointerInductionRecipe::print(raw_ostream &O, const Twine &Indent,
3298 O << Indent << "EMIT ";
3336 void VPExpandSCEVRecipe::print(raw_ostream &O, const Twine &Indent,
3338 O << Indent << "EMIT ";
3363 void VPWidenCanonicalIVRecipe::print(raw_ostream &O, const Twine &Indent,
3365 O << Indent << "EMIT ";
3420 void VPFirstOrderRecurrencePHIRecipe::print(raw_ostream &O, const Twine &Indent,
3422 O << Indent << "FIRST-ORDER-RECURRENCE-PHI ";
3514 void VPReductionPHIRecipe::print(raw_ostream &O, const Twine &Indent,
3516 O << Indent << "WIDEN-REDUCTION-PHI ";
3538 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent,
3540 O << Indent << "WIDEN-PHI ";
3571 void VPActiveLaneMaskPHIRecipe::print(raw_ostream &O, const Twine &Indent,
3573 O << Indent << "ACTIVE-LANE-MASK-PHI ";
3582 void VPEVLBasedIVPHIRecipe::print(raw_ostream &O, const Twine &Indent,
3584 O << Indent << "EXPLICIT-VECTOR-LENGTH-BASED-IV-PHI ";
3602 void VPScalarPHIRecipe::print(raw_ostream &O, const Twine &Indent,
3604 O << Indent << "SCALAR-PHI ";