Searched defs:__ldg (Results 1 – 1 of 1) sorted by relevance
264 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } in __ldg() function 265 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } in __ldg() function 266 inline __device__ long long __ldg(const long long *ptr) { in __ldg() function 267 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } __ldg() function 268 inline __device__ long long __ldg(const long long *ptr) { __ldg() function 271 inline __device__ unsigned char __ldg(const unsigned char *ptr) { __ldg() function 274 inline __device__ signed char __ldg(const signed char *ptr) { __ldg() function 277 inline __device__ unsigned short __ldg(const unsigned short *ptr) { __ldg() function 280 inline __device__ unsigned int __ldg(const unsigned int *ptr) { __ldg() function 283 inline __device__ unsigned long __ldg(const unsigned long *ptr) { __ldg() function 286 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { __ldg() function 289 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } __ldg() function 290 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } __ldg() function 292 inline __device__ char2 __ldg(const char2 *ptr) { __ldg() function 303 inline __device__ char4 __ldg(const char4 *ptr) { __ldg() function 313 inline __device__ short2 __ldg(const short2 *ptr) { __ldg() function 321 inline __device__ short4 __ldg(const short4 *ptr) { __ldg() function 331 inline __device__ int2 __ldg(const int2 *ptr) { __ldg() function 339 inline __device__ int4 __ldg(const int4 *ptr) { __ldg() function 349 inline __device__ longlong2 __ldg(const longlong2 *ptr) { __ldg() function 358 inline __device__ uchar2 __ldg(const uchar2 *ptr) { __ldg() function 366 inline __device__ uchar4 __ldg(const uchar4 *ptr) { __ldg() function 376 inline __device__ ushort2 __ldg(const ushort2 *ptr) { __ldg() function 384 inline __device__ ushort4 __ldg(const ushort4 *ptr) { __ldg() function 394 inline __device__ uint2 __ldg(const uint2 *ptr) { __ldg() function 402 inline __device__ uint4 __ldg(const uint4 *ptr) { __ldg() function 412 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { __ldg() function 421 inline __device__ float2 __ldg(const float2 *ptr) { __ldg() function 429 inline __device__ float4 __ldg(const float4 *ptr) { __ldg() function 439 inline __device__ double2 __ldg(const double2 *ptr) { __ldg() function [all...]