Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2373 bool NeedsMaskForGaps = false; variable
2378 bool NeedsMaskForGaps, DebugLoc DL) in VPInterleaveRecipe() argument
2382 IG(IG), NeedsMaskForGaps(NeedsMaskForGaps) {
2404 NeedsMaskForGaps, getDebugLoc()); in clone()
H A DVPlanTransforms.cpp2487 bool NeedsMaskForGaps = in createInterleaveGroups() local
2538 … InsertPos->getMask(), NeedsMaskForGaps, InsertPos->getDebugLoc()); in createInterleaveGroups()
H A DVPlanRecipes.cpp3478 if (NeedsMaskForGaps) { in execute()
3676 IG->getAlign(), AS, Ctx.CostKind, getMask(), NeedsMaskForGaps); in computeCost()