Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2582 return MaskForGaps; in vectorizeInterleaveGroup()
2590 MaskForGaps) in vectorizeInterleaveGroup()
2596 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2598 MaskForGaps = in vectorizeInterleaveGroup()
2607 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2610 Value *GroupMask = CreateGroupMask(Part, MaskForGaps); in vectorizeInterleaveGroup()
2694 Value *MaskForGaps = in vectorizeInterleaveGroup() local
2698 assert((!MaskForGaps || !VF.isScalable()) && in vectorizeInterleaveGroup()
2705 assert((Group->getMember(i) || MaskForGaps) && in vectorizeInterleaveGroup()
2733 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
[all …]