Home
last modified time | relevance | path

Searched refs:IsPredicated (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.h841 bool IsPredicated; variable
847 VPReplicateRecipe(Instruction *I, bool IsUniform, bool IsPredicated = false)
849 IsPredicated(IsPredicated) { in VPRecipeBase()
855 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
H A DLoopVectorize.cpp6512 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWiden() local
6515 if (IsPredicated) in tryToWiden()
6622 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in handleReplication() local
6625 auto *Recipe = new VPReplicateRecipe(I, IsUniform, IsPredicated); in handleReplication()
6636 if (!IsPredicated) { in handleReplication()
6998 State.ILV->scalarizeInstruction(Ingredient, *State.Instance, IsPredicated); in execute()
7018 State.ILV->scalarizeInstruction(Ingredient, {Part, Lane}, IsPredicated); in execute()