Home
last modified time | relevance | path

Searched refs:t17 (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll22 %t17 = mul i32 %t16, %t16
23 %t18 = mul i32 %t17, %t17
Dfast-mightymul.ll22 %t17 = fmul fast float %t16, %t16
23 %t18 = fmul fast float %t17, %t17
D2012-05-08-UndefLeak.ll29 %t17 = add i64 %x0, 18
30 %t18 = add i64 %t17, %t0
64 %t52 = add i64 %t51, %t17
/external/llvm/test/Transforms/InstCombine/
D2012-12-14-simp-vgep.ll6 %t17 = load <4 x i32*>, <4 x i32*>* %in, align 8
7 %t18 = icmp eq <4 x i32*> %t17, zeroinitializer
/external/clang/test/CodeGen/
Darm-aapcs-zerolength-bitfield.c169 struct t17 struct
177 static int arr17_offset[(offsetof(struct t17, bar) == 4) ? 0 : -1]; argument
178 static int arr17_sizeof[(sizeof(struct t17) == 8) ? 0 : -1];
Darm-apcs-zerolength-bitfield.c173 struct t17 struct
181 static int arr17_offset[(offsetof(struct t17, bar) == 4) ? 0 : -1]; argument
182 static int arr17_sizeof[(sizeof(struct t17) == 8) ? 0 : -1];
Dattributes.c35 int t17() { in t17() function
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp170 struct t17 struct
178 static_assert(offsetof(struct t17, bar) == 8); argument
179 static_assert(sizeof(struct t17) == 16);
/external/clang/test/Sema/
Dthread-specifier.c67 extern thread_local int t17; // expected-note {{previous declaration is here}}
68 _Thread_local int t17; // expected-error {{thread-local declaration of 't17' with static initializa… variable
Dfunction.c80 fn_t t17; variable
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll19 %t17 = mul i32 %t2, %t16
26 %t24 = sub i32 %t17, %t23
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll19 %t17 = mul i32 %t2, %t16
26 %t24 = sub i32 %t17, %t23
/external/llvm/test/Transforms/Inline/
Dalloca-bonus.ll78 %t17 = add i32 %t16, 1
79 %t18 = add i32 %t17, 1
119 %t17 = add i32 %t16, 1
120 %t18 = add i32 %t17, 1
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-max.ll41 %t17 = add nsw i32 %t16, %t8 ; <i32> [#uses=1]
42 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]
Deliminate-rem.ll65 %t17 = phi i64 [ %t46, %bb44 ], [ 0, %bb15 ] ; <i64> [#uses=1]
102 %t46 = add nsw i64 %t17, 1 ; <i64> [#uses=2]
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Deliminate-max.ll41 %t17 = add nsw i32 %t16, %t8 ; <i32> [#uses=1]
42 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]
Deliminate-rem.ll65 %t17 = phi i64 [ %t46, %bb44 ], [ 0, %bb15 ] ; <i64> [#uses=1]
102 %t46 = add nsw i64 %t17, 1 ; <i64> [#uses=2]
/external/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll19 %t17 = mul i64 %t14, %t16 ; <i64> [#uses=1]
20 %t18 = add i64 undef, %t17 ; <i64> [#uses=1]
155 %t6 = phi i32 [ %t17, %bb16 ], [ 0, %bb3 ] ; <i32> [#uses=3]
176 %t17 = add i32 %t6, 1 ; <i32> [#uses=1]
Dinsert-positions.ll60 %t17 = phi i32 [ %i13, %outer ], [ undef, %inner ] ; <i32> [#uses=1]
61 store i32 %t17, i32* undef
Dsibcall.ll340 define void @t17() nounwind ssp {
342 ; 32-LABEL: t17:
345 ; 64-LABEL: t17:
349 ; X32ABI-LABEL: t17:
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlsr-delayed-fold.ll19 %t17 = mul i64 %t14, %t16 ; <i64> [#uses=1]
20 %t18 = add i64 undef, %t17 ; <i64> [#uses=1]
155 %t6 = phi i32 [ %t17, %bb16 ], [ 0, %bb3 ] ; <i32> [#uses=3]
176 %t17 = add i32 %t6, 1 ; <i32> [#uses=1]
Dinsert-positions.ll60 %t17 = phi i32 [ %i13, %outer ], [ undef, %inner ] ; <i32> [#uses=1]
61 store i32 %t17, i32* undef
Dsibcall.ll276 define void @t17() nounwind ssp {
278 ; 32: t17:
281 ; 64: t17:
/external/clang/test/SemaCXX/
Dtype-traits.cpp438 int t17[F(__is_floating_point(wchar_t))]; in is_floating_point() local
466 int t17[T(__is_arithmetic(wchar_t))]; in is_arithmetic() local
498 int t17[T(__is_complete_type(wchar_t))]; in is_complete_type() local
522 int t17[F(__is_void(wchar_t))]; in is_void() local
552 int t17[F(__is_array(signed char))]; in is_array() local
591 int t17[F(__is_function(signed char))]; in is_function() local
664 int t17[T(__is_fundamental(wchar_t))]; in is_fundamental() local
715 int t17[T(__is_scalar(cvoid*))]; in is_scalar() local
813 int t17[F(__is_member_object_pointer(ClassType*))]; in is_member_object_pointer() local
849 int t17[F(__is_member_function_pointer(ClassType*))]; in is_member_function_pointer() local
[all …]
/external/clang/test/PCH/
Dtypes.c68 typeof_17 *t17 = &int_value; variable

12