Home
last modified time | relevance | path

Searched refs:t24 (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll29 %t24 = mul i32 %t23, %t23
30 %t25 = mul i32 %t24, %t24
Dfast-mightymul.ll29 %t24 = fmul fast float %t23, %t23
30 %t25 = fmul fast float %t24, %t24
D2012-05-08-UndefLeak.ll36 %t24 = add i64 %t23, %t6
37 %t25 = add i64 %t24, %t7
71 %t59 = add i64 %t58, %t24
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dmightymul.ll29 %t24 = mul i32 %t23, %t23
30 %t25 = mul i32 %t24, %t24
Dfast-mightymul.ll29 %t24 = fmul fast float %t23, %t23
30 %t25 = fmul fast float %t24, %t24
Dfp-expr.ll14 %t24 = fadd fast <4 x float> %t23, undef
15 tail call void @wombat(<4 x float> %t24)
D2012-05-08-UndefLeak.ll36 %t24 = add i64 %t23, %t6
37 %t25 = add i64 %t24, %t7
71 %t59 = add i64 %t58, %t24
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dreduction-order.ll22 %t18 = phi i32 [ %t24, %t20 ]
29 %t23 = phi i32 [ 0, %t16 ], [ %t24, %t20 ]
30 %t24 = add i32 3, %t23
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dreuse-extracts-in-wider-vect.ll47 %t24 = fdiv fast float 1.000000e+00, %t18
53 store float %t24, float* %t25, align 4
54 store float %t24, float* %t31, align 4
55 store float %t24, float* %t33, align 4
Dreorder_repeated_ops.ll71 %t24 = sub i32 %t23, undef
72 %t25 = add nsw i32 %t24, -49
82 %t35 = add nsw i32 %t24, -33
DPR34635.ll78 %t24 = select i1 %t23, i32 %t22, i32 %t20
81 %t27 = icmp slt i32 %t26, %t24
82 %t28 = select i1 %t27, i32 %t26, i32 %t24
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dtwo-crash.ll16 %t24.sroa.3.0.extract.trunc = trunc i64 %t14.sroa.4.0.extract.shift to i32
17 %add31 = add i32 %add21, %t24.sroa.3.0.extract.trunc
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll26 %t24 = sub i32 %t17, %t23
27 %t27 = add i32 %t24, %t26
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll26 %t24 = sub i32 %t17, %t23
27 %t27 = add i32 %t24, %t26
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dsimd-build-pair.ll13 ; t24: i64 = build_pair t30, t28
14 ; t8: ch = store<(store 8 into `i64* undef`, align 1)> t3:1, t24, undef:i32, undef:i32
/external/clang/test/Coverage/
Dc-language-features.inc122 int t24 = !t19;
123 int t25 = __real t24;
124 int t26 = __imag t24;
/external/llvm-project/clang/test/Coverage/
Dc-language-features.inc124 int t24 = !t19;
125 int t25 = __real t24;
126 int t26 = __imag t24;
/external/clang/test/SemaCXX/
Dtype-traits.cpp416 int t24[F(__is_integral(Union))]; in is_integral() local
445 int t24[F(__is_floating_point(Union))]; in is_floating_point() local
474 int t24[F(__is_arithmetic(Union))]; in is_arithmetic() local
505 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type() local
529 int t24[F(__is_void(Union))]; in is_void() local
559 int t24[F(__is_array(long))]; in is_array() local
598 int t24[F(__is_function(long))]; in is_function() local
671 int t24[T(__is_fundamental(void))]; in is_fundamental() local
721 int t24[F(__is_scalar(Derives))]; in is_scalar() local
750 int t24[F(__is_compound(char))]; in is_compound() local
[all …]
/external/llvm-project/clang/test/CodeGen/
Dattributes.c105 void t24(f_t f1) { in t24() function
Dlibcalls-fno-builtin.c145 long int t24(char **x) { return strtoull("1234", x, 10); } in t24() function
Dasm.c196 void *t24(char c) { in t24() function
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll76 %t24 = mul i64 %t6, %arg1 ; <i64> [#uses=1]
78 %t26 = add nsw i64 %t24, %t22 ; <i64> [#uses=1]
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp472 int t24[F(__is_integral(Union))]; in is_integral() local
501 int t24[F(__is_floating_point(Union))]; in is_floating_point() local
609 int t24[F(__is_arithmetic(Union))]; in is_arithmetic() local
637 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type() local
661 int t24[F(__is_void(Union))]; in is_void() local
691 int t24[F(__is_array(long))]; in is_array() local
730 int t24[F(__is_function(long))]; in is_function() local
803 int t24[T(__is_fundamental(void))]; in is_fundamental() local
854 int t24[F(__is_scalar(Derives))]; in is_scalar() local
883 int t24[F(__is_compound(char))]; in is_compound() local
[all …]
/external/clang/test/CodeGen/
Dlibcalls-fno-builtin.c130 long int t24(char **x) { return strtoull("1234", x, 10); } in t24() function
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll76 %t24 = mul i64 %t6, %arg1 ; <i64> [#uses=1]
78 %t26 = add nsw i64 %t24, %t22 ; <i64> [#uses=1]

123