Home
last modified time | relevance | path

Searched refs:__lane_size (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dtransform_reduce.h65 constexpr size_t __lane_size = __cpu_traits<_Backend>::__lane_size; in __simd_transform_reduce() local
66 const _Size __block_size = __lane_size / sizeof(_Tp); in __simd_transform_reduce()
68 alignas(__lane_size) char __lane_buffer[__lane_size]; in __simd_transform_reduce()
H A Dfind_if.h70 alignas(__cpu_traits<_Backend>::__lane_size) _DifferenceType __lane[__block_size] = {0}; in __simd_first()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dstd_thread.h86 static constexpr size_t __lane_size = 64;
H A Dlibdispatch.h347 static constexpr size_t __lane_size = 64;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dunseq_backend_simd.h