Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2033 bool NeedsMaskForGaps = false; global() variable
2038 VPInterleaveRecipe(const InterleaveGroup<Instruction> * IG,VPValue * Addr,ArrayRef<VPValue * > StoredValues,VPValue * Mask,bool NeedsMaskForGaps) VPInterleaveRecipe() argument
H A DLoopVectorize.cpp2426 vectorizeInterleaveGroup(const InterleaveGroup<Instruction> * Group,ArrayRef<VPValue * > VPDefs,VPTransformState & State,VPValue * Addr,ArrayRef<VPValue * > StoredValues,VPValue * BlockInMask,bool NeedsMaskForGaps) vectorizeInterleaveGroup() argument
8714 bool NeedsMaskForGaps = tryToBuildVPlanWithVPRecipes() local