Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/static-accessed-through-instance/
H A D__clang_cuda_builtin_vars.h31 __cuda_builtin_threadIdx_t threadIdx; variable
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h106 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx; variable
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DGPUTransformOps.cpp561 Value threadIdx = bvm.lookup(loopIndex); in rewriteOneForallCommonImpl() local