| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/Reassociate/ |
| H A D | fast-ArrayOutOfBounds.ll | 6 ; CHECK-NEXT: %tmp.2 = fadd float %a3, %a4 7 ; CHECK-NEXT: %tmp.4 = fadd float %tmp.2, %a2 8 ; CHECK-NEXT: %tmp.6 = fadd float %tmp.4, %a1 9 ; CHECK-NEXT: %tmp.8 = fadd float %tmp.6, %a0 10 ; CHECK-NEXT: %tmp.11 = fadd float %a2, %a3 11 ; CHECK-NEXT: %tmp.13 = fadd float %tmp.11, %a1 12 ; CHECK-NEXT: %tmp.15 = fadd float %tmp.13, %a0 13 ; CHECK-NEXT: %tmp.18 = fadd float %a1, %a2 14 ; CHECK-NEXT: %tmp.20 = fadd float %tmp.18, %a0 15 ; CHECK-NEXT: %tmp.23 = fadd float %a0, %a1 [all …]
|
| H A D | 2005-09-01-ArrayOutOfBounds.ll | 7 %tmp.2 = add i32 %a4, %a3 8 %tmp.4 = add i32 %tmp.2, %a2 9 %tmp.6 = add i32 %tmp.4, %a1 10 %tmp.8 = add i32 %tmp.6, %a0 11 %tmp.11 = add i32 %a3, %a2 12 %tmp.13 = add i32 %tmp.11, %a1 13 %tmp.15 = add i32 %tmp.13, %a0 14 %tmp.18 = add i32 %a2, %a1 15 %tmp.20 = add i32 %tmp.18, %a0 16 %tmp.23 = add i32 %a1, %a0 [all …]
|
| H A D | inverses.ll | 4 %tmp.2 = and i32 %b, %a 5 %tmp.4 = xor i32 %a, -1 7 %tmp.5 = and i32 %tmp.2, %tmp.4 8 ret i32 %tmp.5 14 %tmp.1 = and i32 %a, 1234 15 %tmp.2 = and i32 %b, %tmp.1 16 %tmp.4 = xor i32 %a, -1 18 %tmp.5 = and i32 %tmp.2, %tmp.4 19 ret i32 %tmp.5 25 %tmp.1 = add i32 %a, 1234 [all …]
|
| /minix3/external/bsd/libevent/dist/test/ |
| H A D | regress.gen.c | 51 struct msg *tmp; in msg_new_with_arg() local 52 if ((tmp = malloc(sizeof(struct msg))) == NULL) { in msg_new_with_arg() 56 tmp->base = &__msg_base; in msg_new_with_arg() 58 tmp->from_name_data = NULL; in msg_new_with_arg() 59 tmp->from_name_set = 0; in msg_new_with_arg() 61 tmp->to_name_data = NULL; in msg_new_with_arg() 62 tmp->to_name_set = 0; in msg_new_with_arg() 64 tmp->attack_data = NULL; in msg_new_with_arg() 65 tmp->attack_set = 0; in msg_new_with_arg() 67 tmp->run_data = NULL; in msg_new_with_arg() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/ |
| H A D | 2003-05-28-ManyArgs.ll | 45 %tmp.101 = getelementptr %struct..s_placer_opts* %placer_opts, i64 0, i32 4 ; <i8**> [#uses=1] 46 %tmp.105 = getelementptr [300 x i8]* %net_file, i64 0, i64 0 ; <i8*> [#uses=1] 47 %tmp.106 = getelementptr [300 x i8]* %arch_file, i64 0, i64 0 ; <i8*> [#uses=1] 48 %tmp.107 = getelementptr [300 x i8]* %place_file, i64 0, i64 0 ; <i8*> [#uses=1] 49 %tmp.108 = getelementptr [300 x i8]* %route_file, i64 0, i64 0 ; <i8*> [#uses=1] 50 …%tmp.109 = getelementptr { i32, float, float, float, float, float, float, float, float, float, flo… 51 %tmp.112 = getelementptr %struct..s_placer_opts* %placer_opts, i64 0, i32 0 ; <i32*> [#uses=1] 52 %tmp.114 = getelementptr %struct..s_placer_opts* %placer_opts, i64 0, i32 6 ; <i32*> [#uses=1] 53 %tmp.118 = getelementptr %struct..s_router_opts* %router_opts, i64 0, i32 7 ; <i32*> [#uses=1] 54 %tmp.135 = load i32* %operation ; <i32> [#uses=1] [all …]
|
| H A D | fp_to_int.ll | 4 %tmp.1 = fptosi double %X to i8 ; <i8> [#uses=1] 5 ret i8 %tmp.1 9 %tmp.1 = fptosi double %X to i16 ; <i16> [#uses=1] 10 ret i16 %tmp.1 14 %tmp.1 = fptosi double %X to i32 ; <i32> [#uses=1] 15 ret i32 %tmp.1 19 %tmp.1 = fptosi double %X to i64 ; <i64> [#uses=1] 20 ret i64 %tmp.1 24 %tmp.1 = fptoui double %X to i8 ; <i8> [#uses=1] 25 ret i8 %tmp.1 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/ |
| H A D | rlwimi.ll | 7 %tmp.3 = shl i32 %x, 16 ; <i32> [#uses=1] 8 %tmp.7 = and i32 %y, 65535 ; <i32> [#uses=1] 9 %tmp.9 = or i32 %tmp.7, %tmp.3 ; <i32> [#uses=1] 10 ret i32 %tmp.9 15 %tmp.7 = and i32 %x, 65535 ; <i32> [#uses=1] 16 %tmp.3 = shl i32 %y, 16 ; <i32> [#uses=1] 17 %tmp.9 = or i32 %tmp.7, %tmp.3 ; <i32> [#uses=1] 18 ret i32 %tmp.9 23 %tmp.3 = lshr i32 %x, 16 ; <i32> [#uses=1] 24 %tmp.6 = and i32 %y, -65536 ; <i32> [#uses=1] [all …]
|
| H A D | rlwimi2.ll | 9 %tmp.1 = shl i32 %srcA, 15 ; <i32> [#uses=1] 10 %tmp.4 = and i32 %tmp.1, 32505856 ; <i32> [#uses=1] 11 %tmp.6 = and i32 %srcA, 31775 ; <i32> [#uses=1] 12 %tmp.7 = or i32 %tmp.4, %tmp.6 ; <i32> [#uses=1] 13 %tmp.9 = shl i32 %srcB, 15 ; <i32> [#uses=1] 14 %tmp.12 = and i32 %tmp.9, 32505856 ; <i32> [#uses=1] 15 %tmp.14 = and i32 %srcB, 31775 ; <i32> [#uses=1] 16 %tmp.15 = or i32 %tmp.12, %tmp.14 ; <i32> [#uses=1] 17 %tmp.18 = mul i32 %tmp.7, %alpha ; <i32> [#uses=1] 18 %tmp.20 = sub i32 32, %alpha ; <i32> [#uses=1] [all …]
|
| H A D | rotl.ll | 6 %tmp.7 = sub i32 32, %sh ; <i32> [#uses=1] 7 %tmp.10 = lshr i32 %x, %tmp.7 ; <i32> [#uses=2] 8 %tmp.4 = shl i32 %x, %sh ; <i32> [#uses=1] 9 %tmp.12 = or i32 %tmp.10, %tmp.4 ; <i32> [#uses=1] 10 ret i32 %tmp.12 15 %tmp.3 = trunc i32 %sh to i8 ; <i8> [#uses=1] 16 %tmp.4 = lshr i32 %x, %sh ; <i32> [#uses=2] 17 %tmp.7 = sub i32 32, %sh ; <i32> [#uses=1] 18 %tmp.10 = shl i32 %x, %tmp.7 ; <i32> [#uses=1] 19 %tmp.12 = or i32 %tmp.4, %tmp.10 ; <i32> [#uses=1] [all …]
|
| H A D | and_sra.ll | 5 %tmp.79 = bitcast i32 %mode.0.i.0 to i32 ; <i32> [#uses=1] 6 %tmp.80 = ashr i32 %tmp.79, 15 ; <i32> [#uses=1] 7 %tmp.81 = and i32 %tmp.80, 24 ; <i32> [#uses=1] 8 ret i32 %tmp.81 12 %tmp.79 = bitcast i32 %mode.0.i.0 to i32 ; <i32> [#uses=1] 13 %tmp.80 = ashr i32 %tmp.79, 15 ; <i32> [#uses=1] 14 %tmp.81 = lshr i32 %mode.0.i.0, 16 ; <i32> [#uses=1] 15 %tmp.82 = bitcast i32 %tmp.81 to i32 ; <i32> [#uses=1] 16 %tmp.83 = and i32 %tmp.80, %tmp.82 ; <i32> [#uses=1] 17 ret i32 %tmp.83 [all …]
|
| H A D | or-addressing-mode.ll | 5 %tmp.2.i = ptrtoint i8* %P to i32 ; <i32> [#uses=2] 6 %tmp.4.i = and i32 %tmp.2.i, -65536 ; <i32> [#uses=1] 7 %tmp.10.i = lshr i32 %tmp.2.i, 5 ; <i32> [#uses=1] 8 %tmp.11.i = and i32 %tmp.10.i, 2040 ; <i32> [#uses=1] 9 %tmp.13.i = or i32 %tmp.11.i, %tmp.4.i ; <i32> [#uses=1] 10 %tmp.14.i = inttoptr i32 %tmp.13.i to i32* ; <i32*> [#uses=1] 11 %tmp.3 = load i32* %tmp.14.i ; <i32> [#uses=1] 12 ret i32 %tmp.3 16 %tmp.2 = shl i32 %P, 4 ; <i32> [#uses=1] 17 %tmp.3 = or i32 %tmp.2, 2 ; <i32> [#uses=1] [all …]
|
| H A D | rlwinm.ll | 11 %tmp.1 = and i32 %a, 268431360 ; <i32> [#uses=1] 12 ret i32 %tmp.1 17 %tmp.1 = and i32 %a, -268435441 ; <i32> [#uses=1] 18 ret i32 %tmp.1 23 %tmp.2 = ashr i32 %a, 8 ; <i32> [#uses=1] 24 %tmp.3 = and i32 %tmp.2, 255 ; <i32> [#uses=1] 25 ret i32 %tmp.3 30 %tmp.3 = lshr i32 %a, 8 ; <i32> [#uses=1] 31 %tmp.4 = and i32 %tmp.3, 255 ; <i32> [#uses=1] 32 ret i32 %tmp.4 [all …]
|
| H A D | small-arguments.ll | 17 %tmp.0 = call signext i16 @foo() ;; no extsh! 18 %tmp.1 = icmp slt i16 %tmp.0, 1234 19 br i1 %tmp.1, label %then, label %UnifiedReturnBlock 29 %tmp.1 = load i16* %P 30 %tmp.2 = zext i16 %tmp.1 to i32 31 %tmp.3 = and i32 %tmp.2, 255 32 ret i32 %tmp.3 36 %tmp.1 = load i16* %P 37 %tmp.2 = bitcast i16 %tmp.1 to i16 38 %tmp.3 = zext i16 %tmp.2 to i32 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/ |
| H A D | apint-add2.ll | 9 %tmp.2 = shl i111 1, 110 10 %tmp.4 = xor i111 %x, %tmp.2 12 %tmp.6 = add i111 %tmp.4, %tmp.2 13 ret i111 %tmp.6 17 %tmp.0 = shl i65 1, 64 18 %tmp.2 = xor i65 %x, %tmp.0 20 %tmp.4 = add i65 %tmp.2, %tmp.0 21 ret i65 %tmp.4 25 %tmp.0 = shl i1024 1, 1023 26 %tmp.2 = xor i1024 %x, %tmp.0 [all …]
|
| H A D | signext.ll | 6 %tmp.1 = and i32 %x, 65535 ; <i32> [#uses=1] 7 %tmp.2 = xor i32 %tmp.1, -32768 ; <i32> [#uses=1] 8 %tmp.3 = add i32 %tmp.2, 32768 ; <i32> [#uses=1] 9 ret i32 %tmp.3 12 ; CHECK: %tmp.3 = ashr exact i32 %sext, 16 13 ; CHECK: ret i32 %tmp.3 17 %tmp.1 = and i32 %x, 65535 ; <i32> [#uses=1] 18 %tmp.2 = xor i32 %tmp.1, 32768 ; <i32> [#uses=1] 19 %tmp.3 = add i32 %tmp.2, -32768 ; <i32> [#uses=1] 20 ret i32 %tmp.3 [all …]
|
| H A D | bittest.ll | 8 %tmp.2 = load i32* @b_rec.0 ; <i32> [#uses=1] 9 %tmp.9 = or i32 %tmp.2, -989855744 ; <i32> [#uses=2] 10 %tmp.16 = and i32 %tmp.9, -805306369 ; <i32> [#uses=2] 11 %tmp.17 = and i32 %tmp.9, -973078529 ; <i32> [#uses=1] 12 store i32 %tmp.17, i32* @b_rec.0 13 %tmp.17.shrunk = bitcast i32 %tmp.16 to i32 ; <i32> [#uses=1] 14 %tmp.22 = and i32 %tmp.17.shrunk, -1073741824 ; <i32> [#uses=1] 15 %tmp.23 = icmp eq i32 %tmp.22, -1073741824 ; <i1> [#uses=1] 16 br i1 %tmp.23, label %endif.0, label %then.0 23 %tmp.17.shrunk2 = bitcast i32 %tmp.16 to i32 ; <i32> [#uses=1] [all …]
|
| H A D | fcmp-special.ll | 8 %tmp = fcmp ogt double %arg, 0x7FF0000000000000 9 ret i1 %tmp 15 %tmp = fcmp ule double %arg, 0x7FF0000000000000 16 ret i1 %tmp 24 %tmp = fcmp olt double %arg, 0xFFF0000000000000 25 ret i1 %tmp 31 %tmp = fcmp uge double %arg, 0xFFF0000000000000 32 ret i1 %tmp 40 %tmp = fcmp ord double %arg, 0x7FF00000FFFFFFFF 41 ret i1 %tmp [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/ScalarRepl/ |
| H A D | AggregatePromote.ll | 20 %tmp.0 = bitcast i64* %X_addr to i32* ; <i32*> [#uses=1] 21 %tmp.1 = getelementptr i32* %tmp.0, i32 1 ; <i32*> [#uses=1] 22 %tmp.2 = bitcast i32* %tmp.1 to i8* ; <i8*> [#uses=1] 23 %tmp.3 = getelementptr i8* %tmp.2, i32 3 ; <i8*> [#uses=1] 24 %tmp.2.upgrd.1 = load i8* %tmp.3 ; <i8> [#uses=1] 25 ret i8 %tmp.2.upgrd.1 30 %tmp.0 = getelementptr { i64 }* %a, i32 0, i32 0 ; <i64*> [#uses=1] 31 store i64 %X, i64* %tmp.0 32 %tmp.3 = bitcast { i64 }* %a to [4 x i16]* ; <[4 x i16]*> [#uses=2] 33 %tmp.4 = getelementptr [4 x i16]* %tmp.3, i32 0, i32 3 ; <i16*> [#uses=1] [all …]
|
| /minix3/usr.bin/unifdef/ |
| H A D | unifdefall.sh | 11 tmp=`mktemp -d -t $basename` || exit 2 13 unifdef -s "$@" | sort | uniq > $tmp/ctrl 15 sed -Ee 's/^#define[ ]+(.*[^ ])[ ]*$/\1/' > $tmp/hashdefs 16 sed -Ee 's/^([A-Za-z0-9_]+).*$/\1/' $tmp/hashdefs > $tmp/alldef 17 comm -23 $tmp/ctrl $tmp/alldef > $tmp/undef 18 comm -12 $tmp/ctrl $tmp/alldef > $tmp/def 20 echo unifdef -k \\ > $tmp/cmd 21 sed -Ee 's/^(.*)$/-U\1 \\/' $tmp/undef >> $tmp/cmd 23 do sed -Ee '/^('"$sym"')([(][^)]*[)])?([ ]+(.*))?$/!d;s//-D\1=\4/' $tmp/hashdefs 24 done < $tmp/def | [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/Mem2Reg/ |
| H A D | 2005-06-30-ReadBeforeWrite.ll | 17 %tmp.0 = load i32* %n_addr ; <i32> [#uses=1] 18 %tmp.1 = add i32 %tmp.0, 1 ; <i32> [#uses=1] 19 %tmp.2 = load i32* %i ; <i32> [#uses=1] 20 %tmp.3 = icmp sgt i32 %tmp.1, %tmp.2 ; <i1> [#uses=2] 21 %tmp.4 = zext i1 %tmp.3 to i32 ; <i32> [#uses=0] 22 br i1 %tmp.3, label %no_exit, label %return 24 %tmp.5 = load i32* %undef ; <i32> [#uses=1] 25 store i32 %tmp.5, i32* %out 27 %tmp.6 = load i32* %i ; <i32> [#uses=1] 28 %tmp.7 = icmp sgt i32 %tmp.6, 0 ; <i1> [#uses=2] [all …]
|
| /minix3/usr.bin/gzip/ |
| H A D | gzexe | 38 tmp=`/usr/bin/mktemp -d /tmp/gzexeXXXXXXXXXX` || { 43 /usr/bin/gzip -dc > "$tmp/$prog" 2> /dev/null; then 44 /bin/chmod u+x "$tmp/$prog" 45 "$tmp/$prog" ${1+"$@"} 62 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || { 66 if ! cp "$1" "$tmp"; then 67 echo "$prog: cannot copy $1 to $tmp" 68 rm -f "$tmp" 71 if ! tail +$lines "$tmp" | gzip -vdc > "$1"; then 73 cp "$tmp" "$1" [all …]
|
| /minix3/external/bsd/bind/dist/contrib/sdb/ldap/ |
| H A D | zone2ldap.c | 79 int get_attr_list_size (char **tmp); 117 ldap_info *tmp; in main() local 317 for (tmp = ldap_info_base; tmp != NULL; tmp = tmp->next) in main() 321 printf ("Adding DN: %s\n", tmp->dn); in main() 323 add_ldap_values (tmp); in main() 401 ldap_info *tmp; in locate_by_dn() local 402 for (tmp = ldap_info_base; tmp != (ldap_info *) NULL; tmp = tmp->next) in locate_by_dn() 404 if (!strncmp (tmp->dn, dn, strlen (dn))) in locate_by_dn() 405 return tmp; in locate_by_dn() 427 ldap_info *tmp; in add_to_rr_list() local [all …]
|
| /minix3/external/bsd/libevent/dist/WIN32-Code/ |
| H A D | tree.h | 82 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 83 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 84 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 85 (head)->sph_root = tmp; \ 88 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 89 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ 90 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ 91 (head)->sph_root = tmp; \ 94 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument 95 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopSimplify/ |
| H A D | 2003-08-15-PreheadersFail.ll | 12 %tmp.35 = load i32** @yy_state_ptr ; <i32*> [#uses=2] 13 %inc.0 = getelementptr i32* %tmp.35, i64 1 ; <i32*> [#uses=1] 15 %tmp.36 = load i32* null ; <i32> [#uses=1] 16 store i32 %tmp.36, i32* %tmp.35 20 %tmp.91 = load i32* null ; <i32> [#uses=1] 21 %tmp.92 = sext i32 %tmp.91 to i64 ; <i64> [#uses=1] 22 %tmp.93 = getelementptr [787 x i16]* @yy_base, i64 0, i64 %tmp.92 ; <i16*> [#uses=1] 23 %tmp.94 = load i16* %tmp.93 ; <i16> [#uses=1] 24 %tmp.95 = icmp ne i16 %tmp.94, 4394 ; <i1> [#uses=1] 25 br i1 %tmp.95, label %loopexit.2, label %yy_find_action [all …]
|
| /minix3/crypto/external/bsd/heimdal/dist/tests/gss/ |
| H A D | Makefile.am | 21 $(do_subst) < $(srcdir)/check-gss.in > check-gss.tmp 22 chmod +x check-gss.tmp 23 mv check-gss.tmp check-gss 26 $(do_subst) < $(srcdir)/check-gssmask.in > check-gssmask.tmp 27 chmod +x check-gssmask.tmp 28 mv check-gssmask.tmp check-gssmask 31 $(do_subst) < $(srcdir)/check-context.in > check-context.tmp 32 chmod +x check-context.tmp 33 mv check-context.tmp check-context 36 $(do_subst) < $(srcdir)/check-spnego.in > check-spnego.tmp [all …]
|