Home
last modified time | relevance | path

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

/llvm-project/clang/test/PCH/Inputs/
H A Dcuda.h12 struct dim3 { struct
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
/llvm-project/clang/test/Driver/Inputs/
H A Dhip.h10 struct dim3 { struct
12 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
/llvm-project/clang/test/AST/Inputs/
H A Dcuda.h16 struct dim3 { struct
18 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
/llvm-project/clang/test/SemaCUDA/Inputs/
H A Dcuda.h16 struct dim3 { global() struct
18 xdim3 x() argument
[all...]
/llvm-project/clang/test/CodeGenCUDA/Inputs/
H A Dcuda.h27 struct dim3 { in x() argument
25 struct dim3 { global() struct
[all...]
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h440 __device__ inline __cuda_builtin_threadIdx_t::operator dim3() const { in dim3() function
448 __device__ inline __cuda_builtin_blockIdx_t::operator dim3() const { in dim3() function
456 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const { in dim3() function
464 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const { in dim3() function
484 #define dim3 __cuda_builtin_blockDim_t macro
/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h15 struct dim3 { struct
17 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
/llvm-project/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp61 static Value getDim3Value(const gpu::KernelDim3 &dim3, unsigned pos) { in getDim3Value() argument