Searched refs:LIKELY (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.cpp30 if (LIKELY(replace_intrin_cached)) { \
31 if (LIKELY(to != from)) { \
45 if (LIKELY(replace_intrin_cached)) { \
55 if (LIKELY(replace_intrin_cached)) { \
H A Dasan_interceptors_memintrinsics.h37 if (LIKELY(((*reinterpret_cast<const uptr *>(uptr_first) |
H A Dasan_rtl.cpp394 if (LIKELY(AsanInited()))
523 if (LIKELY(AsanInited()))
530 if (LIKELY(AsanInited()))
/freebsd-current/sys/dev/vmware/vmci/
H A Dvmci_kernel_defs.h20 #define LIKELY(_exp) __predict_true(_exp) macro
H A Dvmci_qpair.c521 if (LIKELY(tail + written < produce_q_size))
592 if (LIKELY(head + read < consume_q_size))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_malloc_bisect.h34 if (LIKELY(left == 0 && right == 0))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h40 if (LIKELY(Initialized))
72 if (LIKELY(State.InitState != ThreadState::NotInitialized))
84 if (LIKELY(State.InitState == ThreadState::Initialized &&
168 if (LIKELY(pthread_setspecific(Instance->getTSDRegistry()->PThreadKey,
H A Dmutex.h28 if (LIKELY(tryLock()))
H A Dtsd_shared.h42 if (LIKELY(Initialized))
68 if (LIKELY(getCurrentTSD()))
H A Dlocal_cache.h28 if (LIKELY(S))
36 if (LIKELY(S))
H A Dinternal_defs.h39 #define LIKELY(X) __builtin_expect(!!(X), 1) macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp30 if (LIKELY(pc_delta < (1 << EventAccess::kPCBits))) {
80 if (LIKELY(TryTraceMemoryAccessRange(thr, pc, addr, size, typ)))
88 if (LIKELY(TryTraceFunc(thr, pc)))
201 if (LIKELY(old.raw() == Shadow::kEmpty)) {
206 if (LIKELY(!(cur.access() & old.access())))
208 if (LIKELY(cur.sid() == old.sid())) {
210 LIKELY(cur.access() == old.access() && old.IsRWWeakerOrEqual(typ))) {
216 if (LIKELY(old.IsBothReadsOrAtomic(typ)))
218 if (LIKELY(thr->clock.Get(old.sid()) >= old.epoch()))
225 if (LIKELY(store
[all...]
H A Dtsan_sync.cpp215 if (LIKELY(s->addr == addr)) {
231 if (LIKELY(myidx == 0)) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h30 if (LIKELY(TryLock()))
173 if (LIKELY(!locked)) {
192 if (LIKELY(!locked))
217 if (LIKELY(atomic_compare_exchange_weak(
260 if (LIKELY(!locked)) {
276 if (LIKELY(!locked))
H A Dsanitizer_stackdepotbase.h119 if (!LIKELY(Node::is_valid(args)))
127 if (LIKELY(node))
H A Dsanitizer_flat_map.h138 if (LIKELY(res))
H A Dsanitizer_allocator.cpp120 if (LIKELY(p))
H A Dsanitizer_allocator_local_cache.h88 if (LIKELY(c->max_count))
217 if (LIKELY(c->max_count))
H A Dsanitizer_internal_defs.h227 # define LIKELY(x) (x) macro
241 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
H A Dsanitizer_stack_store.cpp81 if (LIKELY(block_idx == last_idx)) {
148 if (LIKELY(ptr))
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h154 * If you can remove a LIKELY/UNLIKELY annotation without speed changes in gcc
158 #define LIKELY(x) (__builtin_expect((x), 1)) macro
161 #define LIKELY(x) (x) macro
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dcompiler.h157 * If you can remove a LIKELY/UNLIKELY annotation without speed changes in gcc
161 #define LIKELY(x) (__builtin_expect((x), 1)) macro
164 #define LIKELY(x) (x) macro
H A Dentropy_common.c119 if (LIKELY(ip <= iend-7)) {
148 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) {
197 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp146 if (LIKELY(memprof_inited))
220 if (LIKELY(memprof_timestamp_inited))
/freebsd-current/sys/contrib/libb2/
H A Dblake2s-round.h26 #define LIKELY(x) __builtin_expect((x),1) macro

Completed in 484 milliseconds

12