| /freebsd-14.2/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_etmv4_stack_elem.cpp | 47 push_front(pElem); in createParamElemNoParam() 65 push_front(pElem); in createParamElem() 76 push_front(pElem); in createAtomElem() 88 push_front(pElem); in createExceptElem() 103 push_front(pElem); in createContextElem() 115 push_front(pElem); in createAddrElem() 126 push_front(pElem); in createQElem() 137 push_front(pElem); in createMarkerElem() 148 push_front(pElem); in createSrcAddrElem() 159 push_front(pElem); in createITEElem()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | front_insert_iterator.h | 57 container->push_front(__value); 63 container->push_front(std::move(__value));
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Reg2Mem.cpp | 74 WorkList.push_front(&I); in runPass() 86 WorkList.push_front(&Phi); in runPass()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | list.h | 97 void push_front(T *X) { in push_front() function 157 void push_front(T *X) { in push_front() function 173 return push_front(X); in insert()
|
| H A D | primary64.h | 679 Region->FreeListInfo.BlockList.push_front(BG); in pushBatchClassBlocks() 702 BG->Batches.push_front(TB); in pushBatchClassBlocks() 720 BG->Batches.push_front(CurBatch); in pushBatchClassBlocks() 763 BG->Batches.push_front(TB); 784 Batches.push_front(CurBatch); 813 Region->FreeListInfo.BlockList.push_front(Cur); 1603 BG->Batches.push_front(NonFullBatch); in mergeGroupsToReleaseBack() 1614 BG->Batches.push_front(NonFullBatch); in mergeGroupsToReleaseBack() 1649 Region->FreeListInfo.BlockList.push_front(Cur); in mergeGroupsToReleaseBack()
|
| H A D | primary32.h | 549 Sci->FreeListInfo.BlockList.push_front(BG); in pushBatchClassBlocks() 572 BG->Batches.push_front(TB); in pushBatchClassBlocks() 590 BG->Batches.push_front(CurBatch); in pushBatchClassBlocks() 634 BG->Batches.push_front(TB); 655 Batches.push_front(CurBatch); 684 Sci->FreeListInfo.BlockList.push_front(Cur);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameRecognizer.cpp | 53 m_recognizers.push_front({(uint32_t)m_recognizers.size(), recognizer, false, in AddRecognizer() 61 m_recognizers.push_front({(uint32_t)m_recognizers.size(), recognizer, true, in AddRecognizer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 892 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 914 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 939 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 948 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 965 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 973 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 987 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 991 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 1101 path.push_front( in addEdgeToPath() 2040 Construct.getActivePath().push_front(Note); in generate() [all …]
|
| H A D | WorkList.cpp | 102 Queue.push_front(U); in enqueue()
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| H A D | trc_etmv4_stack_elem.h | 372 void push_front(TrcStackElem *pElem); 415 inline void EtmV4P0Stack::push_front(TrcStackElem *pElem) in push_front() function 417 m_P0_stack.push_front(pElem); in push_front()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | trie-node.h | 57 NodeStore.push_front(TrieNode<T>{ in mergeTrieNodes()
|
| H A D | xray-converter.cpp | 232 NodeStore.push_front({FuncId, Parent, {}, {(*id_counter)++, {}}}); in findOrCreateStackNode() 239 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}}); in findOrCreateStackNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNMinRegStrategy.cpp | 125 RQ.push_front(Cand); in findMax() 220 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority)); in releaseSuccessors()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | AllocatorList.h | 209 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function 211 void push_front(const T &V) { insert(begin(), V); } in push_front() function
|
| H A D | simple_ilist.h | 150 void push_front(reference Node) { insert(begin(), Node); } in push_front() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegularizer.cpp | 144 WorkList.push_front(cast<Instruction>(LowerOp(CE))); in runLowerConstExpr() 160 WorkList.push_front(cast<Instruction>(ReplInst)); in runLowerConstExpr()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | tzdb_list.cpp | 31 explicit __impl(tzdb&& __tzdb) { __tzdb_.push_front(std::move(__tzdb)); } in __impl()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_list.h | 52 void push_front(Item *x) { in push_front() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 550 void push_front(Node &N) { in push_front() function 568 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function 944 Children.push_front(*Child); in addChildFront()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 252 ExpressionHandlers.push_front(std::move(SH)); in addHighPriorityHandler() 268 StoreHandlers.push_front(std::move(SH)); in addHighPriorityHandler()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | __split_buffer | 147 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void push_front(const_reference __x); 149 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void push_front(value_type&& __x); 454 _LIBCPP_CONSTEXPR_SINCE_CXX20 void __split_buffer<_Tp, _Allocator>::push_front(const_reference __x)… 476 _LIBCPP_CONSTEXPR_SINCE_CXX20 void __split_buffer<_Tp, _Allocator>::push_front(value_type&& __x) {
|
| H A D | deque | 112 void push_front(const value_type& v); 113 void push_front(value_type&& v); 725 _LIBCPP_HIDE_FROM_ABI void push_front(const value_type& __v); 742 _LIBCPP_HIDE_FROM_ABI void push_front(value_type&& __v); 1595 void deque<_Tp, _Allocator>::push_front(value_type&& __v) { 2017 __map_.push_front(__pt); 2030 __map_.push_front(__pt); 2071 __map_.push_front(__pt); 2092 __map_.push_front(__pt); 2168 __buf.push_front(*--__i); [all …]
|
| /freebsd-14.2/cddl/usr.sbin/zfsd/ |
| H A D | vdev.cc | 260 to_examine.push_front(child); in Parent()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopPass.cpp | 79 LQ.push_front(&L); in addLoop()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 67 m_active_categories.push_front(category); in Enable()
|