Searched defs:IndDesc (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/unittests/Analysis/ |
H A D | IVDescriptorsTest.cpp | 84 InductionDescriptor IndDesc; in TEST() local 160 InductionDescriptor IndDesc; in TEST() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 205 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 D | VPlan.h | 1713 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 D | LoopVectorizationLegality.cpp | 1173 InductionDescriptor IndDesc = Induction.second; canVectorizeFPMath() local
|
H A D | LoopVectorize.cpp | 8066 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 D | VPlanTest.cpp | 1208 InductionDescriptor IndDesc; TEST() local
|