Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dvec-cttz-01.ll5 declare <16 x i8> @llvm.cttz.v16i8(<16 x i8> %src, i1 %is_zero_undef)
6 declare <8 x i16> @llvm.cttz.v8i16(<8 x i16> %src, i1 %is_zero_undef)
7 declare <4 x i32> @llvm.cttz.v4i32(<4 x i32> %src, i1 %is_zero_undef)
8 declare <2 x i64> @llvm.cttz.v2i64(<2 x i64> %src, i1 %is_zero_undef)
Dvec-ctlz-01.ll5 declare <16 x i8> @llvm.ctlz.v16i8(<16 x i8> %src, i1 %is_zero_undef)
6 declare <8 x i16> @llvm.ctlz.v8i16(<8 x i16> %src, i1 %is_zero_undef)
7 declare <4 x i32> @llvm.ctlz.v4i32(<4 x i32> %src, i1 %is_zero_undef)
8 declare <2 x i64> @llvm.ctlz.v2i64(<2 x i64> %src, i1 %is_zero_undef)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-cttz-01.ll5 declare <16 x i8> @llvm.cttz.v16i8(<16 x i8> %src, i1 %is_zero_undef)
6 declare <8 x i16> @llvm.cttz.v8i16(<8 x i16> %src, i1 %is_zero_undef)
7 declare <4 x i32> @llvm.cttz.v4i32(<4 x i32> %src, i1 %is_zero_undef)
8 declare <2 x i64> @llvm.cttz.v2i64(<2 x i64> %src, i1 %is_zero_undef)
Dvec-ctlz-01.ll5 declare <16 x i8> @llvm.ctlz.v16i8(<16 x i8> %src, i1 %is_zero_undef)
6 declare <8 x i16> @llvm.ctlz.v8i16(<8 x i16> %src, i1 %is_zero_undef)
7 declare <4 x i32> @llvm.ctlz.v4i32(<4 x i32> %src, i1 %is_zero_undef)
8 declare <2 x i64> @llvm.ctlz.v2i64(<2 x i64> %src, i1 %is_zero_undef)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dcttz-undef-arg.ll8 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
12 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
/external/llvm/test/Verifier/
Dcttz-undef-arg.ll8 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
12 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dcall.ll192 declare i256 @llvm.cttz.i256(i256 %src, i1 %is_zero_undef)
202 declare <2 x i256> @llvm.cttz.v2i256(<2 x i256> %src, i1 %is_zero_undef)
/external/llvm/test/Transforms/InstSimplify/
Dcall.ll46 declare i256 @llvm.cttz.i256(i256 %src, i1 %is_zero_undef)
/external/llvm/test/Transforms/InstCombine/
Dselect-cmp-cttz-ctlz.ll5 ; the 'is_zero_undef' flag cleared.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dselect-cmp-cttz-ctlz.ll5 ; the 'is_zero_undef' flag cleared.
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc300 auto is_zero_undef = b_->getFalse(); in EmitIntegerUnaryOp() local
302 {operand_value, is_zero_undef}, in EmitIntegerUnaryOp()
/external/llvm/docs/
DLangRef.rst10808 declare i8 @llvm.ctlz.i8 (i8 <src>, i1 <is_zero_undef>)
10809 declare i16 @llvm.ctlz.i16 (i16 <src>, i1 <is_zero_undef>)
10810 declare i32 @llvm.ctlz.i32 (i32 <src>, i1 <is_zero_undef>)
10811 declare i64 @llvm.ctlz.i64 (i64 <src>, i1 <is_zero_undef>)
10812 declare i256 @llvm.ctlz.i256(i256 <src>, i1 <is_zero_undef>)
10813 declare <2 x i32> @llvm.ctlz.v2i32(<2 x i32> <src>, i1 <is_zero_undef>)
10840 if ``is_zero_undef == 0`` and ``undef`` otherwise. For example,
10855 declare i8 @llvm.cttz.i8 (i8 <src>, i1 <is_zero_undef>)
10856 declare i16 @llvm.cttz.i16 (i16 <src>, i1 <is_zero_undef>)
10857 declare i32 @llvm.cttz.i32 (i32 <src>, i1 <is_zero_undef>)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLangRef.rst11893 declare i8 @llvm.ctlz.i8 (i8 <src>, i1 <is_zero_undef>)
11894 declare i16 @llvm.ctlz.i16 (i16 <src>, i1 <is_zero_undef>)
11895 declare i32 @llvm.ctlz.i32 (i32 <src>, i1 <is_zero_undef>)
11896 declare i64 @llvm.ctlz.i64 (i64 <src>, i1 <is_zero_undef>)
11897 declare i256 @llvm.ctlz.i256(i256 <src>, i1 <is_zero_undef>)
11898 declare <2 x i32> @llvm.ctlz.v2i32(<2 x i32> <src>, i1 <is_zero_undef>)
11925 if ``is_zero_undef == 0`` and ``undef`` otherwise. For example,
11940 declare i8 @llvm.cttz.i8 (i8 <src>, i1 <is_zero_undef>)
11941 declare i16 @llvm.cttz.i16 (i16 <src>, i1 <is_zero_undef>)
11942 declare i32 @llvm.cttz.i32 (i32 <src>, i1 <is_zero_undef>)
[all …]