| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopVectorize/ |
| H A D | incorrect-dom-info.ll | 41 br i1 undef, label %thread-pre-split.preheader, label %.preheader 43 thread-pre-split.preheader: ; preds = %9 44 br i1 undef, label %thread-pre-split._crit_edge, label %.lr.ph21 46 .thread-pre-split.loopexit_crit_edge: ; preds = %19 49 br label %thread-pre-split.loopexit 51 thread-pre-split.loopexit: ; preds = %11, %.thread-pre-split.loopexit_crit_e… 52 %d.1.lcssa = phi i8* [ %scevgep45, %.thread-pre-split.loopexit_crit_edge ], [ %d.020, %11 ] 53 br i1 false, label %thread-pre-split._crit_edge, label %.lr.ph21 55 … ; preds = %26, %thread-pre-split.loopexit, %thread-pre-split… 56 …%d.020 = phi i8* [ undef, %26 ], [ %d.1.lcssa, %thread-pre-split.loopexit ], [ undef, %thread-pre-… [all …]
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/ec/ |
| H A D | ecp_nistp224.c | 1260 NISTP224_PRE_COMP *pre = pre_; in nistp224_pre_comp_free() local 1262 if (!pre) in nistp224_pre_comp_free() 1265 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp224_pre_comp_free() 1269 OPENSSL_free(pre); in nistp224_pre_comp_free() 1275 NISTP224_PRE_COMP *pre = pre_; in nistp224_pre_comp_clear_free() local 1277 if (!pre) in nistp224_pre_comp_clear_free() 1280 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp224_pre_comp_clear_free() 1284 OPENSSL_cleanse(pre, sizeof *pre); in nistp224_pre_comp_clear_free() 1285 OPENSSL_free(pre); in nistp224_pre_comp_clear_free() 1436 NISTP224_PRE_COMP *pre = NULL; in ec_GFp_nistp224_points_mul() local [all …]
|
| H A D | ecp_nistp256.c | 1846 NISTP256_PRE_COMP *pre = pre_; in nistp256_pre_comp_free() local 1848 if (!pre) in nistp256_pre_comp_free() 1851 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp256_pre_comp_free() 1855 OPENSSL_free(pre); in nistp256_pre_comp_free() 1861 NISTP256_PRE_COMP *pre = pre_; in nistp256_pre_comp_clear_free() local 1863 if (!pre) in nistp256_pre_comp_clear_free() 1866 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp256_pre_comp_clear_free() 1870 OPENSSL_cleanse(pre, sizeof *pre); in nistp256_pre_comp_clear_free() 1871 OPENSSL_free(pre); in nistp256_pre_comp_clear_free() 2023 NISTP256_PRE_COMP *pre = NULL; in ec_GFp_nistp256_points_mul() local [all …]
|
| H A D | ecp_nistp521.c | 1655 NISTP521_PRE_COMP *pre = pre_; in nistp521_pre_comp_free() local 1657 if (!pre) in nistp521_pre_comp_free() 1660 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp521_pre_comp_free() 1664 OPENSSL_free(pre); in nistp521_pre_comp_free() 1670 NISTP521_PRE_COMP *pre = pre_; in nistp521_pre_comp_clear_free() local 1672 if (!pre) in nistp521_pre_comp_clear_free() 1675 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp521_pre_comp_clear_free() 1679 OPENSSL_cleanse(pre, sizeof(*pre)); in nistp521_pre_comp_clear_free() 1680 OPENSSL_free(pre); in nistp521_pre_comp_clear_free() 1831 NISTP521_PRE_COMP *pre = NULL; in ec_GFp_nistp521_points_mul() local [all …]
|
| H A D | ec_mult.c | 132 EC_PRE_COMP *pre = pre_; in ec_pre_comp_free() local 134 if (!pre) in ec_pre_comp_free() 137 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in ec_pre_comp_free() 141 if (pre->points) { in ec_pre_comp_free() 144 for (p = pre->points; *p != NULL; p++) in ec_pre_comp_free() 146 OPENSSL_free(pre->points); in ec_pre_comp_free() 148 OPENSSL_free(pre); in ec_pre_comp_free() 154 EC_PRE_COMP *pre = pre_; in ec_pre_comp_clear_free() local 156 if (!pre) in ec_pre_comp_clear_free() 159 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in ec_pre_comp_clear_free() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/ |
| H A D | ldst-opt.ll | 29 define void @load-pre-indexed-word(%struct.word* %ptr) nounwind { 30 ; CHECK-LABEL: load-pre-indexed-word 42 define void @store-pre-indexed-word(%struct.word* %ptr, i32 %val) nounwind { 43 ; CHECK-LABEL: store-pre-indexed-word 57 define void @load-pre-indexed-doubleword(%struct.doubleword* %ptr) nounwind { 58 ; CHECK-LABEL: load-pre-indexed-doubleword 70 define void @store-pre-indexed-doubleword(%struct.doubleword* %ptr, i64 %val) nounwind { 71 ; CHECK-LABEL: store-pre-indexed-doubleword 85 define void @load-pre-indexed-quadword(%struct.quadword* %ptr) nounwind { 86 ; CHECK-LABEL: load-pre-indexed-quadword [all …]
|
| /minix3/external/bsd/atf/dist/atf-c/detail/ |
| H A D | sanity_test.c | 54 enum type { inv, pre, post, unreachable }; enumerator 74 case pre: in do_test_child() 133 case pre: in do_test() 182 ATF_TC(pre); 183 ATF_TC_HEAD(pre, tc) in ATF_TC_HEAD() argument 187 ATF_TC_BODY(pre, tc) in ATF_TC_BODY() argument 191 do_test(pre, false); in ATF_TC_BODY() 192 do_test(pre, true); in ATF_TC_BODY() 228 ATF_TP_ADD_TC(tp, pre); in ATF_TP_ADD_TCS()
|
| /minix3/external/bsd/bind/dist/unit/atf-src/atf-c/detail/ |
| H A D | sanity_test.c | 56 enum type { inv, pre, post, unreachable }; enumerator 76 case pre: in do_test_child() 135 case pre: in do_test() 184 ATF_TC(pre); 185 ATF_TC_HEAD(pre, tc) in ATF_TC_HEAD() argument 189 ATF_TC_BODY(pre, tc) in ATF_TC_BODY() argument 193 do_test(pre, false); in ATF_TC_BODY() 194 do_test(pre, true); in ATF_TC_BODY() 230 ATF_TP_ADD_TC(tp, pre); in ATF_TP_ADD_TCS()
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/ |
| H A D | cond_br.ll | 8 ; CHECK: %.pre = load i32* @y 9 ; CHECK: call void @bar(i32 %.pre) 12 %.pre = load i32* @y, align 4 25 %1 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %add, %if.then ] 32 ; CHECK: %.pre = load i32* @y 33 ; CHECK: tail call void @bar(i32 %.pre) 36 %.pre = load i32* @y, align 4 50 %0 = phi i32 [ %.pre, %if.else ], [ %add, %if.then ]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/ |
| H A D | crash.ll | 16 %.pre = load %struct.CAMERA** %Camera_Ptr, align 4 17 %0 = getelementptr inbounds %struct.CAMERA* %.pre, i32 0, i32 1, i32 0 18 %1 = getelementptr inbounds %struct.CAMERA* %.pre, i32 0, i32 1, i32 2 53 %f13576.pre = getelementptr inbounds %struct.S0* undef, i64 0, i32 1 54 store i8 0, i8* %f13576.pre, align 4 58 …%f13577.ph = phi i8* [ %f13576.pre, %func_74.exit.for.cond29.thread_crit_edge ], [ %f135.pre, %lbl… 60 %f135.pre = getelementptr inbounds %struct.S0* undef, i64 0, i32 1
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Hexagon/ |
| H A D | cmp_pred2.ll | 14 %.pre = load i32* @c, align 4 23 %0 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %sub, %if.then ] 35 %.pre = load i32* @c, align 4 44 %0 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %sub, %if.then ] 56 %.pre = load i32* @c, align 4 65 %0 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %sub, %if.then ] 76 %.pre = load i32* @c, align 4 85 %0 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %sub, %if.then ]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Analysis/RegionInfo/ |
| H A D | unreachable_bb.ll | 6 br label %for.pre 11 for.pre: ; preds = %entry 14 for: ; preds = %for.inc, %for.pre 15 %indvar = phi i64 [ 0, %for.pre ], [ %indvar.next, %for.inc ]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | coalesce-implicitdef.ll | 52 while.condthread-pre-split: ; preds = %label.loopexit, %while.condthread-pre-… 53 …%0 = phi i32 [ %inc28, %for.inc27.backedge ], [ %inc285863, %while.condthread-pre-split.lr.ph.lr.p… 54 …%inc2060 = phi i32 [ %inc20, %for.inc27.backedge ], [ %a.promoted.pre, %while.condthread-pre-split… 57 while.cond: ; preds = %while.condthread-pre-split, %while.cond 58 %p2.1.in = phi i32* [ %pi.3.ph, %while.cond ], [ %i, %while.condthread-pre-split ] 71 br i1 %tobool17, label %for.inc27.if.end30.loopexit56_crit_edge, label %while.condthread-pre-split 83 br i1 %tobool1759, label %if.end30, label %while.condthread-pre-split 118 br i1 %tobool175964, label %if.end30, label %while.condthread-pre-split.lr.ph.lr.ph 120 while.condthread-pre-split.lr.ph.lr.ph: ; preds = %label.preheader 123 %a.promoted.pre = load i32* @a, align 4 [all …]
|
| H A D | scheduler-backtracking.ll | 1 ; RUN: llc -march=x86-64 < %s -pre-RA-sched=list-ilp | FileCheck %s 2 ; RUN: llc -march=x86-64 < %s -pre-RA-sched=list-hybrid | FileCheck %s 3 ; RUN: llc -march=x86-64 < %s -pre-RA-sched=source | FileCheck %s 4 ; RUN: llc -march=x86-64 < %s -pre-RA-sched=list-burr | FileCheck %s 5 ; RUN: llc -march=x86-64 < %s -pre-RA-sched=linearize | FileCheck %s
|
| H A D | cmpxchg-clobber-flags.ll | 2 ; RUN: llc -verify-machineinstrs -mtriple=i386-linux-gnu -pre-RA-sched=fast %s -o - | FileCheck %s 4 ; RUN: llc -verify-machineinstrs -mtriple=x86_64-linux-gnu -pre-RA-sched=fast %s -o - | FileCheck %s 42 br label %while.condthread-pre-split.i 44 while.condthread-pre-split.i: 49 %0 = phi i32 [ %.pr.i, %while.condthread-pre-split.i ], [ 0, %while.cond.i ] 57 br i1 %2, label %cond.end.loopexit, label %while.condthread-pre-split.i
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopUnroll/ |
| H A D | pr18861.ll | 8 br label %for.cond1thread-pre-split 10 for.cond1thread-pre-split: ; preds = %for.inc8, %entry 14 for.cond2.preheader.lr.ph: ; preds = %for.cond1thread-pre-split 40 … ; preds = %for.cond1.for.inc8_crit_edge, %for.cond1thread-pre-split 42 br label %for.cond1thread-pre-split
|
| /minix3/external/bsd/bzip2/dist/ |
| H A D | bzip.css | 7 #626262 dark gray pre border 8 #eeeeee very light gray pre background 64 code, tt, pre { font-size: 120%; } selector 67 div.literallayout, pre.programlisting, pre.screen {
|
| /minix3/lib/libc/locale/ |
| H A D | _wcstod.h | 46 #define INT_NAME_(pre, middle, post) pre ## middle ## post argument 47 #define INT_NAME(pre, middle, post) INT_NAME_(pre, middle, post) argument
|
| H A D | _wcstoul.h | 48 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post argument 49 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) argument
|
| H A D | _wcstol.h | 49 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post argument 50 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) argument
|
| /minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/examples/views/intern/ |
| H A D | zkt-int.log | 7 2008-06-12 18:02:13.595: debug: ->waiting for pre-publish key 8 …one signing key 5972 exceeded since 25w4h17m46s: ZSK rollover deferred: waiting for pre-publish key 24 2008-06-12 18:03:13.209: debug: ->waiting for pre-publish key 25 …one signing key 5972 exceeded since 25w4h18m46s: ZSK rollover deferred: waiting for pre-publish key 34 2008-06-12 18:03:19.289: debug: ->waiting for pre-publish key 35 …one signing key 5972 exceeded since 25w4h18m52s: ZSK rollover deferred: waiting for pre-publish key 44 2008-06-12 18:03:23.618: debug: ->waiting for pre-publish key 45 …one signing key 5972 exceeded since 25w4h18m56s: ZSK rollover deferred: waiting for pre-publish key 62 2008-06-12 18:05:39.533: debug: ->waiting for pre-publish key 63 …one signing key 5972 exceeded since 25w4h21m12s: ZSK rollover deferred: waiting for pre-publish key [all …]
|
| /minix3/common/lib/libc/stdlib/ |
| H A D | _strtoi.h | 59 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME() 60 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
|
| H A D | _strtoul.h | 50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME() 51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
|
| H A D | _strtol.h | 50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME() 51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/ |
| H A D | alloca.ll | 45 %arrayidx15.pre = getelementptr inbounds i8* %tmp1, i32 12 46 %.pre = bitcast i8* %arrayidx15.pre to i32* 61 %.pre-phi = phi i32* [ %2, %if.else ], [ %.pre, %if.then ] 69 %tmp16 = load i32* %.pre-phi, align 4
|