Home
last modified time | relevance | path

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

/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/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll26 %t24 = sub i32 %t17, %t23
27 %t27 = add i32 %t24, %t26
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll26 %t24 = sub i32 %t17, %t23
27 %t27 = add i32 %t24, %t26
/external/clang/test/Coverage/
Dc-language-features.inc122 int t24 = !t19;
123 int t25 = __real t24;
124 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/test/Transforms/IndVarSimplify/
Deliminate-rem.ll76 %t24 = mul i64 %t6, %arg1 ; <i64> [#uses=1]
78 %t26 = add nsw i64 %t24, %t22 ; <i64> [#uses=1]
Dashr-tripcount.ll66 %t24 = getelementptr float, float* %pow4_3_tab_ptr, i64 %t23 ; <float*> [#uses=1]
67 %t25 = load float, float* %t24, align 4 ; <float> [#uses=1]
/external/swiftshader/third_party/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]
Dashr-tripcount.ll66 %t24 = getelementptr float* %pow4_3_tab_ptr, i64 %t23 ; <float*> [#uses=1]
67 %t25 = load float* %t24, align 4 ; <float> [#uses=1]
/external/clang/test/CodeGen/
Dlibcalls-fno-builtin.c130 long int t24(char **x) { return strtoull("1234", x, 10); } in t24() function
Dasm.c196 void *t24(char c) { in t24() function
Dms-inline-asm.c256 void t24() {
/external/llvm/test/CodeGen/ARM/
Dminmax.ll187 ; CHECK-LABEL: t24
189 define <8 x i8> @t24(<8 x i8> %a, <8 x i8> %b) {
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll234 define i64 @t24(i8** %y) {
235 ; CHECK-LABEL: @t24(
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlsr-reuse.ll515 %t24 = sub i64 %arg6, %t22 ; <i64> [#uses=4]
518 %t27 = icmp sgt i64 %t24, 0 ; <i1> [#uses=1]
556 %t56 = icmp sgt i64 %t24, 15 ; <i1> [#uses=2]
630 %t116 = phi i64 [ %t97, %bb58 ], [ %t24, %bb57 ] ; <i64> [#uses=1]
723 %t195 = phi i64 [ %t116, %bb112 ], [ %t171, %bb119 ], [ %t24, %bb118 ] ; <i64> [#uses=2]
/external/llvm/test/CodeGen/X86/
Dlsr-reuse.ll516 %t24 = sub i64 %arg6, %t22 ; <i64> [#uses=4]
519 %t27 = icmp sgt i64 %t24, 0 ; <i1> [#uses=1]
557 %t56 = icmp sgt i64 %t24, 15 ; <i1> [#uses=2]
631 %t116 = phi i64 [ %t97, %bb58 ], [ %t24, %bb57 ] ; <i64> [#uses=1]
724 %t195 = phi i64 [ %t116, %bb112 ], [ %t171, %bb119 ], [ %t24, %bb118 ] ; <i64> [#uses=2]
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dlsr-on-unrolled-loops.ll65 %t24 = getelementptr [64 x float]* %t, i32 0, i32 %t23
151 store float %t90, float* %t24, align 4
214 store float %t149, float* %t24, align 4
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp1328 namespace t24 namespace
1355 t24::A1* getA1() {return A2::getA1();} in getA1()
2442 t24::test(); in main()