| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_rtl.cpp | 97 NOINLINE 112 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 117 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 122 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 140 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 145 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 150 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 172 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 176 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ 180 extern "C" NOINLINE INTERFACE_ATTRIBUTE \ [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | log1pf.c | 28 static float32x4_t NOINLINE VPCS_ATTR 41 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (log1p) (float32x4_t x) in V_NAME_F1() 61 static float32x4_t NOINLINE VPCS_ATTR 71 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (log1p) (float32x4_t x) in V_NAME_F1()
|
| H A D | hypotf.c | 31 static float32x4_t VPCS_ATTR NOINLINE 44 float32x4_t VPCS_ATTR NOINLINE V_NAME_F2 (hypot) (float32x4_t x, float32x4_t y) in V_NAME_F2() 71 float32x4_t VPCS_ATTR NOINLINE V_NAME_F2 (hypot) (float32x4_t x, float32x4_t y) in V_NAME_F2()
|
| H A D | exp2f.c | 42 static float32x4_t VPCS_ATTR NOINLINE 52 static float32x4_t VPCS_ATTR NOINLINE 71 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (exp2) (float32x4_t x) in V_NAME_F1()
|
| H A D | expf.c | 46 static float32x4_t VPCS_ATTR NOINLINE 56 static float32x4_t VPCS_ATTR NOINLINE 76 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (exp) (float32x4_t x) in V_NAME_F1()
|
| H A D | exp10f.c | 56 static float32x4_t VPCS_ATTR NOINLINE 68 static float32x4_t VPCS_ATTR NOINLINE 91 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (exp10) (float32x4_t x) in V_NAME_F1()
|
| H A D | expm1f.c | 38 static float32x4_t VPCS_ATTR NOINLINE 49 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (expm1) (float32x4_t x) in V_NAME_F1()
|
| H A D | sinhf.c | 34 static float32x4_t NOINLINE VPCS_ATTR 46 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (sinh) (float32x4_t x) in V_NAME_F1()
|
| H A D | sinpif.c | 27 static float32x4_t VPCS_ATTR NOINLINE 40 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (sinpi) (float32x4_t x) in V_NAME_F1()
|
| H A D | acoshf.c | 22 static float32x4_t NOINLINE VPCS_ATTR 39 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (acosh) (float32x4_t x) in V_NAME_F1()
|
| H A D | cospif.c | 25 static float32x4_t VPCS_ATTR NOINLINE 36 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (cospi) (float32x4_t x) in V_NAME_F1()
|
| H A D | atanhf.c | 32 static float32x4_t NOINLINE VPCS_ATTR 44 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (atanh) (float32x4_t x) in V_NAME_F1()
|
| H A D | coshf.c | 32 static float32x4_t NOINLINE VPCS_ATTR 44 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (cosh) (float32x4_t x) in V_NAME_F1()
|
| H A D | asinf.c | 31 static float32x4_t VPCS_ATTR NOINLINE 56 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (asin) (float32x4_t x) in V_NAME_F1()
|
| H A D | tanhf.c | 24 static float32x4_t NOINLINE VPCS_ATTR 38 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (tanh) (float32x4_t x) in V_NAME_F1()
|
| H A D | atanf.c | 35 static float32x4_t VPCS_ATTR NOINLINE 46 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (atan) (float32x4_t x) in V_NAME_F1()
|
| H A D | asinhf.c | 30 static float32x4_t NOINLINE VPCS_ATTR 45 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (asinh) (float32x4_t x) in V_NAME_F1()
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | math_err.c | 14 NOINLINE static double 25 NOINLINE static double
|
| H A D | math_errf.c | 14 NOINLINE static float 25 NOINLINE static float
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_rtl.cpp | 87 extern "C" NOINLINE INTERFACE_ATTRIBUTE void __memprof_##type(uptr addr) { \ 92 extern "C" NOINLINE INTERFACE_ATTRIBUTE void __memprof_hist_##type( \ 108 static NOINLINE void force_interface_symbols() { in MEMPROF_MEMORY_ACCESS_CALLBACK_HIST()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_quarantine.h | 110 void NOINLINE Drain(Cache *c, Callback cb) { in Drain() 119 void NOINLINE DrainAndRecycle(Cache *c, Callback cb) { in DrainAndRecycle() 147 void NOINLINE Recycle(uptr min_size, Callback cb) in Recycle() 179 void NOINLINE DoRecycle(Cache *c, Callback cb) { in DoRecycle()
|
| H A D | sanitizer_allocator_local_cache.h | 99 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill() 110 NOINLINE void DrainHalfMax(PerClass *c, SizeClassAllocator *allocator, in DrainHalfMax() 241 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill() 254 NOINLINE void Drain(PerClass *c, SizeClassAllocator *allocator, in Drain()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dense_alloc.h | 130 NOINLINE void Refill(Cache *c) { in Refill() 150 NOINLINE void Drain(Cache *c) { in Drain() 170 NOINLINE void AllocSuperBlock(Cache *c) { in AllocSuperBlock()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | quarantine.h | 207 void NOINLINE drain(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drain() 219 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drainAndRecycle() 256 void NOINLINE recycle(uptr MinSize, Callback Cb) RELEASE(RecycleMutex) in recycle() 288 void NOINLINE doRecycle(CacheT *C, Callback Cb) { in doRecycle()
|
| H A D | size_class_allocator.h | 149 NOINLINE void initAllocator() { in initAllocator() 164 NOINLINE bool refill(PerClass *C, uptr ClassId, u16 MaxRefill) { in refill() 172 NOINLINE void drain(PerClass *C, uptr ClassId) { in drain() 307 NOINLINE void initAllocator() { in initAllocator()
|