Home
last modified time | relevance | path

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

/freebsd/contrib/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; in isCanonical() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1771 const InductionDescriptor &IndDesc; variable
1775 const InductionDescriptor &IndDesc) in VPWidenIntOrFpInductionRecipe()
1782 const InductionDescriptor &IndDesc, in VPWidenIntOrFpInductionRecipe()
1848 const InductionDescriptor &IndDesc; variable
1856 const InductionDescriptor &IndDesc, in VPWidenPointerInductionRecipe()
2872 VPDerivedIVRecipe(const InductionDescriptor &IndDesc, VPValue *Start, in VPDerivedIVRecipe()
2931 VPScalarIVStepsRecipe(const InductionDescriptor &IndDesc, VPValue *IV, in VPScalarIVStepsRecipe()
H A DLoopVectorizationLegality.cpp1173 InductionDescriptor IndDesc = Induction.second; in canVectorizeFPMath() local
H A DLoopVectorize.cpp7926 VPValue *Start, const InductionDescriptor &IndDesc, in createWidenInductionRecipes()