Home
last modified time | relevance | path

Searched defs:IndDesc (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/unittests/Analysis/
H A DIVDescriptorsTest.cpp84 InductionDescriptor IndDesc; in TEST() local
160 InductionDescriptor IndDesc; in TEST() local
/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp205 InductionDescriptor IndDesc; in getBounds() local
309 InductionDescriptor IndDesc; in getInductionVariable() local
355 InductionDescriptor IndDesc; in isAuxiliaryInductionVariable() local
413 InductionDescriptor IndDesc; isCanonical() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1713 const InductionDescriptor &IndDesc; global() variable
1717 VPWidenIntOrFpInductionRecipe(PHINode * IV,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc) VPWidenIntOrFpInductionRecipe() argument
1724 VPWidenIntOrFpInductionRecipe(PHINode * IV,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc,TruncInst * Trunc) VPWidenIntOrFpInductionRecipe() argument
1790 const InductionDescriptor &IndDesc; global() variable
1798 VPWidenPointerInductionRecipe(PHINode * Phi,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc,bool IsScalarAfterVectorization) VPWidenPointerInductionRecipe() argument
2745 VPDerivedIVRecipe(const InductionDescriptor & IndDesc,VPValue * Start,VPCanonicalIVPHIRecipe * CanonicalIV,VPValue * Step) VPDerivedIVRecipe() argument
2804 VPScalarIVStepsRecipe(const InductionDescriptor & IndDesc,VPValue * IV,VPValue * Step) VPScalarIVStepsRecipe() argument
[all...]
H A DLoopVectorizationLegality.cpp1173 InductionDescriptor IndDesc = Induction.second; canVectorizeFPMath() local
H A DLoopVectorize.cpp8066 createWidenInductionRecipes(PHINode * Phi,Instruction * PhiOrTrunc,VPValue * Start,const InductionDescriptor & IndDesc,VPlan & Plan,ScalarEvolution & SE,Loop & OrigLoop) createWidenInductionRecipes() argument
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp1208 InductionDescriptor IndDesc; TEST() local