Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dsimd-build-pair.ll11 ; t30: i32 = extract_vector_elt t3, Constant:i32<2>
13 ; t24: i64 = build_pair t30, t28
/external/llvm/test/CodeGen/Hexagon/
DAtomics.ll14 %t30 = atomicrmw xor i32* @si, i32 1 monotonic
40 %t30 = atomicrmw xor i32* @si, i32 11 monotonic
41 store i32 %t30, i32* @si, align 4
/external/llvm-project/llvm/test/CodeGen/Hexagon/
DAtomics.ll14 %t30 = atomicrmw xor i32* @si, i32 1 monotonic
40 %t30 = atomicrmw xor i32* @si, i32 11 monotonic
41 store i32 %t30, i32* @si, align 4
Drdf-filter-defs.ll86 %t30 = getelementptr inbounds %type.3, %type.3* %t29, i32 0, i32 0
87 %t31 = load i8*, i8** %t30, align 4
/external/llvm-project/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/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/llvm-project/llvm/test/Transforms/LoopVectorize/
Dreduction-order.ll33 %t30 = icmp eq i64 %t29, undef
34 br i1 %t30, label %t17, label %t20, !prof !2
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dreorder_repeated_ops.ll77 %t30 = add nsw i32 %t22, -33
78 %t31 = icmp sgt i32 %t30, undef
79 %t32 = select i1 %t31, i32 undef, i32 %t30
DPR34635.ll84 %t30 = load i32, i32* %t10, align 4
85 %t31 = icmp slt i32 %t30, %t28
86 %t32 = select i1 %t31, i32 %t30, i32 %t28
Dvec_list_bias.ll79 %t30 = add nsw i32 %t27, %t29
80 %t31 = mul nsw i32 %t30, 4433
/external/clang/test/SemaCXX/
Dtype-traits.cpp422 int t30[F(__is_integral(cvoid))]; in is_integral() local
451 int t30[F(__is_floating_point(cvoid))]; in is_floating_point() local
480 int t30[F(__is_arithmetic(cvoid))]; in is_arithmetic() local
507 int t30[F(__is_complete_type(AnIncompleteType))]; in is_complete_type() local
535 int t30[F(__is_void(void*))]; in is_void() local
565 int t30[F(__is_array(void*))]; in is_array() local
604 int t30[F(__is_function(void*))]; in is_function() local
674 int t30[F(__is_fundamental(Union))]; in is_fundamental() local
756 int t30[F(__is_compound(int))]; in is_compound() local
793 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:
/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/llvm-project/clang/test/AST/
Dast-print-record-decl.c286 enum T3 { T30 } t30; variable
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp478 int t30[F(__is_integral(cvoid))]; in is_integral() local
507 int t30[F(__is_floating_point(cvoid))]; in is_floating_point() local
615 int t30[F(__is_arithmetic(cvoid))]; in is_arithmetic() local
639 int t30[F(__is_complete_type(AnIncompleteType))]; in is_complete_type() local
667 int t30[F(__is_void(void*))]; in is_void() local
697 int t30[F(__is_array(void*))]; in is_array() local
736 int t30[F(__is_function(void*))]; in is_function() local
807 int t30[F(__is_fundamental(Union))]; in is_fundamental() local
889 int t30[F(__is_compound(int))]; in is_compound() local
926 int t30[F(__is_pointer(Union))]; in is_pointer() local
[all …]
Dconstant-expression-cxx11.cpp1096 T<30> t30; variable
1104 static_assert(&(t30.*deepm) == &t30.m, "");
1115 constexpr T<5> *p30_5 = &t30;
1118 static_assert(&(p30_5->*(int(T<3>::*))deepn) == &t30.n, "");
1119 static_assert(&(p30_13->*deepn) == &t30.n, "");
1120 static_assert(&(p30_23->*deepn) == &t30.n, "");
1121 static_assert(&(p30_5->*(int(T<2>::*))deepm) == &t30.m, "");
1122 static_assert(&(((T<17>*)p30_13)->*deepm) == &t30.m, "");
1123 static_assert(&(p30_23->*deepm) == &t30.m, "");
/external/llvm-project/llvm/test/CodeGen/X86/
Dms-inline-asm.ll85 define i32* @t30() nounwind ssp {
92 ; CHECK-LABEL: t30:
/external/llvm-project/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.ll74 %t30 = zext i32 %t29 to i64 ; <i64> [#uses=1]
75 %t31 = getelementptr float, float* %pow4_3_tab_ptr, i64 %t30 ; <float*> [#uses=1]
/external/llvm-project/clang/test/CodeGen/
Dasm.c252 void t30(int len) { in t30() function
/external/clang/test/CodeGen/
Dasm.c252 void t30(int len) { in t30() function
/external/clang/test/Coverage/
Dc-language-features.inc131 char *t30 = &t28->f0[1];
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/
Dnancvt.ll100 %t30 = getelementptr [3 x i64], [3 x i64]* @dnan, i32 0, i32 %t29
101 %t31 = load i64, i64* %t30, align 8

12