Searched refs:is_zero_undef (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-ctlz-01.ll | 5 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)
|
D | vec-cttz-01.ll | 5 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)
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | vec-cttz-01.ll | 5 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)
|
D | vec-ctlz-01.ll | 5 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/llvm/test/Verifier/ |
D | cttz-undef-arg.ll | 8 ; 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/Transforms/InstSimplify/ |
D | call.ll | 46 declare i256 @llvm.cttz.i256(i256 %src, i1 %is_zero_undef)
|
/external/llvm/test/Transforms/InstCombine/ |
D | select-cmp-cttz-ctlz.ll | 5 ; the 'is_zero_undef' flag cleared.
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | select-cmp-cttz-ctlz.ll | 6 ; the 'is_zero_undef' flag cleared.
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 328 auto is_zero_undef = b_->getFalse(); in EmitIntegerUnaryOp() local 330 {operand_value, is_zero_undef}, in EmitIntegerUnaryOp()
|
/external/llvm/docs/ |
D | LangRef.rst | 10808 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/llvm-project/llvm/docs/ |
D | LangRef.rst | 14040 declare i8 @llvm.ctlz.i8 (i8 <src>, i1 <is_zero_undef>) 14041 declare i16 @llvm.ctlz.i16 (i16 <src>, i1 <is_zero_undef>) 14042 declare i32 @llvm.ctlz.i32 (i32 <src>, i1 <is_zero_undef>) 14043 declare i64 @llvm.ctlz.i64 (i64 <src>, i1 <is_zero_undef>) 14044 declare i256 @llvm.ctlz.i256(i256 <src>, i1 <is_zero_undef>) 14045 declare <2 x i32> @llvm.ctlz.v2i32(<2 x i32> <src>, i1 <is_zero_undef>) 14072 if ``is_zero_undef == 0`` and ``undef`` otherwise. For example, 14087 declare i8 @llvm.cttz.i8 (i8 <src>, i1 <is_zero_undef>) 14088 declare i16 @llvm.cttz.i16 (i16 <src>, i1 <is_zero_undef>) 14089 declare i32 @llvm.cttz.i32 (i32 <src>, i1 <is_zero_undef>) [all …]
|