Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGTransforms.cpp51 if (II.getKind() == InductionDescriptor::IK_IntInduction || in VPInstructionsToVPRecipes()
DLoopVectorizationLegality.cpp547 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()
DLoopVectorize.cpp3830 case InductionDescriptor::IK_IntInduction: in widenPHIInstruction()
6645 if (II.getKind() == InductionDescriptor::IK_IntInduction || in tryToOptimizeInduction()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp666 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
697 case IK_IntInduction: { in transform()
788 D = InductionDescriptor(StartValue, IK_IntInduction, Step); in isInductionPHI()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h265 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h259 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp766 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
813 case IK_IntInduction: { in transform()
1112 D = InductionDescriptor(StartValue, IK_IntInduction, Step, /*BOp=*/ nullptr, in isInductionPHI()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4023 case InductionDescriptor::IK_IntInduction: in widenPHIInstruction()
4549 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()