Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h273 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp49 if (II.getKind() == InductionDescriptor::IK_IntInduction || in VPInstructionsToVPRecipes()
H A DLoopVectorizationLegality.cpp534 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()
568 ID.getKind() == InductionDescriptor::IK_IntInduction) { in setupOuterLoopInductions()
H A DLoopVectorize.cpp3421 case InductionDescriptor::IK_IntInduction: { in emitTransformedIndex()
4740 case InductionDescriptor::IK_IntInduction: in widenPHIInstruction()
8740 if (II.getKind() == InductionDescriptor::IK_IntInduction || in tryToOptimizeInductionPHI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp975 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
1253 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp, in isInductionPHI()