Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dicmp-vec.ll213 %shufy = shufflevector <4 x i8> %y, <4 x i8> undef, <4 x i32> < i32 3, i32 3, i32 2, i32 0 >
214 %cmp = icmp sgt <4 x i8> %shufx, %shufy
228 …%shufy = shufflevector <4 x float> %y, <4 x float> undef, <5 x i32> < i32 0, i32 1, i32 3, i32 2, …
229 %cmp = fcmp oeq <5 x float> %shufx, %shufy
244 %shufy = shufflevector <4 x i8> %y, <4 x i8> undef, <4 x i32> < i32 3, i32 3, i32 3, i32 3 >
245 %cmp = icmp ugt <4 x i8> %shufx, %shufy
261 %shufy = shufflevector <4 x i8> %y, <4 x i8> undef, <2 x i32> < i32 3, i32 2 >
262 %cmp = icmp eq <2 x i8> %shufx, %shufy
263 call void @use_v2i8(<2 x i8> %shufy)
279 %shufy = shufflevector <4 x i8> %y, <4 x i8> undef, <2 x i32> < i32 0, i32 0 >
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c401 __m128i shufx, shufy; in do_triangle_ccw() local
416 shufy = _mm_shuffle_epi32(verty, _MM_SHUFFLE(3,0,2,1)); in do_triangle_ccw()
418 dcdx = _mm_sub_epi32(verty, shufy); in do_triangle_ccw()
503 __m128i shufx, shufy; in do_triangle_ccw()
534 shufy = vec_perm (verty, verty, vshuf_mask.m128i); in do_triangle_ccw()
536 dcdx = vec_sub_epi32(verty, shufy); in do_triangle_ccw()