Searched defs:NeedsMaskForGaps (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 1835 bool NeedsMaskForGaps = false; global() variable 1840 VPInterleaveRecipe(const InterleaveGroup<Instruction> * IG,VPValue * Addr,ArrayRef<VPValue * > StoredValues,VPValue * Mask,bool NeedsMaskForGaps) VPInterleaveRecipe() argument
|
H A D | LoopVectorize.cpp | 2506 vectorizeInterleaveGroup(const InterleaveGroup<Instruction> * Group,ArrayRef<VPValue * > VPDefs,VPTransformState & State,VPValue * Addr,ArrayRef<VPValue * > StoredValues,VPValue * BlockInMask,bool NeedsMaskForGaps) vectorizeInterleaveGroup() argument 8856 bool NeedsMaskForGaps = tryToBuildVPlanWithVPRecipes() local
|