Home
last modified time | relevance | path

Searched refs:t27 (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll32 %t27 = mul i32 %t26, %t26
33 %t28 = mul i32 %t27, %t27
D2012-05-08-UndefLeak.ll39 %t27 = add i64 %t26, %t9
40 %t28 = add i64 %t27, %t10
74 %t62 = add i64 %t61, %t27
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll27 %t27 = add i32 %t24, %t26
31 %t = icmp ugt i32 %t27, undef
/external/clang/test/Coverage/
Dc-language-features.inc125 const char *t27 = t9;
126 t27 += (unsigned char) 0xFF;
127 t27 += (signed char) 0xFF;
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll79 %t27 = mul i64 %t11, %arg1 ; <i64> [#uses=1]
82 %t30 = add nsw i64 %t27, %t22 ; <i64> [#uses=1]
Dashr-tripcount.ll69 %t27 = sext i32 %t26 to i64 ; <i64> [#uses=1]
70 %t28 = getelementptr i32* %quaSpectrum, i64 %t27 ; <i32*> [#uses=1]
/external/clang/test/CodeGen/
Dasm.c226 void t27(void) { in t27() function
Dms-inline-asm.c286 void t27() {
/external/llvm/test/CodeGen/R600/
Dllvm.SI.resinfo.ll78 %t27 = add i32 %t24, %t25
79 %e14 = add i32 %t26, %t27
Dllvm.SI.sampled.ll109 %t27 = fadd float %t24, %t25
110 %e14 = fadd float %t26, %t27
Dllvm.SI.sample.ll109 %t27 = fadd float %t24, %t25
110 %e14 = fadd float %t26, %t27
/external/clang/test/SemaCXX/
Dtype-traits.cpp392 int t27[F(__is_integral(ClassType))]; in is_integral() local
421 int t27[F(__is_floating_point(ClassType))]; in is_floating_point() local
450 int t27[F(__is_arithmetic(ClassType))]; in is_arithmetic() local
505 int t27[F(__is_void(ClassType))]; in is_void() local
535 int t27[F(__is_array(Derives))]; in is_array() local
574 int t27[F(__is_function(Derives))]; in is_function() local
726 int t27[F(__is_compound(wchar_t))]; in is_compound() local
763 int t27[F(__is_pointer(Derives))]; in is_pointer() local
796 int t27[F(__is_member_object_pointer(char))]; in is_member_object_pointer() local
832 int t27[F(__is_member_function_pointer(char))]; in is_member_function_pointer() local
[all …]
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll257 define i32 @t27(i32 %y) {
258 ; CHECK-LABEL: @t27(
/external/pixman/demos/
Dquad2quad.c24 t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, in quad_to_quad() local
146 t27 = x2 * (t26 + t19); in quad_to_quad()
147 t28 = t10 + t27 + t25; in quad_to_quad()
1040 t662 = t431 + t27 + t661; in quad_to_quad()
1643 + t266) + t189 + t188 + (t302 + t10 + t27 + t25) * t1) in quad_to_quad()
1711 + t100 + t26 + t94 + t96) + t27 + t661) in quad_to_quad()
1789 + (t412 + x1 * (t711 + t431 + t27 + t661) + t665 + t664) in quad_to_quad()
1849 + (t421 + t431 + x1 * (t836 + t26 + t94 + t96) + t27 + t661) * y1) in quad_to_quad()
1909 + (x1 * (t421 + t941 + t431 + t27 + t661) in quad_to_quad()
1930 + (t1027 + t10 + t27 + t25) * t1) in quad_to_quad()
/external/llvm/test/CodeGen/X86/
Dlsr-reuse.ll519 %t27 = icmp sgt i64 %t24, 0 ; <i1> [#uses=1]
520 br i1 %t27, label %bb28, label %bb37
/external/libcxxabi/test/
Ddynamic_cast3.cpp1506 namespace t27 namespace
2444 t27::test(); in main()