Lines Matching refs:__device__
7 #define __device__ __attribute__((device)) macro
12 __device__ int read_tid() { in read_tid()
28 __device__ int read_ntid() { in read_ntid()
44 __device__ int read_ctaid() { in read_ctaid()
60 __device__ int read_nctaid() { in read_nctaid()
76 __device__ int read_ids() { in read_ids()
96 __device__ int read_lanemasks() { in read_lanemasks()
114 __device__ long long read_clocks() { in read_clocks()
125 __device__ int read_pms() { in read_pms()
141 __device__ void sync() { in sync()
154 __device__ void nvvm_math(float f1, float f2, double d1, double d2) { in nvvm_math()
185 __device__ int di;
187 __device__ long dl;
189 __device__ long long dll;
194 __device__ void nvvm_atom(float *fp, float f, int *ip, int i, unsigned int *uip, unsigned ui, long … in nvvm_atom()
287 __device__ void nvvm_ldg(const void *p) { in nvvm_ldg()