Home
last modified time | relevance | path

Searched refs:t29 (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dreduction-order.ll27 %t21 = phi i64 [ 0, %t16 ], [ %t29, %t20 ]
32 %t29 = add nuw nsw i64 %t21, 1
33 %t30 = icmp eq i64 %t29, undef
/external/llvm-project/llvm/test/Transforms/Reassociate/
D2012-05-08-UndefLeak.ll41 %t29 = add i64 %t28, %t11
42 %t30 = add i64 %t29, %t12
76 %t64 = add i64 %t63, %t29
/external/llvm/test/Transforms/Reassociate/
D2012-05-08-UndefLeak.ll41 %t29 = add i64 %t28, %t11
42 %t30 = add i64 %t29, %t12
76 %t64 = add i64 %t63, %t29
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dreorder_repeated_ops.ll76 %t29 = select i1 %t28, i32 undef, i32 %t27
80 %t33 = icmp sgt i32 %t32, %t29
81 %t34 = select i1 %t33, i32 %t29, i32 %t32
Dvec_list_bias.ll78 %t29 = sub nsw i32 %t9, %t15
79 %t30 = add nsw i32 %t27, %t29
82 %t34 = mul nsw i32 %t29, -15137
DPR34635.ll83 %t29 = select i1 %t27, i32 4, i32 %t25
87 %t33 = select i1 %t31, i32 5, i32 %t29
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Drdf-filter-defs.ll82 %t29 = getelementptr inbounds %type.0, %type.0* %p0, i32 0, i32 1
86 %t30 = getelementptr inbounds %type.3, %type.3* %t29, i32 0, i32 0
91 %t32 = bitcast %type.3* %t29 to i8*
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll81 %t29 = getelementptr inbounds i64, i64* %arg, i64 %t26 ; <i64*> [#uses=1]
85 %t33 = load i64, i64* %t29 ; <i64> [#uses=1]
Dashr-tripcount.ll71 %t29 = load i32, i32* %t28, align 4 ; <i32> [#uses=1]
72 %t30 = zext i32 %t29 to i64 ; <i64> [#uses=1]
/external/rust/crates/ring/crypto/fipsmodule/aes/
Daes_nohw.c578 aes_word_t t29 = aes_nohw_xor(t28, t22); in aes_nohw_sub_bytes() local
588 aes_word_t t39 = aes_nohw_and(t29, t38); in aes_nohw_sub_bytes()
591 aes_word_t t42 = aes_nohw_xor(t29, t33); in aes_nohw_sub_bytes()
592 aes_word_t t43 = aes_nohw_xor(t29, t40); in aes_nohw_sub_bytes()
600 aes_word_t z5 = aes_nohw_and(t29, y7); in aes_nohw_sub_bytes()
609 aes_word_t z14 = aes_nohw_and(t29, y2); in aes_nohw_sub_bytes()
/external/llvm-project/llvm/test/CodeGen/X86/
Dcallbr-asm-bb-exports.ll19 ; CHECK-NEXT: t29: ch,glue = inlineasm_br t22, {{.*}}, t22:1
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll81 %t29 = getelementptr inbounds i64, i64* %arg, i64 %t26 ; <i64*> [#uses=1]
85 %t33 = load i64, i64* %t29 ; <i64> [#uses=1]
Dashr-tripcount.ll73 %t29 = load i32, i32* %t28, align 4 ; <i32> [#uses=1]
74 %t30 = zext i32 %t29 to i64 ; <i64> [#uses=1]
/external/llvm-project/clang/test/CodeGen/
Dasm.c244 void t29(void) { in t29() function
/external/clang/test/CodeGen/
Dasm.c244 void t29(void) { in t29() function
/external/clang/test/SemaCXX/
Dtype-traits.cpp421 int t29[F(__is_integral(void))]; in is_integral() local
450 int t29[F(__is_floating_point(void))]; in is_floating_point() local
479 int t29[F(__is_arithmetic(void))]; in is_arithmetic() local
534 int t29[F(__is_void(IntArNB))]; in is_void() local
564 int t29[F(__is_array(Enum))]; in is_array() local
603 int t29[F(__is_function(Enum))]; in is_function() local
755 int t29[F(__is_compound(unsigned short))]; in is_compound() local
792 int t29[F(__is_pointer(IntArNB))]; in is_pointer() local
825 int t29[F(__is_member_object_pointer(int))]; in is_member_object_pointer() local
861 int t29[F(__is_member_function_pointer(int))]; in is_member_function_pointer() local
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c576 aes_word_t t29 = aes_nohw_xor(t28, t22); in aes_nohw_sub_bytes() local
586 aes_word_t t39 = aes_nohw_and(t29, t38); in aes_nohw_sub_bytes()
589 aes_word_t t42 = aes_nohw_xor(t29, t33); in aes_nohw_sub_bytes()
590 aes_word_t t43 = aes_nohw_xor(t29, t40); in aes_nohw_sub_bytes()
598 aes_word_t z5 = aes_nohw_and(t29, y7); in aes_nohw_sub_bytes()
607 aes_word_t z14 = aes_nohw_and(t29, y2); in aes_nohw_sub_bytes()
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c576 aes_word_t t29 = aes_nohw_xor(t28, t22); in aes_nohw_sub_bytes() local
586 aes_word_t t39 = aes_nohw_and(t29, t38); in aes_nohw_sub_bytes()
589 aes_word_t t42 = aes_nohw_xor(t29, t33); in aes_nohw_sub_bytes()
590 aes_word_t t43 = aes_nohw_xor(t29, t40); in aes_nohw_sub_bytes()
598 aes_word_t z5 = aes_nohw_and(t29, y7); in aes_nohw_sub_bytes()
607 aes_word_t z14 = aes_nohw_and(t29, y2); in aes_nohw_sub_bytes()
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp477 int t29[F(__is_integral(void))]; in is_integral() local
506 int t29[F(__is_floating_point(void))]; in is_floating_point() local
614 int t29[F(__is_arithmetic(void))]; in is_arithmetic() local
666 int t29[F(__is_void(IntArNB))]; in is_void() local
696 int t29[F(__is_array(Enum))]; in is_array() local
735 int t29[F(__is_function(Enum))]; in is_function() local
888 int t29[F(__is_compound(unsigned short))]; in is_compound() local
925 int t29[F(__is_pointer(IntArNB))]; in is_pointer() local
958 int t29[F(__is_member_object_pointer(int))]; in is_member_object_pointer() local
994 int t29[F(__is_member_function_pointer(int))]; in is_member_function_pointer() local
[all …]
/external/clang/test/Coverage/
Dc-language-features.inc130 int t29 = t28 - t28;
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/
Dnancvt.ll99 %t29 = load i32, i32* %i, align 4
100 %t30 = getelementptr [3 x i64], [3 x i64]* @dnan, i32 0, i32 %t29
/external/llvm-project/clang/test/Coverage/
Dc-language-features.inc132 int t29 = t28 - t28;
/external/llvm-project/llvm/test/Transforms/AggressiveInstCombine/
Dmasked-cmp.ll222 %t29 = lshr i64 %x, 29
263 %a29 = and i64 %t29, %a28
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll271 define i32 @t29(i64 %y) {
272 ; CHECK-LABEL: @t29(
/external/llvm-project/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll272 define i32 @t29(i64 %y) {
273 ; CHECK-LABEL: @t29(

12