Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp51 VPValue *Start = Plan->getOrAddVPValue(II.getStartValue()); in VPInstructionsToVPRecipes()
H A DLoopVectorizationLegality.cpp520 isa<Constant>(ID.getStartValue()) && in addInductionPhi()
521 cast<Constant>(ID.getStartValue())->isNullValue()) { in addInductionPhi()
H A DVPlan.h1013 VPValue *getStartValue() { return getOperand(0); } in getStartValue() function
1078 VPValue *getStartValue() { in getStartValue() function
H A DLoopVectorize.cpp2395 assert(IV->getType() == ID.getStartValue()->getType() && "Types must match"); in widenIntOrFpInduction()
3340 auto StartValue = ID.getStartValue(); in emitTransformedIndex()
3545 BCResumeVal->addIncoming(II.getStartValue(), BB); in createInductionResumeValues()
4737 VPValue *StartVPV = PhiR->getStartValue(); in widenPHIInstruction()
4877 Value *ScalarStartValue = II.getStartValue(); in widenPHIInstruction()
8643 assert(II.getStartValue() == in tryToOptimizeInductionPHI()
8675 VPValue *Start = Plan.getOrAddVPValue(II.getStartValue()); in tryToOptimizeInductionTruncate()
9400 State.ILV->widenIntOrFpInduction(IV, getStartValue()->getLiveInIRValue(), in execute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h281 Value *getStartValue() const { return StartValue; } in getStartValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp208 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds()
415 ConstantInt *Init = dyn_cast_or_null<ConstantInt>(IndDesc.getStartValue()); in isCanonical()