Searched refs:getStepValue (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 176 Value *getStepValue() const { return StepValue; } in getStepValue() function
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1793 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 D | VPlanRecipes.cpp | 1274 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 D | VPlanTransforms.cpp | 621 WideIV->getTruncInst(), WideIV->getStartValue(), WideIV->getStepValue(), in legalizeAndOptimizeInductions()
|
| H A D | LoopVectorize.cpp | 9126 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute()
|