/external/llvm-project/clang/test/OpenMP/ |
D | target_uses_allocators_messages.cpp | 12 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()
|
D | task_in_reduction_codegen.cpp | 18 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()
|
D | allocate_allocator_ast_print.cpp | 24 extern const omp_allocator_handle_t omp_high_bw_mem_alloc; 50 #pragma omp allocate(c, d) allocator(omp_high_bw_mem_alloc)
|
D | allocate_codegen.cpp | 25 omp_high_bw_mem_alloc = 4, enumerator 46 #pragma omp allocate(d, c) allocator(omp_high_bw_mem_alloc)
|
D | allocate_allocator_messages.cpp | 23 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…
|
D | nvptx_allocate_messages.cpp | 30 extern const omp_allocator_handle_t omp_high_bw_mem_alloc; 49 #pragma omp allocate(d, c) allocator(omp_high_bw_mem_alloc)
|
D | nvptx_allocate_codegen.cpp | 14 extern const omp_allocator_handle_t omp_high_bw_mem_alloc; 43 #pragma omp allocate(d, c) allocator(omp_high_bw_mem_alloc)
|
D | parallel_firstprivate_codegen.cpp | 41 omp_high_bw_mem_alloc = 4, enumerator 530 omp_high_bw_mem_alloc = 4, enumerator
|
D | taskgroup_task_reduction_codegen.cpp | 20 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
|
D | target_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_parallel_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_simd_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_parallel_for_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_teams_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_parallel_for_simd_ast_print.cpp | 24 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()
|
D | target_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_teams_distribute_parallel_for_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_parallel_for_simd_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_teams_distribute_simd_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_teams_distribute_uses_allocators_codegen.cpp | 15 omp_high_bw_mem_alloc = 4, enumerator
|
D | target_teams_ast_print.cpp | 20 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
|
D | parallel_master_codegen.cpp | 609 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
|
D | task_codegen.cpp | 22 omp_high_bw_mem_alloc = 4, enumerator
|
D | parallel_private_codegen.cpp | 22 omp_high_bw_mem_alloc = 4, enumerator
|
/external/llvm-project/clang/test/PCH/ |
D | chain-openmp-allocate.cpp | 20 extern const omp_allocator_handle_t omp_high_bw_mem_alloc;
|