Home
last modified time | relevance | path

Searched refs:omp_high_bw_mem_alloc (Results 1 – 25 of 125) sorted by relevance

12345

/external/llvm-project/clang/test/OpenMP/
Dtarget_uses_allocators_messages.cpp12 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
35 …_default_mem_alloc, omp_large_cap_mem_alloc, omp_const_mem_alloc, omp_high_bw_mem_alloc, omp_low_l… in main()
37 …s), omp_large_cap_mem_alloc(traits), omp_const_mem_alloc(traits), omp_high_bw_mem_alloc(traits), o… in main()
Dtask_in_reduction_codegen.cpp18 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
45 #pragma omp task in_reduction(+:a) in_reduction(-:d) allocate(omp_high_bw_mem_alloc: d) in main()
Dallocate_allocator_ast_print.cpp24 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
50 #pragma omp allocate(c, d) allocator(omp_high_bw_mem_alloc)
Dallocate_codegen.cpp25 omp_high_bw_mem_alloc = 4, enumerator
46 #pragma omp allocate(d, c) allocator(omp_high_bw_mem_alloc)
Dallocate_allocator_messages.cpp23 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
47 #pragma omp allocate(c) allocator(omp_high_bw_mem_alloc) // expected-warning {{allocate directive s…
Dnvptx_allocate_messages.cpp30 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
49 #pragma omp allocate(d, c) allocator(omp_high_bw_mem_alloc)
Dnvptx_allocate_codegen.cpp14 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
43 #pragma omp allocate(d, c) allocator(omp_high_bw_mem_alloc)
Dparallel_firstprivate_codegen.cpp41 omp_high_bw_mem_alloc = 4, enumerator
530 omp_high_bw_mem_alloc = 4, enumerator
Dtaskgroup_task_reduction_codegen.cpp20 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
Dtarget_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_parallel_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_simd_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_parallel_for_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_teams_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_parallel_for_simd_ast_print.cpp24 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
129 …(argc, c, d) order(concurrent) allocate(omp_high_bw_mem_alloc:f) private(f) uses_allocators(omp_hi… in tmain()
Dtarget_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_teams_distribute_parallel_for_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_parallel_for_simd_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_teams_distribute_simd_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_teams_distribute_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
Dtarget_teams_ast_print.cpp20 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
Dparallel_master_codegen.cpp609 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
Dtask_codegen.cpp22 omp_high_bw_mem_alloc = 4, enumerator
Dparallel_private_codegen.cpp22 omp_high_bw_mem_alloc = 4, enumerator
/external/llvm-project/clang/test/PCH/
Dchain-openmp-allocate.cpp20 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;

12345