Searched refs:_MaskImpl (Results 1 – 6 of 6) sorted by relevance
806 using _MaskImpl = typename _Abi::_MaskImpl; member954 using _MaskImpl = _MaskImplX86<_VecBuiltin<_UsedBytes>>; member1101 using _MaskImpl = _MissingImpl<_UsedBytes>; member1154 return _MaskImpl::_S_bit_and( in _S_masked()1398 using _MaskImpl = typename _Abi::_MaskImpl; member1545 _MaskImpl::_S_to_bits(__k), [&](auto __i) constexpr { in _S_masked_store_nocvt()1594 _UAbi::_MaskImpl::template _S_convert< in _S_masked_store()1609 _UAbi::_MaskImpl::template _S_convert< in _S_masked_store()1618 _UAbi::_MaskImpl::template _S_convert< in _S_masked_store()1626 _MaskImpl::_S_to_bits(__k), [&](auto __i) constexpr { in _S_masked_store()[all …]
844 using _MaskImpl = typename _Abi::_MaskImpl; member864 const auto __kk = _MaskImpl::_S_to_bits(__k)._M_to_bits(); in _S_masked_load()880 const auto __kk = _MaskImpl::_S_to_bits(__k)._M_to_bits(); in _S_masked_load()896 const auto __kk = _MaskImpl::_S_to_bits(__k)._M_to_bits(); in _S_masked_load()912 const auto __kk = _MaskImpl::_S_to_bits(__k)._M_to_bits(); in _S_masked_load()1119 _MaskImpl::template _S_to_maskvector< in _S_masked_store_nocvt()1153 _MaskImpl::template _S_to_maskvector< in _S_masked_store_nocvt()2219 return _MaskImpl::_S_to_bits( in _S_equal_to()2293 return _MaskImpl::_S_to_bits( in _S_not_equal_to()2366 return _MaskImpl::_S_to_bits( in _S_less()[all …]
178 using _MaskImpl = typename _Abi::_MaskImpl;183 static constexpr _MaskImpl _S_mask_impl = {};194 return _MaskImpl::template _S_convert<_Tp>(200 { return _MaskImpl::_S_to_bits(__k).to_ullong() << _Offset; }569 = _Abi0::_MaskImpl::_S_to_bits(1195 using _MaskImpl = _MaskImplFixedSize<_Np>;1207 using _MaskImpl = _MaskImplFixedSize<_Np>;1907 return _UAbi::_MaskImpl::_S_to_bits(__data(__x))
82 using _MaskImpl = _MaskImplScalar; member92 using _MaskImpl = _MaskImplScalar;
721 struct _MaskImpl;2903 return {__private_init, _RM::abi_type::_MaskImpl::template _S_convert<2989 return {__private_init, _Tp::abi_type::_MaskImpl::template _S_convert<4286 using _Impl = typename _Traits::_MaskImpl;4640 return _Abi::_MaskImpl::_S_all_of(__k);4655 return _Abi::_MaskImpl::_S_any_of(__k);4670 return _Abi::_MaskImpl::_S_none_of(__k);4685 return _Abi::_MaskImpl::_S_some_of(__k);4699 return _Abi::_MaskImpl::_S_popcount(__k);4717 return _Abi::_MaskImpl::_S_find_first_set(__k);[all …]
3703 _MaskImplPpc and use it as _MaskImpl when __ALTIVEC__ is
Completed in 32 milliseconds