Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h176 Value *getStepValue() const { return StepValue; } in getStepValue() function
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1793 getStepValue(), IndDesc, Trunc); in clone()
1823 VPValue *getStepValue() { return getOperand(1); } in getStepValue() function
1824 const VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
2889 getStepValue()); in clone()
2909 VPValue *getStepValue() const { return getOperand(2); } in getStepValue() function
2958 VPValue *getStepValue() const { return getOperand(1); } in getStepValue() function
H A DVPlanRecipes.cpp1274 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
1368 getStepValue()->printAsOperand(O, SlotTracker); in print()
1376 if (getStepValue()->getDefiningRecipe()) in isCanonical()
1378 auto *StepC = dyn_cast<ConstantInt>(getStepValue()->getLiveInIRValue()); in isCanonical()
1395 getStepValue()->printAsOperand(O, SlotTracker); in print()
1409 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
H A DVPlanTransforms.cpp621 WideIV->getTruncInst(), WideIV->getStartValue(), WideIV->getStepValue(), in legalizeAndOptimizeInductions()
H A DLoopVectorize.cpp9126 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()