/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | csel-zero-float.ll | 5 define double @foo(float *%user, float %t17) { 8 %cmp26 = fcmp fast oeq float %t17, 0.000000e+00 9 %div = fdiv fast float %t16, %t17
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 22 %t17 = mul i32 %t16, %t16 23 %t18 = mul i32 %t17, %t17
|
D | fast-mightymul.ll | 22 %t17 = fmul fast float %t16, %t16 23 %t18 = fmul fast float %t17, %t17
|
D | 2012-05-08-UndefLeak.ll | 29 %t17 = add i64 %x0, 18 30 %t18 = add i64 %t17, %t0 64 %t52 = add i64 %t51, %t17
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 22 %t17 = mul i32 %t16, %t16 23 %t18 = mul i32 %t17, %t17
|
D | fast-mightymul.ll | 22 %t17 = fmul fast float %t16, %t16 23 %t18 = fmul fast float %t17, %t17
|
D | 2012-05-08-UndefLeak.ll | 29 %t17 = add i64 %x0, 18 30 %t18 = add i64 %t17, %t0 64 %t52 = add i64 %t51, %t17
|
D | fp-expr.ll | 27 %t17 = fsub fast half undef, %t15 28 %t18 = fadd fast half undef, %t17
|
/external/clang/test/CodeGen/ |
D | arm-apcs-zerolength-bitfield.c | 173 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];
|
D | arm-aapcs-zerolength-bitfield.c | 169 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];
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 170 struct t17 struct 178 static_assert(offsetof(struct t17, bar) == 8); argument 179 static_assert(sizeof(struct t17) == 16);
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2012-12-14-simp-vgep.ll | 6 %t17 = load <4 x i32*>, <4 x i32*>* %in, align 8 7 %t18 = icmp eq <4 x i32*> %t17, zeroinitializer
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2012-12-14-simp-vgep.ll | 6 %t17 = load <4 x i32*>, <4 x i32*>* %in, align 8 7 %t18 = icmp eq <4 x i32*> %t17, zeroinitializer
|
/external/clang/test/Sema/ |
D | thread-specifier.c | 67 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
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 19 %t17 = mul i32 %t2, %t16 26 %t24 = sub i32 %t17, %t23
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 19 %t17 = mul i32 %t2, %t16 26 %t24 = sub i32 %t17, %t23
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 19 %t17 = mul i32 %t2, %t16 26 %t24 = sub i32 %t17, %t23
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 78 %t17 = add i32 %t16, 1 79 %t18 = add i32 %t17, 1 119 %t17 = add i32 %t16, 1 120 %t18 = add i32 %t17, 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | pr31593.ll | 7 ; t18: v4i32 = bitcast t17 8 ; t17: v2i64,ch = load<LD16[%0](dereferenceable)> t0, FrameIndex:i64<1>, undef:i64
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 82 %t17 = add i32 %t16, 1 83 %t18 = add i32 %t17, 1 124 %t17 = add i32 %t16, 1 125 %t18 = add i32 %t17, 1
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 41 %t17 = add nsw i32 %t16, %t8 ; <i32> [#uses=1] 42 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 41 %t17 = add nsw i32 %t16, %t8 ; <i32> [#uses=1] 42 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 46 %t17 = add nsw i32 %t16, %t8 ; <i32> [#uses=1] 47 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | lsr-delayed-fold.ll | 19 %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]
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-delayed-fold.ll | 19 %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]
|