Home
last modified time | relevance | path

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

1234567

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtarget_uses_allocators.c15 omp_high_bw_mem_alloc = 4, enumerator
34 …#pragma omp target uses_allocators(omp_high_bw_mem_alloc) allocate(omp_high_bw_mem_alloc: x) first… in fie()
H A 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()
H A Dtask_in_reduction_codegen.cpp18 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
44 #pragma omp task in_reduction(+:a) in_reduction(-:d) allocate(omp_high_bw_mem_alloc: d) in main()
H A Dallocate_codegen.cpp25 omp_high_bw_mem_alloc = 4, enumerator
46 #pragma omp allocate(d, c) allocator(omp_high_bw_mem_alloc)
H A 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)
H A 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…
H A Dallocate_codegen_attr.cpp25 omp_high_bw_mem_alloc = 4, enumerator
46 directive(allocate(d, c) allocator(omp_high_bw_mem_alloc)) ]];
H A Dalign_clause_codegen.cpp22 omp_high_bw_mem_alloc = 4, enumerator
46 #pragma omp allocate(foo4) align(16) allocator(omp_high_bw_mem_alloc) in main()
H A 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)
H A Dnvptx_allocate_codegen.cpp15 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
34 #pragma omp allocate(d, c) allocator(omp_high_bw_mem_alloc)
H A Dparallel_firstprivate_codegen.cpp39 omp_high_bw_mem_alloc = 4, enumerator
212 omp_high_bw_mem_alloc = 4, enumerator
H A Dalign_clause_ast_print.cpp36 omp_high_bw_mem_alloc = 4, enumerator
H A Dtaskgroup_task_reduction_codegen.cpp20 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
H A Dalign_clause_global_codegen.cpp14 omp_high_bw_mem_alloc = 4, enumerator
H A Dtarget_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
H A 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()
H A Dtarget_parallel_for_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
H A Dtarget_parallel_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
H A Dtarget_simd_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
H A Dtarget_teams_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
H A Dtarget_parallel_for_simd_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
H A Dtarget_teams_distribute_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
H A Dtarget_teams_distribute_simd_uses_allocators_codegen.cpp15 omp_high_bw_mem_alloc = 4, enumerator
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Domp.h12 omp_high_bw_mem_alloc = 4, enumerator
/llvm-project-15.0.7/clang/test/PCH/
H A Dchain-openmp-allocate.cpp20 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;

1234567