Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll31 %t26 = mul i32 %t25, %t25
32 %t27 = mul i32 %t26, %t26
Dfast-mightymul.ll31 %t26 = fmul fast float %t25, %t25
32 %t27 = fmul fast float %t26, %t26
D2012-05-08-UndefLeak.ll38 %t26 = add i64 %t25, %t8
39 %t27 = add i64 %t26, %t9
73 %t61 = add i64 %t60, %t26
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll14 %t26 = add i32 undef, %t25
27 %t27 = add i32 %t24, %t26
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll14 %t26 = add i32 undef, %t25
27 %t27 = add i32 %t24, %t26
/external/clang/test/SemaCXX/
Dtype-traits.cpp418 int t26[F(__is_integral(Derives))]; in is_integral() local
447 int t26[F(__is_floating_point(Derives))]; in is_floating_point() local
476 int t26[F(__is_arithmetic(Derives))]; in is_arithmetic() local
531 int t26[F(__is_void(Derives))]; in is_void() local
561 int t26[F(__is_array(Union))]; in is_array() local
600 int t26[F(__is_function(Union))]; in is_function() local
723 int t26[F(__is_scalar(IntArNB))]; in is_scalar() local
752 int t26[F(__is_compound(unsigned char))]; in is_compound() local
789 int t26[F(__is_pointer(ClassType))]; in is_pointer() local
822 int t26[F(__is_member_object_pointer(cvoid))]; in is_member_object_pointer() local
[all …]
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll78 %t26 = add nsw i64 %t24, %t22 ; <i64> [#uses=1]
81 %t29 = getelementptr inbounds i64, i64* %arg, i64 %t26 ; <i64*> [#uses=1]
Dashr-tripcount.ll68 %t26 = or i32 %i.05, 3 ; <i32> [#uses=1]
69 %t27 = sext i32 %t26 to i64 ; <i64> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Deliminate-rem.ll78 %t26 = add nsw i64 %t24, %t22 ; <i64> [#uses=1]
81 %t29 = getelementptr inbounds i64* %arg, i64 %t26 ; <i64*> [#uses=1]
Dashr-tripcount.ll68 %t26 = or i32 %i.05, 3 ; <i32> [#uses=1]
69 %t27 = sext i32 %t26 to i64 ; <i64> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dlsr-on-unrolled-loops.ll67 %t26 = shl i32 %t10, 5
68 %t27 = or i32 %t26, 8
71 %t30 = or i32 %t26, 16
74 %t33 = or i32 %t26, 24
77 %t36 = or i32 %t26, 4
80 %t39 = or i32 %t26, 12
83 %t42 = or i32 %t26, 20
86 %t45 = or i32 %t26, 28
89 %t48 = getelementptr i8* %t8, i32 %t26
/external/clang/test/CodeGen/
Dasm.c220 void t26 (__m256i *p) { in t26() function
Dms-inline-asm.c277 void t26() {
/external/clang/test/Coverage/
Dc-language-features.inc124 int t26 = __imag t24;
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll250 define i32 @t26(i32 %y) {
251 ; CHECK-LABEL: @t26(
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlsr-reuse.ll517 %t26 = getelementptr float* %arg, i64 %t22 ; <float*> [#uses=3]
528 %t33 = load float* %t26 ; <float> [#uses=1]
627 %t113 = phi float* [ %t59, %bb58 ], [ %t26, %bb57 ] ; <float*> [#uses=1]
726 %t198 = phi float* [ %t113, %bb112 ], [ %t120, %bb119 ], [ %t26, %bb118 ] ; <float*> [#uses=1]
/external/llvm/test/CodeGen/X86/
Dlsr-reuse.ll518 %t26 = getelementptr float, float* %arg, i64 %t22 ; <float*> [#uses=3]
529 %t33 = load float, float* %t26 ; <float> [#uses=1]
628 %t113 = phi float* [ %t59, %bb58 ], [ %t26, %bb57 ] ; <float*> [#uses=1]
727 %t198 = phi float* [ %t113, %bb112 ], [ %t120, %bb119 ], [ %t26, %bb118 ] ; <float*> [#uses=1]
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp1452 namespace t26 namespace
2444 t26::test(); in main()