Home
last modified time | relevance | path

Searched refs:__hint (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Davx512pfintrin.h52 int __scale, int __hint) in _mm512_prefetch_i32gather_pd() argument
55 __scale, __hint); in _mm512_prefetch_i32gather_pd()
61 int __scale, int __hint) in _mm512_prefetch_i32gather_ps() argument
64 __scale, __hint); in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd() argument
73 __hint); in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps() argument
82 __hint); in _mm512_mask_prefetch_i32gather_ps()
88 int __scale, int __hint) in _mm512_prefetch_i64gather_pd() argument
91 __scale, __hint); in _mm512_prefetch_i64gather_pd()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dunordered_map341 emplace_hint(const_iterator __hint, _Args&&... __args)
343 __glibcxx_check_insert(__hint);
345 auto __it = _Base::emplace_hint(__hint.base(),
384 insert(const_iterator __hint, const value_type& __obj)
386 __glibcxx_check_insert(__hint);
388 auto __it = _Base::insert(__hint.base(), __obj);
396 insert(const_iterator __hint, value_type&& __x)
398 __glibcxx_check_insert(__hint);
400 auto __it = _Base::insert(__hint.base(), std::move(__x));
409 insert(const_iterator __hint, _Pair&& __obj)
[all …]
Dmap.h368 try_emplace(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY()
371 __glibcxx_check_insert(__hint); in _GLIBCXX_VISIBILITY()
374 _Base::try_emplace(__hint.base(), __k, in _GLIBCXX_VISIBILITY()
382 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
384 __glibcxx_check_insert(__hint); in _GLIBCXX_VISIBILITY()
387 _Base::try_emplace(__hint.base(), std::move(__k), in _GLIBCXX_VISIBILITY()
413 insert_or_assign(const_iterator __hint, in _GLIBCXX_VISIBILITY()
416 __glibcxx_check_insert(__hint); in _GLIBCXX_VISIBILITY()
419 _Base::insert_or_assign(__hint.base(), __k, in _GLIBCXX_VISIBILITY()
427 insert_or_assign(const_iterator __hint, key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
[all …]
Dunordered_set337 emplace_hint(const_iterator __hint, _Args&&... __args)
339 __glibcxx_check_insert(__hint);
341 auto __it = _Base::emplace_hint(__hint.base(),
357 insert(const_iterator __hint, const value_type& __obj)
359 __glibcxx_check_insert(__hint);
361 auto __it = _Base::insert(__hint.base(), __obj);
376 insert(const_iterator __hint, value_type&& __obj)
378 __glibcxx_check_insert(__hint);
380 auto __it = _Base::insert(__hint.base(), std::move(__obj));
439 insert(const_iterator __hint, node_type&& __nh)
[all …]
Dmultiset.h320 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
322 __glibcxx_check_insert(__hint); in _GLIBCXX_VISIBILITY()
323 return { _Base::insert(__hint.base(), std::move(__nh)), this }; in _GLIBCXX_VISIBILITY()
Dset.h333 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
335 __glibcxx_check_insert(__hint); in _GLIBCXX_VISIBILITY()
336 return { _Base::insert(__hint.base(), std::move(__nh)), this }; in _GLIBCXX_VISIBILITY()
Dmultimap.h349 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
351 __glibcxx_check_insert(__hint); in _GLIBCXX_VISIBILITY()
352 return { _Base::insert(__hint.base(), std::move(__nh)), this }; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dunordered_map.h517 try_emplace(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY()
520 return _M_h.try_emplace(__hint, __k, in _GLIBCXX_VISIBILITY()
527 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
529 return _M_h.try_emplace(__hint, std::move(__k), in _GLIBCXX_VISIBILITY()
592 insert(const_iterator __hint, const value_type& __x) in _GLIBCXX_VISIBILITY()
593 { return _M_h.insert(__hint, __x); } in _GLIBCXX_VISIBILITY()
598 insert(const_iterator __hint, value_type&& __x) in _GLIBCXX_VISIBILITY()
599 { return _M_h.insert(__hint, std::move(__x)); } in _GLIBCXX_VISIBILITY()
603 insert(const_iterator __hint, _Pair&& __x) in _GLIBCXX_VISIBILITY()
604 { return _M_h.emplace_hint(__hint, std::forward<_Pair>(__x)); } in _GLIBCXX_VISIBILITY()
[all …]
Dalloc_traits.h220 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint, int) in _GLIBCXX_VISIBILITY()
221 -> decltype(__a.allocate(__n, __hint)) in _GLIBCXX_VISIBILITY()
222 { return __a.allocate(__n, __hint); } in _GLIBCXX_VISIBILITY()
332 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY()
333 { return _S_allocate(__a, __n, __hint, 0); } in _GLIBCXX_VISIBILITY()
477 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY()
480 return __a.allocate(__n, __hint); in _GLIBCXX_VISIBILITY()
Dstl_map.h666 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
667 { return _M_t._M_reinsert_node_hint_unique(__hint, std::move(__nh)); } in _GLIBCXX_VISIBILITY()
783 try_emplace(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY()
787 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY()
802 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
805 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY()
1023 insert_or_assign(const_iterator __hint, in _GLIBCXX_VISIBILITY()
1027 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY()
1044 insert_or_assign(const_iterator __hint, key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
1047 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY()
Dhashtable.h847 _M_compute_hash_code(const_iterator __hint, const key_type& __k) const; in _GLIBCXX_VISIBILITY()
859 _M_insert_multi_node(__node_ptr __hint, in _GLIBCXX_VISIBILITY()
954 emplace_hint(const_iterator __hint, _Args&&... __args) in _GLIBCXX_VISIBILITY()
956 return _M_emplace(__hint, __unique_keys{}, in _GLIBCXX_VISIBILITY()
1022 _M_reinsert_node_multi(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
1032 = _M_insert_multi_node(__hint._M_cur, __code, __nh._M_ptr); in _GLIBCXX_VISIBILITY()
1132 __node_ptr __hint = nullptr; in _GLIBCXX_VISIBILITY() local
1141 __hint = _M_insert_multi_node(__hint, __code, __nh._M_ptr)._M_cur; in _GLIBCXX_VISIBILITY()
2109 _M_emplace(const_iterator __hint, false_type /* __uks */, in _GLIBCXX_VISIBILITY()
2117 auto __res = this->_M_compute_hash_code(__hint, __k); in _GLIBCXX_VISIBILITY()
[all …]
Dunordered_set.h452 insert(const_iterator __hint, const value_type& __x) in _GLIBCXX_VISIBILITY()
453 { return _M_h.insert(__hint, __x); } in _GLIBCXX_VISIBILITY()
456 insert(const_iterator __hint, value_type&& __x) in _GLIBCXX_VISIBILITY()
457 { return _M_h.insert(__hint, std::move(__x)); } in _GLIBCXX_VISIBILITY()
1298 insert(const_iterator __hint, const value_type& __x) in _GLIBCXX_VISIBILITY()
1299 { return _M_h.insert(__hint, __x); } in _GLIBCXX_VISIBILITY()
1302 insert(const_iterator __hint, value_type&& __x) in _GLIBCXX_VISIBILITY()
1303 { return _M_h.insert(__hint, std::move(__x)); } in _GLIBCXX_VISIBILITY()
1351 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
1352 { return _M_h._M_reinsert_node_multi(__hint, std::move(__nh)); } in _GLIBCXX_VISIBILITY()
Dhashtable_policy.h901 insert(const_iterator __hint, const value_type& __v) in _GLIBCXX_VISIBILITY()
905 return __h._M_insert(__hint, __v, __node_gen, __unique_keys{}); in _GLIBCXX_VISIBILITY()
1043 insert(const_iterator __hint, value_type&& __v) in _GLIBCXX_VISIBILITY()
1047 return __h._M_insert(__hint, std::move(__v), __node_gen, in _GLIBCXX_VISIBILITY()
1094 insert(const_iterator __hint, _Pair&& __v) in _GLIBCXX_VISIBILITY()
1097 return __h._M_emplace(__hint, __unique_keys{}, in _GLIBCXX_VISIBILITY()
Dstl_multiset.h590 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
591 { return _M_t._M_reinsert_node_hint_equal(__hint, std::move(__nh)); } in _GLIBCXX_VISIBILITY()
Dstl_set.h605 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
606 { return _M_t._M_reinsert_node_hint_unique(__hint, std::move(__nh)); } in _GLIBCXX_VISIBILITY()
Dstl_multimap.h656 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
657 { return _M_t._M_reinsert_node_hint_equal(__hint, std::move(__nh)); } in _GLIBCXX_VISIBILITY()
Dstl_tree.h1492 _M_reinsert_node_hint_unique(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
1500 auto __res = _M_get_insert_hint_unique_pos(__hint, __nh._M_key()); in _GLIBCXX_VISIBILITY()
1514 _M_reinsert_node_hint_equal(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
1522 auto __res = _M_get_insert_hint_equal_pos(__hint, __nh._M_key()); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Ddebug_allocator.h130 allocate(size_type __n, const void* __hint) in _GLIBCXX_VISIBILITY()
132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
Dalloc_traits.h137 allocate(_Alloc& __a, size_type __n, _Hint __hint) in _GLIBCXX_VISIBILITY()
138 { return __a.allocate(__n, __hint); } in _GLIBCXX_VISIBILITY()
Dthrow_allocator.h852 allocate(size_type __n, const void* __hint = 0) in _GLIBCXX_VISIBILITY()
858 pointer const a = traits::allocate(_M_allocator, __n, __hint); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
Dhash_set243 resize(size_type __hint)
244 { _M_ht.resize(__hint); }
437 resize(size_type __hint)
438 { _M_ht.resize(__hint); }
Dhash_map252 resize(size_type __hint)
253 { _M_ht.resize(__hint); }
467 resize(size_type __hint)
468 { _M_ht.resize(__hint); }
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dscoped_allocator367 allocate(size_type __n, const_void_pointer __hint)
368 { return __traits::allocate(outer_allocator(), __n, __hint); }