Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
D__clang_cuda_intrinsics.h103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } in __ldg() function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } in __ldg() function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } in __ldg() function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } in __ldg() function
107 inline __device__ long long __ldg(const long long *ptr) { in __ldg() function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { in __ldg() function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { in __ldg() function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { in __ldg() function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) { in __ldg() function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { in __ldg() function
[all …]