Searched defs:dim3 (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/PCH/Inputs/ |
H A D | cuda.h | 12 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 D | hip.h | 10 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 D | cuda.h | 16 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 D | cuda.h | 16 struct dim3 { global() struct 18 xdim3 x() argument [all...] |
/llvm-project/clang/test/CodeGenCUDA/Inputs/ |
H A D | cuda.h | 27 struct dim3 { in x() argument 25 struct dim3 { global() struct [all...] |
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_runtime_wrapper.h | 440 __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 D | cuda.h | 15 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 D | SCFToGPU.cpp | 61 static Value getDim3Value(const gpu::KernelDim3 &dim3, unsigned pos) { in getDim3Value() argument
|