Searched refs:__ldg (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h256 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
264 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
265 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
266 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
267 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
268 inline __device__ long long __ldg(const long long *ptr) { function
271 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
274 inline __device__ signed char __ldg(const signed char *ptr) { function
277 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
280 inline __device__ unsigned int __ldg(cons function
283 inline __device__ unsigned long __ldg(const unsigned long *ptr) { function
286 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
289 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
290 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
292 inline __device__ char2 __ldg(const char2 *ptr) { function
303 inline __device__ char4 __ldg(const char4 *ptr) { function
313 inline __device__ short2 __ldg(const short2 *ptr) { function
321 inline __device__ short4 __ldg(const short4 *ptr) { function
331 inline __device__ int2 __ldg(const int2 *ptr) { function
339 inline __device__ int4 __ldg(const int4 *ptr) { function
349 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
358 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
366 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
376 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
384 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
394 inline __device__ uint2 __ldg(const uint2 *ptr) { function
402 inline __device__ uint4 __ldg(const uint4 *ptr) { function
412 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
421 inline __device__ float2 __ldg(const float2 *ptr) { function
429 inline __device__ float4 __ldg(const float4 *ptr) { function
439 inline __device__ double2 __ldg(const double2 *ptr) { function
[all...]

Completed in 74 milliseconds