Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp981 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
1075 getStepValue()->printAsOperand(O, SlotTracker); in print()
1083 if (getStepValue()->getDefiningRecipe()) in isCanonical()
1085 auto *StepC = dyn_cast<ConstantInt>(getStepValue()->getLiveInIRValue()); in isCanonical()
1100 getStepValue()->printAsOperand(O, SlotTracker); in print()
1117 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
H A DVPlan.h1599 VPValue *getStepValue() { return getOperand(1); } in getStepValue() function
1600 const VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
2363 VPValue *getStepValue() const { return getOperand(2); } in getStepValue() function
2406 VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
H A DVPlanTransforms.cpp528 WideIV->getStartValue(), WideIV->getStepValue()); in optimizeInductions()
H A DLoopVectorize.cpp9331 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h176 Value *getStepValue() const { return StepValue; } in getStepValue() function