Searched refs:shufx (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | icmp-vec.ll | 212 %shufx = shufflevector <4 x i8> %x, <4 x i8> undef, <4 x i32> < i32 3, i32 3, i32 2, i32 0 > 214 %cmp = icmp sgt <4 x i8> %shufx, %shufy 227 …%shufx = shufflevector <4 x float> %x, <4 x float> undef, <5 x i32> < i32 0, i32 1, i32 3, i32 2, … 229 %cmp = fcmp oeq <5 x float> %shufx, %shufy 243 %shufx = shufflevector <4 x i8> %x, <4 x i8> undef, <4 x i32> < i32 3, i32 3, i32 3, i32 3 > 245 %cmp = icmp ugt <4 x i8> %shufx, %shufy 246 call void @use_v4i8(<4 x i8> %shufx) 260 %shufx = shufflevector <4 x i8> %x, <4 x i8> undef, <2 x i32> < i32 3, i32 2 > 262 %cmp = icmp eq <2 x i8> %shufx, %shufy 278 %shufx = shufflevector <4 x i8> %x, <4 x i8> undef, <2 x i32> < i32 0, i32 0 > [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 401 __m128i shufx, shufy; in do_triangle_ccw() local 415 shufx = _mm_shuffle_epi32(vertx, _MM_SHUFFLE(3,0,2,1)); in do_triangle_ccw() 419 dcdy = _mm_sub_epi32(vertx, shufx); in do_triangle_ccw() 503 __m128i shufx, shufy; in do_triangle_ccw() 533 shufx = vec_perm (vertx, vertx, vshuf_mask.m128i); in do_triangle_ccw() 537 dcdy = vec_sub_epi32(vertx, shufx); in do_triangle_ccw()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-vabs.ll | 151 …%rdx.shufx = shufflevector <16 x i16> %bin1.rdx, <16 x i16> undef, <16 x i32> <i32 4, i32 5, i32 6… 152 %bin.rdx = add <16 x i16> %bin1.rdx, %rdx.shufx
|