Searched refs:IsPredicated (Results 1 – 2 of 2) sorted by relevance
841 bool IsPredicated; variable847 VPReplicateRecipe(Instruction *I, bool IsUniform, bool IsPredicated = false)849 IsPredicated(IsPredicated) { in VPRecipeBase()855 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
6512 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWiden() local6515 if (IsPredicated) in tryToWiden()6622 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in handleReplication() local6625 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()