Home
last modified time | relevance | path

Searched refs:t30 (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/Transforms/Reassociate/
D2012-05-08-UndefLeak.ll42 %t30 = add i64 %t29, %t12
43 %t31 = add i64 %t30, %t13
77 %t65 = add i64 %t64, %t30
/external/valgrind/VEX/orig_ppc32/
Ddate.orig98 41: GETL R1, t30
99 42: ADDL $0x30, t30
100 43: PUTL t30, R9
299 40: LDL (t28), t30
300 41: PUTL t30, R3
412 40: MOVL $0x21, t30
413 41: CMPL t26, t30, t28 (-rSo)
1107 36: GETL R1, t30
1108 37: ADDL $0xC, t30
1109 38: STL t28, (t30)
[all …]
Dreturn0.orig98 41: GETL R1, t30
99 42: ADDL $0x30, t30
100 43: PUTL t30, R9
299 40: LDL (t28), t30
300 41: PUTL t30, R3
412 40: MOVL $0x21, t30
413 41: CMPL t26, t30, t28 (-rSo)
1107 36: GETL R1, t30
1108 37: ADDL $0xC, t30
1109 38: STL t28, (t30)
[all …]
/external/clang/test/SemaCXX/
Dtype-traits.cpp399 int t30[F(__is_integral(cvoid))]; in is_integral() local
428 int t30[F(__is_floating_point(cvoid))]; in is_floating_point() local
457 int t30[F(__is_arithmetic(cvoid))]; in is_arithmetic() local
484 int t30[F(__is_complete_type(AnIncompleteType))]; in is_complete_type() local
512 int t30[F(__is_void(void*))]; in is_void() local
542 int t30[F(__is_array(void*))]; in is_array() local
581 int t30[F(__is_function(void*))]; in is_function() local
651 int t30[F(__is_fundamental(Union))]; in is_fundamental() local
733 int t30[F(__is_compound(int))]; in is_compound() local
770 int t30[F(__is_pointer(Union))]; in is_pointer() local
[all …]
Dconstant-expression-cxx11.cpp986 T<30> t30; variable
994 static_assert(&(t30.*deepm) == &t30.m, "");
1005 constexpr T<5> *p30_5 = &t30;
1008 static_assert(&(p30_5->*(int(T<3>::*))deepn) == &t30.n, "");
1009 static_assert(&(p30_13->*deepn) == &t30.n, "");
1010 static_assert(&(p30_23->*deepn) == &t30.n, "");
1011 static_assert(&(p30_5->*(int(T<2>::*))deepm) == &t30.m, "");
1012 static_assert(&(((T<17>*)p30_13)->*deepm) == &t30.m, "");
1013 static_assert(&(p30_23->*deepm) == &t30.m, "");
/external/llvm/test/CodeGen/X86/
Dms-inline-asm.ll85 define i32* @t30() nounwind ssp {
92 ; CHECK-LABEL: t30:
Dlsr-reuse.ll524 %t30 = and i64 %t29, 15 ; <i64> [#uses=1]
525 %t31 = icmp eq i64 %t30, 0 ; <i1> [#uses=1]
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll82 %t30 = add nsw i64 %t27, %t22 ; <i64> [#uses=1]
86 %t34 = getelementptr inbounds i64, i64* %arg, i64 %t30 ; <i64*> [#uses=1]
Dashr-tripcount.ll72 %t30 = zext i32 %t29 to i64 ; <i64> [#uses=1]
73 %t31 = getelementptr float, float* %pow4_3_tab_ptr, i64 %t30 ; <float*> [#uses=1]
/external/clang/test/CodeGen/
Dasm.c252 void t30(int len) { in t30() function
Dms-inline-asm.c318 int *t30()
/external/llvm/test/CodeGen/R600/
Dllvm.SI.resinfo.ll83 %t30 = extractelement <4 x i32> %res15, i32 2
86 %t33 = add i32 %t30, %t31
Dllvm.SI.imageload.ll66 %t30 = extractelement <4 x i32> %res15, i32 2
69 %t33 = add i32 %t30, %t31
Dllvm.SI.sampled.ll114 %t30 = extractelement <4 x float> %res15, i32 2
117 %t33 = fadd float %t30, %t31
Dllvm.SI.sample.ll114 %t30 = extractelement <4 x float> %res15, i32 2
117 %t33 = fadd float %t30, %t31
/external/clang/test/Coverage/
Dc-language-features.inc131 char *t30 = &t28->f0[1];
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll278 define void @t30() {
279 ; CHECK-LABEL: @t30(
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp1685 namespace t30 namespace
2442 t30::test(); in main()