Home
last modified time | relevance | path

Searched refs:getStepValue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h172 Value *getStepValue() const { return StepValue; } in getStepValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1964 VPValue *getStepValue() { return getOperand(1); } in getStepValue() function
1965 const VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
2001 return Op == getStartValue() || Op == getStepValue(); in onlyFirstLaneUsed()
2042 getPHINode(), getStartValue(), getStepValue(), getVFValue(), in clone()
3413 getStepValue()); in clone()
3440 VPValue *getStepValue() const { return getOperand(2); } in getStepValue() function
3504 VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
H A DVPlanTransforms.cpp694 WideIV->getTruncInst(), WideIV->getStartValue(), WideIV->getStepValue(), in legalizeAndOptimizeInductions()
734 VPValue *IVStep = WideIV->getStepValue(); in getOptimizableIVOf()
761 m_Specific(WideIV->getStepValue()))); in getOptimizableIVOf()
815 VPValue *Step = WideIV->getStepValue(); in optimizeEarlyExitInductionUser()
852 VPValue *Step = WideIV->getStepValue(); in optimizeLatchExitInductionUser()
2591 VPValue *Step = WidenIVR->getStepValue(); in expandVPWidenIntOrFpInduction()
H A DVPlanRecipes.cpp2138 if (getStepValue()->getDefiningRecipe()) in isCanonical()
2140 auto *StepC = dyn_cast<ConstantInt>(getStepValue()->getLiveInIRValue()); in isCanonical()
2157 getStepValue()->printAsOperand(O, SlotTracker); in print()
2171 Value *Step = State.get(getStepValue(), VPLane(0)); in execute()
3739 Value *ScalarStepValue = State.get(getStepValue(), VPLane(0)); in execute()
3740 Type *PhiType = State.TypeAnalysis.inferScalarType(getStepValue()); in execute()
3793 getStepValue()->printAsOperand(O, SlotTracker); in print()
H A DVPlanUnroll.cpp160 VPValue *ScalarStep = IV->getStepValue(); in unrollWidenInductionByUF()
H A DLoopVectorize.cpp8370 VPValue *Step = WideIV->getStepValue(); in addResumePhiRecipeForInduction()
8806 R->setOperand(1, WideIV->getStepValue()); in tryToBuildVPlanWithVPRecipes()
9347 Value *Step = State.get(getStepValue(), VPLane(0)); in execute()