HomeSort by relevance Sort by last modified time
    Searched defs:__ldg (Results 1 - 21 of 21) sorted by null

  /external/clang/lib/Headers/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_intrinsics.h 95 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
103 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
104 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
105 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
106 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
107 inline __device__ long long __ldg(const long long *ptr) { function
110 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
113 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
116 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
119 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
122 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
125 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
126 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
128 inline __device__ char2 __ldg(const char2 *ptr) { function
139 inline __device__ char4 __ldg(const char4 *ptr) { function
149 inline __device__ short2 __ldg(const short2 *ptr) { function
157 inline __device__ short4 __ldg(const short4 *ptr) { function
167 inline __device__ int2 __ldg(const int2 *ptr) { function
175 inline __device__ int4 __ldg(const int4 *ptr) { function
185 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
194 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
202 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
212 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
230 inline __device__ uint2 __ldg(const uint2 *ptr) { function
238 inline __device__ uint4 __ldg(const uint4 *ptr) { function
248 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
257 inline __device__ float2 __ldg(const float2 *ptr) { function
265 inline __device__ float4 __ldg(const float4 *ptr) { function
275 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 219 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
227 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
228 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
229 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
230 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
231 inline __device__ long long __ldg(const long long *ptr) { function
234 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
237 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
240 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
243 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
246 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
249 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
250 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
252 inline __device__ char2 __ldg(const char2 *ptr) { function
263 inline __device__ char4 __ldg(const char4 *ptr) { function
273 inline __device__ short2 __ldg(const short2 *ptr) { function
281 inline __device__ short4 __ldg(const short4 *ptr) { function
291 inline __device__ int2 __ldg(const int2 *ptr) { function
299 inline __device__ int4 __ldg(const int4 *ptr) { function
309 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
318 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
326 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
336 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
344 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
354 inline __device__ uint2 __ldg(const uint2 *ptr) { function
362 inline __device__ uint4 __ldg(const uint4 *ptr) { function
372 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
381 inline __device__ float2 __ldg(const float2 *ptr) { function
389 inline __device__ float4 __ldg(const float4 *ptr) { function
399 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 219 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
227 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
228 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
229 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
230 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
231 inline __device__ long long __ldg(const long long *ptr) { function
234 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
237 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
240 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
243 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
246 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
249 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
250 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
252 inline __device__ char2 __ldg(const char2 *ptr) { function
263 inline __device__ char4 __ldg(const char4 *ptr) { function
273 inline __device__ short2 __ldg(const short2 *ptr) { function
281 inline __device__ short4 __ldg(const short4 *ptr) { function
291 inline __device__ int2 __ldg(const int2 *ptr) { function
299 inline __device__ int4 __ldg(const int4 *ptr) { function
309 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
318 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
326 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
336 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
344 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
354 inline __device__ uint2 __ldg(const uint2 *ptr) { function
362 inline __device__ uint4 __ldg(const uint4 *ptr) { function
372 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
381 inline __device__ float2 __ldg(const float2 *ptr) { function
389 inline __device__ float4 __ldg(const float4 *ptr) { function
399 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 219 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
227 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
228 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
229 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
230 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
231 inline __device__ long long __ldg(const long long *ptr) { function
234 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
237 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
240 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
243 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
246 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
249 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
250 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
252 inline __device__ char2 __ldg(const char2 *ptr) { function
263 inline __device__ char4 __ldg(const char4 *ptr) { function
273 inline __device__ short2 __ldg(const short2 *ptr) { function
281 inline __device__ short4 __ldg(const short4 *ptr) { function
291 inline __device__ int2 __ldg(const int2 *ptr) { function
299 inline __device__ int4 __ldg(const int4 *ptr) { function
309 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
318 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
326 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
336 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
344 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
354 inline __device__ uint2 __ldg(const uint2 *ptr) { function
362 inline __device__ uint4 __ldg(const uint4 *ptr) { function
372 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
381 inline __device__ float2 __ldg(const float2 *ptr) { function
389 inline __device__ float4 __ldg(const float4 *ptr) { function
399 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_intrinsics.h 219 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
227 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
228 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
229 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
230 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
231 inline __device__ long long __ldg(const long long *ptr) { function
234 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
237 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
240 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
243 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
246 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
249 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
250 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
252 inline __device__ char2 __ldg(const char2 *ptr) { function
263 inline __device__ char4 __ldg(const char4 *ptr) { function
273 inline __device__ short2 __ldg(const short2 *ptr) { function
281 inline __device__ short4 __ldg(const short4 *ptr) { function
291 inline __device__ int2 __ldg(const int2 *ptr) { function
299 inline __device__ int4 __ldg(const int4 *ptr) { function
309 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
318 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
326 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
336 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
344 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
354 inline __device__ uint2 __ldg(const uint2 *ptr) { function
362 inline __device__ uint4 __ldg(const uint4 *ptr) { function
372 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
381 inline __device__ float2 __ldg(const float2 *ptr) { function
389 inline __device__ float4 __ldg(const float4 *ptr) { function
399 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 219 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
227 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
228 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
229 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
230 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
231 inline __device__ long long __ldg(const long long *ptr) { function
234 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
237 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
240 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
243 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
246 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
249 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
250 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
252 inline __device__ char2 __ldg(const char2 *ptr) { function
263 inline __device__ char4 __ldg(const char4 *ptr) { function
273 inline __device__ short2 __ldg(const short2 *ptr) { function
281 inline __device__ short4 __ldg(const short4 *ptr) { function
291 inline __device__ int2 __ldg(const int2 *ptr) { function
299 inline __device__ int4 __ldg(const int4 *ptr) { function
309 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
318 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
326 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
336 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
344 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
354 inline __device__ uint2 __ldg(const uint2 *ptr) { function
362 inline __device__ uint4 __ldg(const uint4 *ptr) { function
372 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
381 inline __device__ float2 __ldg(const float2 *ptr) { function
389 inline __device__ float4 __ldg(const float4 *ptr) { function
399 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 219 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
227 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
228 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
229 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
230 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
231 inline __device__ long long __ldg(const long long *ptr) { function
234 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
237 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
240 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
243 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
246 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
249 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
250 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
252 inline __device__ char2 __ldg(const char2 *ptr) { function
263 inline __device__ char4 __ldg(const char4 *ptr) { function
273 inline __device__ short2 __ldg(const short2 *ptr) { function
281 inline __device__ short4 __ldg(const short4 *ptr) { function
291 inline __device__ int2 __ldg(const int2 *ptr) { function
299 inline __device__ int4 __ldg(const int4 *ptr) { function
309 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
318 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
326 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
336 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
344 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
354 inline __device__ uint2 __ldg(const uint2 *ptr) { function
362 inline __device__ uint4 __ldg(const uint4 *ptr) { function
372 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
381 inline __device__ float2 __ldg(const float2 *ptr) { function
389 inline __device__ float4 __ldg(const float4 *ptr) { function
399 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 219 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
227 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
228 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
229 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
230 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
231 inline __device__ long long __ldg(const long long *ptr) { function
234 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
237 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
240 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
243 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
246 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
249 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
250 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
252 inline __device__ char2 __ldg(const char2 *ptr) { function
263 inline __device__ char4 __ldg(const char4 *ptr) { function
273 inline __device__ short2 __ldg(const short2 *ptr) { function
281 inline __device__ short4 __ldg(const short4 *ptr) { function
291 inline __device__ int2 __ldg(const int2 *ptr) { function
299 inline __device__ int4 __ldg(const int4 *ptr) { function
309 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
318 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
326 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
336 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
344 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
354 inline __device__ uint2 __ldg(const uint2 *ptr) { function
362 inline __device__ uint4 __ldg(const uint4 *ptr) { function
372 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
381 inline __device__ float2 __ldg(const float2 *ptr) { function
389 inline __device__ float4 __ldg(const float4 *ptr) { function
399 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_intrinsics.h 219 // sm_32 intrinsics: __ldg and __funnelshift_{l,lc,r,rc}.
227 inline __device__ char __ldg(const char *ptr) { return __nvvm_ldg_c(ptr); } function
228 inline __device__ short __ldg(const short *ptr) { return __nvvm_ldg_s(ptr); } function
229 inline __device__ int __ldg(const int *ptr) { return __nvvm_ldg_i(ptr); } function
230 inline __device__ long __ldg(const long *ptr) { return __nvvm_ldg_l(ptr); } function
231 inline __device__ long long __ldg(const long long *ptr) { function
234 inline __device__ unsigned char __ldg(const unsigned char *ptr) { function
237 inline __device__ unsigned short __ldg(const unsigned short *ptr) { function
240 inline __device__ unsigned int __ldg(const unsigned int *ptr) { function
243 inline __device__ unsigned long __ldg(const unsigned long *ptr) function
246 inline __device__ unsigned long long __ldg(const unsigned long long *ptr) { function
249 inline __device__ float __ldg(const float *ptr) { return __nvvm_ldg_f(ptr); } function
250 inline __device__ double __ldg(const double *ptr) { return __nvvm_ldg_d(ptr); } function
252 inline __device__ char2 __ldg(const char2 *ptr) { function
263 inline __device__ char4 __ldg(const char4 *ptr) { function
273 inline __device__ short2 __ldg(const short2 *ptr) { function
281 inline __device__ short4 __ldg(const short4 *ptr) { function
291 inline __device__ int2 __ldg(const int2 *ptr) { function
299 inline __device__ int4 __ldg(const int4 *ptr) { function
309 inline __device__ longlong2 __ldg(const longlong2 *ptr) { function
318 inline __device__ uchar2 __ldg(const uchar2 *ptr) { function
326 inline __device__ uchar4 __ldg(const uchar4 *ptr) { function
336 inline __device__ ushort2 __ldg(const ushort2 *ptr) { function
344 inline __device__ ushort4 __ldg(const ushort4 *ptr) { function
354 inline __device__ uint2 __ldg(const uint2 *ptr) { function
362 inline __device__ uint4 __ldg(const uint4 *ptr) { function
372 inline __device__ ulonglong2 __ldg(const ulonglong2 *ptr) { function
381 inline __device__ float2 __ldg(const float2 *ptr) { function
389 inline __device__ float4 __ldg(const float4 *ptr) { function
399 inline __device__ double2 __ldg(const double2 *ptr) { function
    [all...]
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 602 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half __ldg(const Eigen::half* ptr) { function
604 __ldg(reinterpret_cast<const unsigned short*>(ptr)));

Completed in 519 milliseconds