/external/llvm-project/clang/test/OpenMP/ |
D | target_uses_allocators_messages.cpp | 13 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()
|
D | allocate_allocator_ast_print.cpp | 25 extern const omp_allocator_handle_t omp_low_lat_mem_alloc; 56 #pragma omp allocate(m) allocator(omp_low_lat_mem_alloc)
|
D | allocate_codegen.cpp | 26 omp_low_lat_mem_alloc = 5, enumerator 51 #pragma omp allocate(m) allocator(omp_low_lat_mem_alloc)
|
D | nvptx_allocate_messages.cpp | 31 extern const omp_allocator_handle_t omp_low_lat_mem_alloc; 54 #pragma omp allocate(m) allocator(omp_low_lat_mem_alloc)
|
D | nvptx_allocate_codegen.cpp | 15 extern const omp_allocator_handle_t omp_low_lat_mem_alloc; 48 #pragma omp allocate(m) allocator(omp_low_lat_mem_alloc)
|
D | target_teams_distribute_ast_print.cpp | 19 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()
|
D | for_linear_codegen.cpp | 23 omp_low_lat_mem_alloc = 5, enumerator 360 #pragma omp for linear(pvar, lvar : 3) allocate(omp_low_lat_mem_alloc: lvar) in main()
|
D | target_teams_distribute_simd_ast_print.cpp | 25 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()
|
D | parallel_firstprivate_codegen.cpp | 42 omp_low_lat_mem_alloc = 5, enumerator 531 omp_low_lat_mem_alloc = 5, enumerator
|
D | taskgroup_task_reduction_codegen.cpp | 21 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
|
D | target_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | target_parallel_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | target_simd_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | target_parallel_for_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | target_teams_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | target_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | target_teams_distribute_parallel_for_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | target_parallel_for_simd_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | target_teams_distribute_simd_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | target_teams_distribute_uses_allocators_codegen.cpp | 16 omp_low_lat_mem_alloc = 5, enumerator
|
D | task_in_reduction_codegen.cpp | 19 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
|
D | allocate_allocator_messages.cpp | 24 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
|
D | target_teams_ast_print.cpp | 21 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
|
D | parallel_master_codegen.cpp | 610 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
|
/external/llvm-project/clang/test/PCH/ |
D | chain-openmp-allocate.cpp | 21 extern const omp_allocator_handle_t omp_low_lat_mem_alloc;
|