Searched defs:IndDesc (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 204 InductionDescriptor IndDesc; getBounds() local 308 InductionDescriptor IndDesc; getInductionVariable() local 354 InductionDescriptor IndDesc; isAuxiliaryInductionVariable() local 412 InductionDescriptor IndDesc; isCanonical() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 1552 const InductionDescriptor &IndDesc; global() variable 1556 VPWidenIntOrFpInductionRecipe(PHINode * IV,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc) VPWidenIntOrFpInductionRecipe() argument 1563 VPWidenIntOrFpInductionRecipe(PHINode * IV,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc,TruncInst * Trunc) VPWidenIntOrFpInductionRecipe() argument 1623 const InductionDescriptor &IndDesc; global() variable 1631 VPWidenPointerInductionRecipe(PHINode * Phi,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc,bool IsScalarAfterVectorization) VPWidenPointerInductionRecipe() argument 2334 VPDerivedIVRecipe(const InductionDescriptor & IndDesc,VPValue * Start,VPCanonicalIVPHIRecipe * CanonicalIV,VPValue * Step,Type * TruncResultTy) VPDerivedIVRecipe() argument 2385 VPScalarIVStepsRecipe(const InductionDescriptor & IndDesc,VPValue * IV,VPValue * Step) VPScalarIVStepsRecipe() argument [all...] |
H A D | LoopVectorizationLegality.cpp | 1165 InductionDescriptor IndDesc = Induction.second; canVectorizeFPMath() local
|
H A D | LoopVectorize.cpp | 8169 createWidenInductionRecipes(PHINode * Phi,Instruction * PhiOrTrunc,VPValue * Start,const InductionDescriptor & IndDesc,VPlan & Plan,ScalarEvolution & SE,Loop & OrigLoop,VFRange & Range) createWidenInductionRecipes() argument
|