Home
last modified time | relevance | path

Searched refs:t27 (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll32 %t27 = mul i32 %t26, %t26
33 %t28 = mul i32 %t27, %t27
Dfast-mightymul.ll32 %t27 = fmul fast float %t26, %t26
33 %t28 = fmul fast float %t27, %t27
D2012-05-08-UndefLeak.ll39 %t27 = add i64 %t26, %t9
40 %t28 = add i64 %t27, %t10
74 %t62 = add i64 %t61, %t27
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dmightymul.ll32 %t27 = mul i32 %t26, %t26
33 %t28 = mul i32 %t27, %t27
Dfast-mightymul.ll32 %t27 = fmul fast float %t26, %t26
33 %t28 = fmul fast float %t27, %t27
D2012-05-08-UndefLeak.ll39 %t27 = add i64 %t26, %t9
40 %t28 = add i64 %t27, %t10
74 %t62 = add i64 %t61, %t27
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll27 %t27 = add i32 %t24, %t26
31 %t = icmp ugt i32 %t27, undef
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll27 %t27 = add i32 %t24, %t26
31 %t = icmp ugt i32 %t27, undef
/external/clang/test/Coverage/
Dc-language-features.inc125 const char *t27 = t9;
126 t27 += (unsigned char) 0xFF;
127 t27 += (signed char) 0xFF;
/external/llvm-project/clang/test/Coverage/
Dc-language-features.inc127 const char *t27 = t9;
128 t27 += (unsigned char) 0xFF;
129 t27 += (signed char) 0xFF;
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dreorder_repeated_ops.ll74 %t27 = select i1 %t26, i32 undef, i32 %t25
75 %t28 = icmp sgt i32 %t27, undef
76 %t29 = select i1 %t28, i32 undef, i32 %t27
DPR34635.ll81 %t27 = icmp slt i32 %t26, %t24
82 %t28 = select i1 %t27, i32 %t26, i32 %t24
83 %t29 = select i1 %t27, i32 4, i32 %t25
Dvec_list_bias.ll76 %t27 = sub nsw i32 %t3, %t24
79 %t30 = add nsw i32 %t27, %t29
81 %t32 = mul nsw i32 %t27, 6270
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dinlineasm-vldvst-reg.ll9 ;; t28: v512i32 = bitcast t27
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dvector-loads.ll88 …%t27 = getelementptr inbounds [1024 x [131072 x i8]], [1024 x [131072 x i8]]* %targ0.1.typed, i64 …
90 %t28 = load i8, i8* %t27, align 2
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll79 %t27 = mul i64 %t11, %arg1 ; <i64> [#uses=1]
82 %t30 = add nsw i64 %t27, %t22 ; <i64> [#uses=1]
Dashr-tripcount.ll69 %t27 = sext i32 %t26 to i64 ; <i64> [#uses=1]
70 %t28 = getelementptr i32, i32* %quaSpectrum, i64 %t27 ; <i32*> [#uses=1]
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll79 %t27 = mul i64 %t11, %arg1 ; <i64> [#uses=1]
82 %t30 = add nsw i64 %t27, %t22 ; <i64> [#uses=1]
Dashr-tripcount.ll71 %t27 = sext i32 %t26 to i64 ; <i64> [#uses=1]
72 %t28 = getelementptr i32, i32* %quaSpectrum, i64 %t27 ; <i32*> [#uses=1]
/external/llvm-project/clang/test/CodeGen/
Dasm.c226 void t27(void) { in t27() function
/external/clang/test/CodeGen/
Dasm.c226 void t27(void) { in t27() function
/external/clang/test/SemaCXX/
Dtype-traits.cpp419 int t27[F(__is_integral(ClassType))]; in is_integral() local
448 int t27[F(__is_floating_point(ClassType))]; in is_floating_point() local
477 int t27[F(__is_arithmetic(ClassType))]; in is_arithmetic() local
532 int t27[F(__is_void(ClassType))]; in is_void() local
562 int t27[F(__is_array(Derives))]; in is_array() local
601 int t27[F(__is_function(Derives))]; in is_function() local
753 int t27[F(__is_compound(wchar_t))]; in is_compound() local
790 int t27[F(__is_pointer(Derives))]; in is_pointer() local
823 int t27[F(__is_member_object_pointer(char))]; in is_member_object_pointer() local
859 int t27[F(__is_member_function_pointer(char))]; in is_member_function_pointer() local
[all …]
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Drdf-filter-defs.ll77 %t27 = icmp eq i32 %t19, 0
78 br i1 %t27, label %b11, label %b15
/external/rust/crates/ring/crypto/fipsmodule/aes/
Daes_nohw.c576 aes_word_t t27 = aes_nohw_xor(t24, t26); in aes_nohw_sub_bytes() local
577 aes_word_t t28 = aes_nohw_and(t25, t27); in aes_nohw_sub_bytes()
584 aes_word_t t35 = aes_nohw_xor(t27, t33); in aes_nohw_sub_bytes()
587 aes_word_t t38 = aes_nohw_xor(t27, t36); in aes_nohw_sub_bytes()
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp475 int t27[F(__is_integral(ClassType))]; in is_integral() local
504 int t27[F(__is_floating_point(ClassType))]; in is_floating_point() local
612 int t27[F(__is_arithmetic(ClassType))]; in is_arithmetic() local
664 int t27[F(__is_void(ClassType))]; in is_void() local
694 int t27[F(__is_array(Derives))]; in is_array() local
733 int t27[F(__is_function(Derives))]; in is_function() local
886 int t27[F(__is_compound(wchar_t))]; in is_compound() local
923 int t27[F(__is_pointer(Derives))]; in is_pointer() local
956 int t27[F(__is_member_object_pointer(char))]; in is_member_object_pointer() local
992 int t27[F(__is_member_function_pointer(char))]; in is_member_function_pointer() local
[all …]

12