Searched refs:tbb (Results 1 – 25 of 50) sorted by relevance
12
/external/libabigail/tests/data/test-diff-pkg/ |
D | tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-0.txt | 9 …[A] 'method int tbb::interface7::internal::task_arena_base::internal_current_slot()' {_ZN3tbb10… 10 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, intptr_t… 11 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::int… 12 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_initialize()' {_ZN3tbb10i… 13 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_terminate()' {_ZN3tbb10in… 14 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_wait() const' {_ZNK3tbb10… 15 …[A] 'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_acquire_reader(tbb::interfa… 16 …[A] 'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_acquire_writer(tbb::interfa… 17 …[A] 'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_construct()' {_ZN3tbb10i… 18 …[A] 'method bool tbb::interface8::internal::x86_rtm_rw_mutex::internal_downgrade(tbb::interface8::… [all …]
|
D | tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-1.txt | 9 …[A] 'method int tbb::interface7::internal::task_arena_base::internal_current_slot()' {_ZN3tbb10… 10 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, intptr_t… 11 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::int… 12 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_initialize()' {_ZN3tbb10i… 13 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_terminate()' {_ZN3tbb10in… 14 …[A] 'method void tbb::interface7::internal::task_arena_base::internal_wait() const' {_ZNK3tbb10… 15 …[A] 'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_acquire_reader(tbb::interfa… 16 …[A] 'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_acquire_writer(tbb::interfa… 17 …[A] 'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_construct()' {_ZN3tbb10i… 18 …[A] 'method bool tbb::interface8::internal::x86_rtm_rw_mutex::internal_downgrade(tbb::interface8::… [all …]
|
/external/llvm-project/pstl/include/pstl/internal/ |
D | parallel_backend_tbb.h | 48 tbb::tbb_allocator<_Tp> _M_allocator; 75 tbb::task::self().group()->cancel_group_execution(); in __cancel_execution() 77 tbb::task::current_context()->cancel_group_execution(); in __cancel_execution() 92 operator()(const tbb::blocked_range<_Index>& __range) const in operator() 107 tbb::this_task_arena::isolate([=]() { in __parallel_for() 108 …tbb::parallel_for(tbb::blocked_range<_Index>(__first, __last), __parallel_for_body<_Index, _Fp>(__… in __parallel_for() 119 …return tbb::this_task_arena::isolate([__first, __last, &__identity, &__real_body, &__reduction]() … in __parallel_reduce() 120 return tbb::parallel_reduce( in __parallel_reduce() 121 tbb::blocked_range<_Index>(__first, __last), __identity, in __parallel_reduce() 122 [__real_body](const tbb::blocked_range<_Index>& __r, const _Value& __value) -> _Value { in __parallel_reduce() [all …]
|
/external/llvm-project/llvm/test/MC/Disassembler/ARM/ |
D | thumb2-diagnostic.txt | 6 # tbb [r0, sp] 11 # tbb [r0, pc] 16 # tbb [sp, r0] 21 # tbb [pc, r0] 42 # CHECK: tbb [r0, sp] 43 # CHECK: tbb [r0, pc] 44 # CHECK: tbb [sp, r0] 45 # CHECK: tbb [pc, r0]
|
/external/llvm-project/pstl/ |
D | CMakeLists.txt | 19 …l" CACHE STRING "Threading backend to use. Valid choices are 'serial' and 'tbb'. The default is 's… 25 string(REPLACE pstl tbb TBB_DIR_NAME ${PSTL_DIR_NAME}) 41 elseif (PSTL_PARALLEL_BACKEND STREQUAL "tbb") 42 find_package(TBB 2018 REQUIRED tbb OPTIONAL_COMPONENTS tbbmalloc) 44 target_link_libraries(ParallelSTL INTERFACE TBB::tbb)
|
D | README.md | 16 * Threading Building Blocks (TBB) which is available for download at https://github.com/01org/tbb/
|
/external/llvm-project/pstl/cmake/ |
D | ParallelSTLConfig.cmake.in | 13 if (PSTL_PARALLEL_BACKEND STREQUAL "tbb") 14 find_dependency(TBB REQUIRED tbb)
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | jump-table-islands-split.ll | 7 ; the tbb and its table. Fortunately, the flow is simple enough that we can 21 ; CHECK-NEXT: tbb [r[[BASE]], {{r[0-9]+}}]
|
D | thumb-alignment.ll | 26 ; CHECK: tbb
|
D | arm-position-independence-jump-table.ll | 73 ; THUMB2: tbb [pc, r{{[0-9]+}}]
|
/external/llvm/test/CodeGen/ARM/ |
D | jump-table-islands-split.ll | 7 ; the tbb and its table. Fortunately, the flow is simple enough that we can 21 ; CHECK-NEXT: tbb [r[[BASE]], {{r[0-9]+}}]
|
D | thumb-alignment.ll | 26 ; CHECK: tbb
|
/external/llvm/lib/Target/ARM/ |
D | README-Thumb2.txt | 6 of tbb / tbh.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | README-Thumb2.txt | 6 of tbb / tbh.
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | README-Thumb2.txt | 6 of tbb / tbh.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbh.ll | 3 ; Thumb2 target should reorder the bb's in order to use tbb / tbh. 24 ; CHECK-NEXT: tbb [pc, {{r[0-9]+}}]
|
D | thumb2-jtb.ll | 3 ; Do not use tbb / tbh if any destination is before the jumptable. 8 ; CHECK-NOT: tbb
|
D | thumb2-tbb.ll | 7 ; CHECK: tbb
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | thumb2-jtb.ll | 4 ; Do not use tbb / tbh if any destination is before the jumptable. 9 ; CHECK-NOT: tbb
|
D | thumb2-tbh.ll | 10 ; Thumb2 target should reorder the bb's in order to use tbb / tbh. 32 ; T2-NEXT: tbb [pc, {{r[0-9]+}}]
|
D | thumb2-tbb.ll | 9 ; CHECK: tbb
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb2-diagnostics.s | 169 tbb [r0, sp] 172 tbb [r0, pc] 175 tbb [sp, r0]
|
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/ |
D | partial_sort.pass.cpp | 85 auto p = tbb::this_task_arena::max_concurrency(); in operator ()()
|
/external/libabigail/tests/data/ |
D | Makefile.am | 1725 test-diff-pkg/tbb-4.1-9.20130314.fc22.x86_64.rpm \ 1726 test-diff-pkg/tbb-4.3-3.20141204.fc23.x86_64.rpm \ 1727 test-diff-pkg/tbb-debuginfo-4.1-9.20130314.fc22.x86_64.rpm \ 1728 test-diff-pkg/tbb-debuginfo-4.3-3.20141204.fc23.x86_64.rpm \ 1729 test-diff-pkg/tbb-devel-4.1-9.20130314.fc22.x86_64.rpm \ 1730 test-diff-pkg/tbb-devel-4.3-3.20141204.fc23.x86_64.rpm \ 1731 test-diff-pkg/tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-0.txt \ 1732 test-diff-pkg/tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-1.txt \ 1733 test-diff-pkg/tbb-2017-9.20170118.fc27.x86_64.rpm \ 1734 test-diff-pkg/tbb-2017-8.20161128.fc26.x86_64.rpm \ [all …]
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb-tests.txt | 176 # CHECK: tbb [r5, r4]
|
12