Home
last modified time | relevance | path

Searched defs:__ptr (Results 1 – 19 of 19) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h488 __nv_cvta_generic_to_global_impl(const void * __ptr) __nv_cvta_generic_to_global_impl() argument
491 __nv_cvta_generic_to_shared_impl(const void * __ptr) __nv_cvta_generic_to_shared_impl() argument
494 __nv_cvta_generic_to_constant_impl(const void * __ptr) __nv_cvta_generic_to_constant_impl() argument
497 __nv_cvta_generic_to_local_impl(const void * __ptr) __nv_cvta_generic_to_local_impl() argument
500 __nv_cvta_global_to_generic_impl(size_t __ptr) __nv_cvta_global_to_generic_impl() argument
503 __nv_cvta_shared_to_generic_impl(size_t __ptr) __nv_cvta_shared_to_generic_impl() argument
506 __nv_cvta_constant_to_generic_impl(size_t __ptr) __nv_cvta_constant_to_generic_impl() argument
509 __nv_cvta_local_to_generic_impl(size_t __ptr) __nv_cvta_local_to_generic_impl() argument
512 __nvvm_get_smem_pointer(void * __ptr) __nvvm_get_smem_pointer() argument
571 __nv_associate_access_property(const void * __ptr,unsigned long long __prop) __nv_associate_access_property() argument
585 __isClusterShared(const void * __ptr) __isClusterShared() argument
589 __cluster_map_shared_rank(const void * __ptr,unsigned __rank) __cluster_map_shared_rank() argument
594 __cluster_query_shared_rank(const void * __ptr) __cluster_query_shared_rank() argument
599 __cluster_map_shared_multicast(const void * __ptr,unsigned int __cluster_cta_mask) __cluster_map_shared_multicast() argument
655 atomicAdd(float2 * __ptr,float2 __val) atomicAdd() argument
663 atomicAdd_block(float2 * __ptr,float2 __val) atomicAdd_block() argument
671 atomicAdd_system(float2 * __ptr,float2 __val) atomicAdd_system() argument
679 atomicAdd(float4 * __ptr,float4 __val) atomicAdd() argument
687 atomicAdd_block(float4 * __ptr,float4 __val) atomicAdd_block() argument
696 atomicAdd_system(float4 * __ptr,float4 __val) atomicAdd_system() argument
[all...]
H A D__clang_hip_runtime_wrapper.h73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { in free()
81 __attribute__((weak)) inline __device__ void free(void *__ptr) { in free()
H A D__clang_cuda_texture_intrinsics.h21 #define __nv_tex_surf_handler(__op, __ptr, ...) \ argument
H A Dvecintrin.h314 vec_insert_and_zero(const signed char *__ptr) { in vec_insert_and_zero() argument
321 vec_insert_and_zero(const unsigned char *__ptr) { in vec_insert_and_zero() argument
328 vec_insert_and_zero(const signed short *__ptr) { in vec_insert_and_zero() argument
335 vec_insert_and_zero(const unsigned short *__ptr) { in vec_insert_and_zero() argument
342 vec_insert_and_zero(const signed int *__ptr) { in vec_insert_and_zero() argument
349 vec_insert_and_zero(const unsigned int * __ptr) vec_insert_and_zero() argument
356 vec_insert_and_zero(const signed long long * __ptr) vec_insert_and_zero() argument
363 vec_insert_and_zero(const unsigned long long * __ptr) vec_insert_and_zero() argument
371 vec_insert_and_zero(const float * __ptr) vec_insert_and_zero() argument
379 vec_insert_and_zero(const double * __ptr) vec_insert_and_zero() argument
860 vec_gather_element(__vector signed int __vec,__vector unsigned int __offset,const signed int * __ptr,int __index) vec_gather_element() argument
870 vec_gather_element(__vector __bool int __vec,__vector unsigned int __offset,const unsigned int * __ptr,int __index) vec_gather_element() argument
880 vec_gather_element(__vector unsigned int __vec,__vector unsigned int __offset,const unsigned int * __ptr,int __index) vec_gather_element() argument
890 vec_gather_element(__vector signed long long __vec,__vector unsigned long long __offset,const signed long long * __ptr,int __index) vec_gather_element() argument
900 vec_gather_element(__vector __bool long long __vec,__vector unsigned long long __offset,const unsigned long long * __ptr,int __index) vec_gather_element() argument
910 vec_gather_element(__vector unsigned long long __vec,__vector unsigned long long __offset,const unsigned long long * __ptr,int __index) vec_gather_element() argument
921 vec_gather_element(__vector float __vec,__vector unsigned int __offset,const float * __ptr,int __index) vec_gather_element() argument
932 vec_gather_element(__vector double __vec,__vector unsigned long long __offset,const double * __ptr,int __index) vec_gather_element() argument
944 vec_scatter_element(__vector signed int __vec,__vector unsigned int __offset,signed int * __ptr,int __index) vec_scatter_element() argument
953 vec_scatter_element(__vector __bool int __vec,__vector unsigned int __offset,unsigned int * __ptr,int __index) vec_scatter_element() argument
962 vec_scatter_element(__vector unsigned int __vec,__vector unsigned int __offset,unsigned int * __ptr,int __index) vec_scatter_element() argument
971 vec_scatter_element(__vector signed long long __vec,__vector unsigned long long __offset,signed long long * __ptr,int __index) vec_scatter_element() argument
980 vec_scatter_element(__vector __bool long long __vec,__vector unsigned long long __offset,unsigned long long * __ptr,int __index) vec_scatter_element() argument
989 vec_scatter_element(__vector unsigned long long __vec,__vector unsigned long long __offset,unsigned long long * __ptr,int __index) vec_scatter_element() argument
999 vec_scatter_element(__vector float __vec,__vector unsigned int __offset,float * __ptr,int __index) vec_scatter_element() argument
1009 vec_scatter_element(__vector double __vec,__vector unsigned long long __offset,double * __ptr,int __index) vec_scatter_element() argument
1018 vec_xl(long __offset,const signed char * __ptr) vec_xl() argument
1026 vec_xl(long __offset,const unsigned char * __ptr) vec_xl() argument
1034 vec_xl(long __offset,const signed short * __ptr) vec_xl() argument
1042 vec_xl(long __offset,const unsigned short * __ptr) vec_xl() argument
1050 vec_xl(long __offset,const signed int * __ptr) vec_xl() argument
1058 vec_xl(long __offset,const unsigned int * __ptr) vec_xl() argument
1066 vec_xl(long __offset,const signed long long * __ptr) vec_xl() argument
1074 vec_xl(long __offset,const unsigned long long * __ptr) vec_xl() argument
1083 vec_xl(long __offset,const float * __ptr) vec_xl() argument
1092 vec_xl(long __offset,const double * __ptr) vec_xl() argument
1103 vec_xld2(long __offset,const signed char * __ptr) vec_xld2() argument
1112 vec_xld2(long __offset,const unsigned char * __ptr) vec_xld2() argument
1121 vec_xld2(long __offset,const signed short * __ptr) vec_xld2() argument
1130 vec_xld2(long __offset,const unsigned short * __ptr) vec_xld2() argument
1139 vec_xld2(long __offset,const signed int * __ptr) vec_xld2() argument
1148 vec_xld2(long __offset,const unsigned int * __ptr) vec_xld2() argument
1157 vec_xld2(long __offset,const signed long long * __ptr) vec_xld2() argument
1166 vec_xld2(long __offset,const unsigned long long * __ptr) vec_xld2() argument
1175 vec_xld2(long __offset,const double * __ptr) vec_xld2() argument
1186 vec_xlw4(long __offset,const signed char * __ptr) vec_xlw4() argument
1195 vec_xlw4(long __offset,const unsigned char * __ptr) vec_xlw4() argument
1204 vec_xlw4(long __offset,const signed short * __ptr) vec_xlw4() argument
1213 vec_xlw4(long __offset,const unsigned short * __ptr) vec_xlw4() argument
1222 vec_xlw4(long __offset,const signed int * __ptr) vec_xlw4() argument
1231 vec_xlw4(long __offset,const unsigned int * __ptr) vec_xlw4() argument
1241 vec_xst(__vector signed char __vec,long __offset,signed char * __ptr) vec_xst() argument
1248 vec_xst(__vector unsigned char __vec,long __offset,unsigned char * __ptr) vec_xst() argument
1255 vec_xst(__vector signed short __vec,long __offset,signed short * __ptr) vec_xst() argument
1262 vec_xst(__vector unsigned short __vec,long __offset,unsigned short * __ptr) vec_xst() argument
1269 vec_xst(__vector signed int __vec,long __offset,signed int * __ptr) vec_xst() argument
1275 vec_xst(__vector unsigned int __vec,long __offset,unsigned int * __ptr) vec_xst() argument
1283 vec_xst(__vector signed long long __vec,long __offset,signed long long * __ptr) vec_xst() argument
1291 vec_xst(__vector unsigned long long __vec,long __offset,unsigned long long * __ptr) vec_xst() argument
1299 vec_xst(__vector float __vec,long __offset,float * __ptr) vec_xst() argument
1306 vec_xst(__vector double __vec,long __offset,double * __ptr) vec_xst() argument
1315 vec_xstd2(__vector signed char __vec,long __offset,signed char * __ptr) vec_xstd2() argument
1323 vec_xstd2(__vector unsigned char __vec,long __offset,unsigned char * __ptr) vec_xstd2() argument
1331 vec_xstd2(__vector signed short __vec,long __offset,signed short * __ptr) vec_xstd2() argument
1339 vec_xstd2(__vector unsigned short __vec,long __offset,unsigned short * __ptr) vec_xstd2() argument
1347 vec_xstd2(__vector signed int __vec,long __offset,signed int * __ptr) vec_xstd2() argument
1354 vec_xstd2(__vector unsigned int __vec,long __offset,unsigned int * __ptr) vec_xstd2() argument
1363 vec_xstd2(__vector signed long long __vec,long __offset,signed long long * __ptr) vec_xstd2() argument
1372 vec_xstd2(__vector unsigned long long __vec,long __offset,unsigned long long * __ptr) vec_xstd2() argument
1380 vec_xstd2(__vector double __vec,long __offset,double * __ptr) vec_xstd2() argument
1389 vec_xstw4(__vector signed char __vec,long __offset,signed char * __ptr) vec_xstw4() argument
1397 vec_xstw4(__vector unsigned char __vec,long __offset,unsigned char * __ptr) vec_xstw4() argument
1405 vec_xstw4(__vector signed short __vec,long __offset,signed short * __ptr) vec_xstw4() argument
1413 vec_xstw4(__vector unsigned short __vec,long __offset,unsigned short * __ptr) vec_xstw4() argument
1421 vec_xstw4(__vector signed int __vec,long __offset,signed int * __ptr) vec_xstw4() argument
1428 vec_xstw4(__vector unsigned int __vec,long __offset,unsigned int * __ptr) vec_xstw4() argument
1490 vec_load_len(const signed char * __ptr,unsigned int __len) vec_load_len() argument
1495 vec_load_len(const unsigned char * __ptr,unsigned int __len) vec_load_len() argument
1500 vec_load_len(const signed short * __ptr,unsigned int __len) vec_load_len() argument
1505 vec_load_len(const unsigned short * __ptr,unsigned int __len) vec_load_len() argument
1510 vec_load_len(const signed int * __ptr,unsigned int __len) vec_load_len() argument
1515 vec_load_len(const unsigned int * __ptr,unsigned int __len) vec_load_len() argument
1520 vec_load_len(const signed long long * __ptr,unsigned int __len) vec_load_len() argument
1525 vec_load_len(const unsigned long long * __ptr,unsigned int __len) vec_load_len() argument
1531 vec_load_len(const float * __ptr,unsigned int __len) vec_load_len() argument
1537 vec_load_len(const double * __ptr,unsigned int __len) vec_load_len() argument
1545 vec_load_len_r(const unsigned char * __ptr,unsigned int __len) vec_load_len_r() argument
1553 vec_store_len(__vector signed char __vec,signed char * __ptr,unsigned int __len) vec_store_len() argument
1559 vec_store_len(__vector unsigned char __vec,unsigned char * __ptr,unsigned int __len) vec_store_len() argument
1565 vec_store_len(__vector signed short __vec,signed short * __ptr,unsigned int __len) vec_store_len() argument
1571 vec_store_len(__vector unsigned short __vec,unsigned short * __ptr,unsigned int __len) vec_store_len() argument
1577 vec_store_len(__vector signed int __vec,signed int * __ptr,unsigned int __len) vec_store_len() argument
1583 vec_store_len(__vector unsigned int __vec,unsigned int * __ptr,unsigned int __len) vec_store_len() argument
1589 vec_store_len(__vector signed long long __vec,signed long long * __ptr,unsigned int __len) vec_store_len() argument
1595 vec_store_len(__vector unsigned long long __vec,unsigned long long * __ptr,unsigned int __len) vec_store_len() argument
1602 vec_store_len(__vector float __vec,float * __ptr,unsigned int __len) vec_store_len() argument
1609 vec_store_len(__vector double __vec,double * __ptr,unsigned int __len) vec_store_len() argument
1618 vec_store_len_r(__vector unsigned char __vec,unsigned char * __ptr,unsigned int __len) vec_store_len_r() argument
9047 vec_ld2f(const float * __ptr) vec_ld2f() argument
9056 vec_st2f(__vector double __a,float * __ptr) vec_st2f() argument
[all...]
H A Darm_acle.h753 __arm_mte_create_random_tag(__ptr,__mask) global() argument
754 __arm_mte_increment_tag(__ptr,__tag_offset) global() argument
755 __arm_mte_exclude_tag(__ptr,__excluded) global() argument
756 __arm_mte_get_tag(__ptr) global() argument
757 __arm_mte_set_tag(__ptr) global() argument
[all...]
H A D__clang_cuda_runtime_wrapper.h431 __device__ static inline void free(void *__ptr) { ::free(__ptr); } in free()
H A Daltivec.h17725 const signed char *__ptr) { in vec_xl()
17730 vec_xl(ptrdiff_t __offset, const unsigned char *__ptr) { in vec_xl()
17735 vec_xl(ptrdiff_t __offset, const signed short *__ptr) { in vec_xl()
17741 vec_xl(ptrdiff_t __offset, const unsigned short *__ptr) { in vec_xl()
17747 const signed int *__ptr) { in vec_xl()
17753 vec_xl(ptrdiff_t __offset, const unsigned int *__ptr) { in vec_xl()
17759 const float *__ptr) { in vec_xl()
17770 vec_xl(ptrdiff_t __offset, const signed long long *__ptr) { in vec_xl()
17776 vec_xl(ptrdiff_t __offset, const unsigned long long *__ptr) { in vec_xl()
17782 const double *__ptr) { in vec_xl()
[all …]
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Dassume_aligned.h26 …P_NODISCARD _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp* __assume_aligned(_Tp* __ptr) { in __assume_aligned()
42 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp* assume_aligned(_Tp* __ptr) { in assume_aligned()
H A Daligned_alloc.h52 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_aligned_free(void* __ptr) { in __libcpp_aligned_free()
H A Dunique_ptr.h66 delete __ptr; operator() local
H A Duses_allocator_construction.h220 __uninitialized_construct_using_allocator(_Type * __ptr,const _Alloc & __alloc,_Args &&...__args) __uninitialized_construct_using_allocator() argument
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmm_malloc.h29 void *__ptr; in _mm_malloc() local
39 static __inline void _mm_free(void *__ptr) { free(__ptr); } in _mm_free()
/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h67 _LIBCPP_HIDE_FROM_ABI explicit __output_buffer(_CharT* __ptr, size_t __capacity, _Tp* __obj) in __output_buffer()
73 _LIBCPP_HIDE_FROM_ABI void __reset(_CharT* __ptr, size_t __capacity) { in __reset()
289 _LIBCPP_HIDE_FROM_ABI void __flush(_CharT* __ptr, size_t __n) { in __flush()
H A Dformatter_integral.h97 auto __ptr = __grouping.begin(); in __determine_grouping() local
H A Dformat_arg.h74 __ptr, enumerator
/freebsd-src/contrib/llvm-project/libcxx/src/include/
H A Doverridable_function.h82 uintptr_t __ptr = reinterpret_cast<uintptr_t>(__fptr); __is_function_overridden() local
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Datomic.cpp57 __libcpp_platform_wait_on_address(__cxx_atomic_contention_t const volatile* __ptr, __cxx_contention_t __val) { in __libcpp_platform_wait_on_address() argument
62 static void __libcpp_platform_wake_by_address(__cxx_atomic_contention_t const volatile* __ptr, bool __notify_one) { in __libcpp_platform_wake_by_address() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h103 _Type* __ptr = allocate_object<_Type>(); in new_object() local
111 _LIBCPP_HIDE_FROM_ABI void delete_object(_Type* __ptr) { in delete_object() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpush_heap.h40 _RandomAccessIterator __ptr = __first + __len; in __sift_up() local