Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2762 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2765 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2774 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2777 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2784 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2786 MaskForGaps) in vectorizeInterleaveGroup()
2838 assert((!MaskForGaps || useMaskedInterleavedAccesses(*TTI)) && in vectorizeInterleaveGroup()
2840 assert((!MaskForGaps || !VF.isScalable()) && in vectorizeInterleaveGroup()
2846 assert((Group->getMember(i) || MaskForGaps) && in vectorizeInterleaveGroup()
2879 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2122 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2124 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()
2125 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2134 if (IsMaskForCondRequired || MaskForGaps) { in vectorizeInterleaveGroup()
2137 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2143 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2145 MaskForGaps) in vectorizeInterleaveGroup()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2065 Value *MaskForGaps = nullptr;
2067 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group);
2068 assert(MaskForGaps && "Mask for Gaps is required but it is null");
2077 if (IsMaskForCondRequired || MaskForGaps) {
2080 Value *GroupMask = MaskForGaps;
2086 GroupMask = MaskForGaps
2088 MaskForGaps)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2236 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2238 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()
2239 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2248 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2251 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2258 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2260 MaskForGaps) in vectorizeInterleaveGroup()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2251 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2253 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()
2254 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2263 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2266 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2273 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2275 MaskForGaps) in vectorizeInterleaveGroup()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2236 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2238 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()
2239 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2248 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2251 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2258 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2260 MaskForGaps) in vectorizeInterleaveGroup()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2251 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2253 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()
2254 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2263 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2266 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2273 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2275 MaskForGaps) in vectorizeInterleaveGroup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2236 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2238 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()
2239 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2248 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2251 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2258 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2260 MaskForGaps) in vectorizeInterleaveGroup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2385 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2388 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()
2389 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2398 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2401 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2409 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2411 MaskForGaps) in vectorizeInterleaveGroup()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2604 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2607 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()
2608 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2617 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2620 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2628 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2630 MaskForGaps) in vectorizeInterleaveGroup()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2604 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2607 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()
2608 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2617 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2620 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2628 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2630 MaskForGaps) in vectorizeInterleaveGroup()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2766 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2768 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()
2769 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2778 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2781 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2788 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2790 MaskForGaps) in vectorizeInterleaveGroup()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2766 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2768 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()
2769 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2778 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2781 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2788 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2790 MaskForGaps) in vectorizeInterleaveGroup()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2766 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2768 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()
2769 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2778 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2781 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2788 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2790 MaskForGaps) in vectorizeInterleaveGroup()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2766 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2768 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()
2769 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2778 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2781 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2788 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2790 MaskForGaps) in vectorizeInterleaveGroup()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2766 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2768 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()
2769 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2778 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()
2781 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2788 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2790 MaskForGaps) in vectorizeInterleaveGroup()