Home
last modified time | relevance | path

Searched refs:omp_low_lat_mem_alloc (Results 1 – 25 of 124) sorted by relevance

12345

/external/llvm-project/clang/test/OpenMP/
Dtarget_uses_allocators_messages.cpp13 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
35 …_large_cap_mem_alloc, omp_const_mem_alloc, omp_high_bw_mem_alloc, omp_low_lat_mem_alloc, omp_cgrou… in main()
37 …its), omp_const_mem_alloc(traits), omp_high_bw_mem_alloc(traits), omp_low_lat_mem_alloc(traits), o… in main()
Dallocate_allocator_ast_print.cpp25 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
56 #pragma omp allocate(m) allocator(omp_low_lat_mem_alloc)
Dallocate_codegen.cpp26 omp_low_lat_mem_alloc = 5, enumerator
51 #pragma omp allocate(m) allocator(omp_low_lat_mem_alloc)
Dnvptx_allocate_messages.cpp31 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
54 #pragma omp allocate(m) allocator(omp_low_lat_mem_alloc)
Dnvptx_allocate_codegen.cpp15 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
48 #pragma omp allocate(m) allocator(omp_low_lat_mem_alloc)
Dtarget_teams_distribute_ast_print.cpp19 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
54 …max:e) num_teams(f) thread_limit(d) allocate(omp_low_lat_mem_alloc:b) uses_allocators(omp_low_lat_… in foo()
Dfor_linear_codegen.cpp23 omp_low_lat_mem_alloc = 5, enumerator
360 #pragma omp for linear(pvar, lvar : 3) allocate(omp_low_lat_mem_alloc: lvar) in main()
Dtarget_teams_distribute_simd_ast_print.cpp25 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
212 …gc, c, d) order(concurrent) allocate(omp_low_lat_mem_alloc:e) firstprivate(e) uses_allocators(omp_… in main()
Dparallel_firstprivate_codegen.cpp42 omp_low_lat_mem_alloc = 5, enumerator
531 omp_low_lat_mem_alloc = 5, enumerator
Dtaskgroup_task_reduction_codegen.cpp21 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
Dtarget_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtarget_parallel_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtarget_simd_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtarget_parallel_for_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtarget_teams_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtarget_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtarget_teams_distribute_parallel_for_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtarget_parallel_for_simd_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtarget_teams_distribute_simd_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtarget_teams_distribute_uses_allocators_codegen.cpp16 omp_low_lat_mem_alloc = 5, enumerator
Dtask_in_reduction_codegen.cpp19 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
Dallocate_allocator_messages.cpp24 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
Dtarget_teams_ast_print.cpp21 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
Dparallel_master_codegen.cpp610 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
/external/llvm-project/clang/test/PCH/
Dchain-openmp-allocate.cpp21 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;

12345