Home
last modified time | relevance | path

Searched defs:num_vars (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DReduction.cpp68 static int32_t nvptx_parallel_reduce_nowait(int32_t TId, int32_t num_vars, in nvptx_parallel_reduce_nowait()
177 IdentTy *Loc, int32_t TId, int32_t num_vars, uint64_t reduce_size, in __kmpc_nvptx_parallel_reduce_nowait_v2()
/llvm-project-15.0.7/openmp/runtime/tools/
H A DsummarizeStats.py23 def radar_factory(num_vars, frame='circle'): argument
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_csupport.cpp3541 __kmpc_reduce_nowait(ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, in __kmpc_reduce_nowait()
3770 kmp_int32 __kmpc_reduce(ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, in __kmpc_reduce()
H A Dkmp_gsupport.cpp2065 size_t num_vars = (size_t)gomp_data[0]; in KMP_EXPAND_NAME() local
H A Dkmp_runtime.cpp8716 ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, size_t reduce_size, in __kmp_determine_reduction_method()