Home
last modified time | relevance | path

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

12

/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-7.0/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/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll14 %t26 = add i32 undef, %t25
27 %t27 = add i32 %t24, %t26
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll14 %t26 = add i32 undef, %t25
27 %t27 = add i32 %t24, %t26
/external/swiftshader/third_party/llvm-7.0/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/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/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-7.0/llvm/test/CodeGen/AArch64/
Dvecreduce-propagate-sd-flags.ll14 ; CHECK: Legalizing node: t26: v2f64 = fmaxnum nnan reassoc [[VTWO]], [[VTWO]]
/external/swiftshader/third_party/llvm-7.0/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.ll70 %t26 = or i32 %i.05, 3 ; <i32> [#uses=1]
71 %t27 = sext i32 %t26 to i64 ; <i64> [#uses=1]
/external/clang/test/CodeGen/
Dasm.c220 void t26 (__m256i *p) { in t26() function
Dms-inline-asm.c277 void t26() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Drdf-filter-defs.ll73 %t26 = load i32, i32* %t22, align 4
100 %t34 = phi i32 [ %t26, %b9 ], [ %t23, %b10 ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AggressiveInstCombine/
Dmasked-cmp.ll160 %t26 = lshr i64 %x, 26
201 %a26 = and i64 %t26, %a25
/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-7.0/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll250 define i32 @t26(i32 %y) {
251 ; CHECK-LABEL: @t26(

12