Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1835 bool NeedsMaskForGaps = false; variable
1840 bool NeedsMaskForGaps) in VPInterleaveRecipe() argument
1842 NeedsMaskForGaps(NeedsMaskForGaps) {
H A DLoopVectorize.cpp578 VPValue *BlockInMask, bool NeedsMaskForGaps);
2506 VPValue *BlockInMask, bool NeedsMaskForGaps) { in vectorizeInterleaveGroup() argument
2597 if (NeedsMaskForGaps) { in vectorizeInterleaveGroup()
8856 bool NeedsMaskForGaps = in tryToBuildVPlanWithVPRecipes() local
8859 Recipe->getMask(), NeedsMaskForGaps); in tryToBuildVPlanWithVPRecipes()
9352 NeedsMaskForGaps); in execute()