Searched refs:shufy (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | icmp-vec.ll | 220 %shufy = shufflevector <4 x i8> %y, <4 x i8> undef, <4 x i32> < i32 3, i32 3, i32 2, i32 0 > 221 %cmp = icmp sgt <4 x i8> %shufx, %shufy 234 …%shufy = shufflevector <4 x float> %y, <4 x float> undef, <5 x i32> < i32 0, i32 1, i32 3, i32 2, … 235 %cmp = fcmp oeq <5 x float> %shufx, %shufy 250 %shufy = shufflevector <4 x i8> %y, <4 x i8> undef, <4 x i32> < i32 3, i32 3, i32 3, i32 3 > 251 %cmp = icmp ugt <4 x i8> %shufx, %shufy 267 %shufy = shufflevector <4 x i8> %y, <4 x i8> undef, <2 x i32> < i32 3, i32 2 > 268 %cmp = icmp eq <2 x i8> %shufx, %shufy 269 call void @use_v2i8(<2 x i8> %shufy) 285 %shufy = shufflevector <4 x i8> %y, <4 x i8> undef, <2 x i32> < i32 0, i32 0 > [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 409 __m128i shufx, shufy; in do_triangle_ccw() local 424 shufy = _mm_shuffle_epi32(verty, _MM_SHUFFLE(3,0,2,1)); in do_triangle_ccw() 426 dcdx = _mm_sub_epi32(verty, shufy); in do_triangle_ccw() 511 __m128i shufx, shufy; in do_triangle_ccw() 542 shufy = vec_perm (verty, verty, vshuf_mask.m128i); in do_triangle_ccw() 544 dcdx = vec_sub_epi32(verty, shufy); in do_triangle_ccw()
|