Lines Matching refs:VPTransformState
478 VPTransformState &State);
481 void fixVectorizedLoop(VPTransformState &State, VPlan &Plan);
498 VPTransformState &State);
502 VPTransformState &State);
510 VPTransformState &State, VPValue *Addr,
515 void fixNonInductionPHIs(VPlan &Plan, VPTransformState &State);
551 void fixCrossIterationPHIs(VPTransformState &State);
556 VPTransformState &State);
559 void fixReduction(VPReductionPHIRecipe *Phi, VPTransformState &State);
563 VPTransformState &State);
571 void truncateToMinimalBitwidths(VPTransformState &State);
625 void collectPoisonGeneratingRecipes(VPTransformState &State);
1003 VPTransformState &State) { in collectPoisonGeneratingRecipes()
2322 VPTransformState &State) { in buildScalarSteps()
2493 VPTransformState &State) { in packScalarIntoVectorValue()
2543 VPTransformState &State, VPValue *Addr, ArrayRef<VPValue *> StoredValues, in vectorizeInterleaveGroup()
2745 VPTransformState &State) { in scalarizeInstruction()
3509 void InnerLoopVectorizer::truncateToMinimalBitwidths(VPTransformState &State) { in truncateToMinimalBitwidths()
3642 void InnerLoopVectorizer::fixVectorizedLoop(VPTransformState &State, in fixVectorizedLoop()
3712 void InnerLoopVectorizer::fixCrossIterationPHIs(VPTransformState &State) { in fixCrossIterationPHIs()
3730 VPFirstOrderRecurrencePHIRecipe *PhiR, VPTransformState &State) { in fixFirstOrderRecurrence()
3843 VPTransformState &State) { in fixReduction()
4042 VPTransformState &State) { in clearReductionWrapFlags()
4148 VPTransformState &State) { in fixNonInductionPHIs()
4175 VPTransformState &State) { in widenCallInstruction()
7560 VPTransformState State{BestVF, BestUF, LI, DT, ILV.Builder, &ILV, &BestVPlan}; in executePlan()
9226 void VPWidenCallRecipe::execute(VPTransformState &State) { in execute()
9231 void VPWidenIntOrFpInductionRecipe::execute(VPTransformState &State) { in execute()
9332 void VPWidenPointerInductionRecipe::execute(VPTransformState &State) { in execute()
9430 void VPScalarIVStepsRecipe::execute(VPTransformState &State) { in execute()
9489 void VPInterleaveRecipe::execute(VPTransformState &State) { in execute()
9495 void VPReductionRecipe::execute(VPTransformState &State) { in execute()
9544 void VPReplicateRecipe::execute(VPTransformState &State) { in execute()
9583 void VPWidenMemoryInstructionRecipe::execute(VPTransformState &State) { in execute()
9759 Value *VPTransformState::get(VPValue *Def, unsigned Part) { in get()