Home
last modified time | relevance | path

Searched refs:t24 (Results 1 – 19 of 19) 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/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll26 %t24 = sub i32 %t17, %t23
27 %t27 = add i32 %t24, %t26
/external/valgrind/VEX/orig_ppc32/
Ddate.orig86 33: MOVL $0x0, t24
87 34: PUTL t24, R0
291 34: GETL R7, t24
294 37: STL t24, (t26)
406 36: MOVL $0x6FFFFF40, t24
407 37: PUTL t24, R28
980 28: GETL R1, t24
981 29: ADDL $0x23C, t24
982 30: STL t22, (t24)
1099 30: GETL R30, t24
[all …]
Dreturn0.orig86 33: MOVL $0x0, t24
87 34: PUTL t24, R0
291 34: GETL R7, t24
294 37: STL t24, (t26)
406 36: MOVL $0x6FFFFF40, t24
407 37: PUTL t24, R28
980 28: GETL R1, t24
981 29: ADDL $0x23C, t24
982 30: STL t22, (t24)
1099 30: GETL R30, t24
[all …]
/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.cpp393 int t24[F(__is_integral(Union))]; in is_integral() local
422 int t24[F(__is_floating_point(Union))]; in is_floating_point() local
451 int t24[F(__is_arithmetic(Union))]; in is_arithmetic() local
482 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type() local
506 int t24[F(__is_void(Union))]; in is_void() local
536 int t24[F(__is_array(long))]; in is_array() local
575 int t24[F(__is_function(long))]; in is_function() local
648 int t24[T(__is_fundamental(void))]; in is_fundamental() local
698 int t24[F(__is_scalar(Derives))]; in is_scalar() local
727 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/clang/test/CodeGen/
Dlibcalls-fno-builtin.c123 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.c247 void t24() {
/external/llvm/test/CodeGen/R600/
Dllvm.SI.resinfo.ll76 %t24 = extractelement <4 x i32> %res14, i32 1
79 %t27 = add i32 %t24, %t25
Dllvm.SI.sampled.ll107 %t24 = extractelement <4 x float> %res14, i32 1
110 %t27 = fadd float %t24, %t25
Dllvm.SI.sample.ll107 %t24 = extractelement <4 x float> %res14, i32 1
110 %t27 = fadd float %t24, %t25
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll234 define i64 @t24(i8** %y) {
235 ; CHECK-LABEL: @t24(
/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/libcxxabi/test/
Ddynamic_cast3.pass.cpp1322 namespace t24 namespace
1349 t24::A1* getA1() {return A2::getA1();} in getA1()
2436 t24::test(); in main()