/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
H A D | tsan_mutex.cc | 167 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param; in singleton_thread() local 169 int *val = (int *)atomic_load(singleton, memory_order_acquire); in singleton_thread() 170 __tsan_acquire(singleton); in singleton_thread() 189 atomic_uintptr_t singleton; in TEST() local 190 __tsan_release(&singleton); in TEST() 191 atomic_store(&singleton, (uintptr_t)&val, memory_order_release); in TEST() 195 pthread_create(&threads[t], 0, singleton_thread, &singleton); in TEST()
|
/netbsd-src/external/bsd/flex/dist/src/ |
H A D | parse.y | 540 series : series singleton 548 | singleton 615 singleton : singleton '*' 622 | singleton '+' 628 | singleton '?' 634 | singleton BEGIN_REPEAT_FLEX NUMBER ',' NUMBER END_REPEAT_FLEX 662 | singleton BEGIN_REPEAT_FLEX NUMBER ',' END_REPEAT_FLEX 676 | singleton BEGIN_REPEAT_FLEX NUMBER END_REPEAT_FLEX
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genrecog.c | 839 T *singleton () const; 947 list_head <T>::singleton () const in singleton() function 1603 if (singleton () && first->labels.length () == 1) in if_statement_p() 1674 if (transition *trans = d->singleton ()) in collapse_optional_decisions() 1694 if (decision *second = d->first->to->singleton ()) in simplify_tests() 1718 if (transition *trans = d->singleton ()) in simplify_tests() 1721 while (decision *d2 = s->singleton ()) in simplify_tests() 1725 transition *trans2 = d2->singleton (); in simplify_tests() 1757 transition *trans = d->singleton (); in common_test_p() 1893 if (!outer->singleton ()) in find_common_test() [all …]
|
H A D | gensupport.h | 180 enum rtx_code singleton; /* if pred takes only one code, that code */ member
|
H A D | tree-ssa-dom.c | 921 tree singleton; in simplify_stmt_for_jump_threading() local 928 : (vr->singleton_p (&singleton) in simplify_stmt_for_jump_threading() 929 && tree_int_cst_equal (CASE_LOW (label), singleton))) in simplify_stmt_for_jump_threading() 970 tree singleton; in simplify_stmt_for_jump_threading() local 971 if (new_vr.singleton_p (&singleton)) in simplify_stmt_for_jump_threading() 972 return singleton; in simplify_stmt_for_jump_threading()
|
H A D | ira-build.c | 3391 int singleton = ira_class_singleton[pref][ALLOCNO_MODE (a)]; in update_conflict_hard_reg_costs() local 3392 if (singleton < 0) in update_conflict_hard_reg_costs() 3394 index = ira_class_hard_reg_index[(int) aclass][singleton]; in update_conflict_hard_reg_costs()
|
H A D | vr-values.c | 2019 tree singleton; in vrp_valueize_1() local 2020 if (vr->singleton_p (&singleton)) in vrp_valueize_1() 2021 return singleton; in vrp_valueize_1()
|
H A D | gensupport.c | 2903 pred->singleton = code; in add_predicate_code() 2905 pred->singleton = UNKNOWN; in add_predicate_code()
|
H A D | tree-vrp.c | 5000 tree singleton; in simplify_stmt_for_jump_threading() local 5001 if (new_vr.singleton_p (&singleton)) in simplify_stmt_for_jump_threading() 5002 return singleton; in simplify_stmt_for_jump_threading()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genrecog.cc | 837 T *singleton () const; 945 list_head <T>::singleton () const in singleton() function in list_head 1601 if (singleton () && first->labels.length () == 1) in if_statement_p() 1672 if (transition *trans = d->singleton ()) in collapse_optional_decisions() 1692 if (decision *second = d->first->to->singleton ()) in simplify_tests() 1716 if (transition *trans = d->singleton ()) in simplify_tests() 1719 while (decision *d2 = s->singleton ()) in simplify_tests() 1723 transition *trans2 = d2->singleton (); in simplify_tests() 1755 transition *trans = d->singleton (); in common_test_p() 1891 if (!outer->singleton ()) in find_common_test() [all …]
|
H A D | gensupport.h | 180 enum rtx_code singleton; /* if pred takes only one code, that code */ member
|
H A D | tree-ssa-dom.cc | 713 tree singleton; in simplify() local 714 if (new_vr.singleton_p (&singleton)) in simplify() 715 return singleton; in simplify()
|
H A D | ira-build.cc | 3440 int singleton = ira_class_singleton[pref][ALLOCNO_MODE (a)]; in update_conflict_hard_reg_costs() local 3441 if (singleton < 0) in update_conflict_hard_reg_costs() 3443 index = ira_class_hard_reg_index[(int) aclass][singleton]; in update_conflict_hard_reg_costs()
|
H A D | vr-values.cc | 1909 tree singleton; in vrp_valueize_1() local 1910 if (vr->singleton_p (&singleton)) in vrp_valueize_1() 1911 return singleton; in vrp_valueize_1()
|
H A D | gensupport.cc | 2900 pred->singleton = code; in add_predicate_code() 2902 pred->singleton = UNKNOWN; in add_predicate_code()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | OpenCLImageTypes.def | 8 // This file extends builtin types database with OpenCL image singleton types. 13 // with given ID, singleton ID access type and a codegen suffix
|
H A D | RISCVVTypes.def | 27 // - SingletonId is the global singleton of this type.
|
H A D | AArch64SVEACLETypes.def | 27 // - Context.SingletonId is the global singleton of this type.
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 9 // This file defines the database about various builtin singleton types. 13 // Context.SingletonId is the global singleton of this type. Some global 31 // to a builtin which uses a shared singleton type.
|
/netbsd-src/external/bsd/iscsi/dist/src/lib/ |
H A D | util.c | 897 struct iovec singleton; in iscsi_sock_msg() local 914 singleton.iov_base = data; in iscsi_sock_msg() 915 singleton.iov_len = len; in iscsi_sock_msg() 916 iov = &singleton; in iscsi_sock_msg()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | insns.h | 473 insn_info *singleton () const;
|
H A D | member-fns.inl | 658 insn_range_info::singleton () const function in rtl_ssa::insn_range_info
|
/netbsd-src/lib/libc/regex/ |
H A D | regcomp.c | 169 static wint_t singleton(cset *cs); 1139 if ((ch = singleton(cs)) != OUT) { /* optimize singleton sets */ in p_bracket() 1534 * Emit a singleton set. 1734 - singleton - Determine whether a set contains only one character, 1738 singleton(cset *cs) function
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | implementation.tex | 953 If all the $\Delta_i$s are singleton sets 957 \label{eq:transitive:singleton} 967 If some of the $\Delta_i$s are not singleton sets or if 1015 Those that correspond to singleton $\Delta_i$s are grouped together 1016 and handled as in \eqref{eq:transitive:singleton}. 1641 using \eqref{eq:transitive:singleton}. 1730 usually be a singleton.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | iterators.md | 157 ;; All supported vector modes (except singleton DImode). 181 ;; Supported integer vector modes (not singleton DI)
|