Home
last modified time | relevance | path

Searched refs:tbb (Results 1 – 25 of 50) sorted by relevance

12

/external/libabigail/tests/data/test-diff-pkg/
Dtbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-0.txt9 …[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 …]
Dtbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-1.txt9 …[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/
Dparallel_backend_tbb.h48 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()
108tbb::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/
Dthumb2-diagnostic.txt6 # 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/
DCMakeLists.txt19 …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)
DREADME.md16 * Threading Building Blocks (TBB) which is available for download at https://github.com/01org/tbb/
/external/llvm-project/pstl/cmake/
DParallelSTLConfig.cmake.in13 if (PSTL_PARALLEL_BACKEND STREQUAL "tbb")
14 find_dependency(TBB REQUIRED tbb)
/external/llvm-project/llvm/test/CodeGen/ARM/
Djump-table-islands-split.ll7 ; the tbb and its table. Fortunately, the flow is simple enough that we can
21 ; CHECK-NEXT: tbb [r[[BASE]], {{r[0-9]+}}]
Dthumb-alignment.ll26 ; CHECK: tbb
Darm-position-independence-jump-table.ll73 ; THUMB2: tbb [pc, r{{[0-9]+}}]
/external/llvm/test/CodeGen/ARM/
Djump-table-islands-split.ll7 ; the tbb and its table. Fortunately, the flow is simple enough that we can
21 ; CHECK-NEXT: tbb [r[[BASE]], {{r[0-9]+}}]
Dthumb-alignment.ll26 ; CHECK: tbb
/external/llvm/lib/Target/ARM/
DREADME-Thumb2.txt6 of tbb / tbh.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME-Thumb2.txt6 of tbb / tbh.
/external/llvm-project/llvm/lib/Target/ARM/
DREADME-Thumb2.txt6 of tbb / tbh.
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbh.ll3 ; Thumb2 target should reorder the bb's in order to use tbb / tbh.
24 ; CHECK-NEXT: tbb [pc, {{r[0-9]+}}]
Dthumb2-jtb.ll3 ; Do not use tbb / tbh if any destination is before the jumptable.
8 ; CHECK-NOT: tbb
Dthumb2-tbb.ll7 ; CHECK: tbb
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dthumb2-jtb.ll4 ; Do not use tbb / tbh if any destination is before the jumptable.
9 ; CHECK-NOT: tbb
Dthumb2-tbh.ll10 ; Thumb2 target should reorder the bb's in order to use tbb / tbh.
32 ; T2-NEXT: tbb [pc, {{r[0-9]+}}]
Dthumb2-tbb.ll9 ; CHECK: tbb
/external/llvm-project/llvm/test/MC/ARM/
Dthumb2-diagnostics.s169 tbb [r0, sp]
172 tbb [r0, pc]
175 tbb [sp, r0]
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dpartial_sort.pass.cpp85 auto p = tbb::this_task_arena::max_concurrency(); in operator ()()
/external/libabigail/tests/data/
DMakefile.am1725 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/
Dthumb-tests.txt176 # CHECK: tbb [r5, r4]

12