| /freebsd/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/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Reg2Mem.cpp | 75 WorkList.push_front(&I); in runPass() 87 WorkList.push_front(&Phi); in runPass()
|
| H A D | DFAJumpThreading.cpp | 400 void push_front(BasicBlock *BB) { Path.push_front(BB); } in push_front() function 742 Path.push_front(BB); in paths() 951 TPath.push_front(SwitchBlock); in createAllExitPaths()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameRecognizer.cpp | 67 m_recognizers.push_front({(uint32_t)m_recognizers.size(), recognizer, false, in AddRecognizer() 78 m_recognizers.push_front({(uint32_t)m_recognizers.size(), recognizer, true, in AddRecognizer()
|
| /freebsd/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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | list.h | 207 void push_front(T *X) { in push_front() function 272 void push_front(T *X) { in push_front() function 288 return push_front(X); in insert()
|
| H A D | primary64.h | 858 BG->Batches.push_front(TB); in pushBlocksImpl() 878 Batches.push_front(CurBatch); in pushBlocksImpl() 904 Region->FreeListInfo.BlockList.push_front(Cur); in pushBlocksImpl() 1007 Region->FreeListInfo.BlockList.push_front(BG); in pushBatchClassBlocks() 1026 BG->Batches.push_front(TB); in pushBatchClassBlocks() 1044 BG->Batches.push_front(CurBatch); in pushBatchClassBlocks() 1893 BG->Batches.push_front(NonFullBatch); in mergeGroupsToReleaseBack() 1903 BG->Batches.push_front(NonFullBatch); in mergeGroupsToReleaseBack() 1937 Region->FreeListInfo.BlockList.push_front(Cur); in mergeGroupsToReleaseBack()
|
| H A D | primary32.h | 640 Sci->FreeListInfo.BlockList.push_front(BG); in pushBatchClassBlocks() 659 BG->Batches.push_front(TB); in pushBatchClassBlocks() 677 BG->Batches.push_front(CurBatch); in pushBatchClassBlocks() 721 BG->Batches.push_front(TB); in pushBlocksImpl() 741 Batches.push_front(CurBatch); in pushBlocksImpl() 768 Sci->FreeListInfo.BlockList.push_front(Cur); in pushBlocksImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 907 C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start)); in generateMinimalDiagForBlockEdge() 912 C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start)); in generateMinimalDiagForBlockEdge() 921 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 943 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 953 C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst)); in generateMinimalDiagForBlockEdge() 968 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 976 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 993 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 1000 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 1014 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() [all …]
|
| H A D | WorkList.cpp | 102 Queue.push_front(U); in enqueue()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/ |
| H A D | front_insert_iterator.h | 47 container->push_front(__value);
|
| /freebsd/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/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/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
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegularizer.cpp | 138 WorkList.push_front(cast<Instruction>(LowerOp(CE))); in runLowerConstExpr() 154 WorkList.push_front(cast<Instruction>(ReplInst)); in runLowerConstExpr()
|
| /freebsd/crypto/krb5/src/ccapi/server/win/ |
| H A D | WorkItem.cpp | 123 wl.push_front(item); in add()
|
| /freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 559 void push_front(Node &N) { in push_front() function 577 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function 954 Children.push_front(*Child); in addChildFront()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __split_buffer | 139 _LIBCPP_HIDE_FROM_ABI void push_front(const_reference __x); 141 _LIBCPP_HIDE_FROM_ABI void push_front(value_type&& __x); 425 void __split_buffer<_Tp, _Allocator>::push_front(const_reference __x) { 447 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); 654 _LIBCPP_HIDE_FROM_ABI void push_front(const value_type& __v); 1294 void deque<_Tp, _Allocator>::push_front(const value_type& __v) { 1594 __map_.push_front(__pt); 1601 __map_.push_front(__alloc_traits::allocate(__a, __block_size)); 1607 __map_.push_front(__pt); 1648 __map_.push_front(__pt); 1659 __map_.push_front(__alloc_traits::allocate(__a, __block_size)); 1669 __map_.push_front(__pt); [all …]
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | vdev.cc | 260 to_examine.push_front(child); in Parent()
|
| /freebsd/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/contrib/kyua/utils/process/ |
| H A D | executor.cpp | 826 _pimpl->stale_exec_handles.push_front(insert_pair.first->second); in spawn_post() 873 _pimpl->stale_exec_handles.push_front(insert_pair.first->second); in spawn_followup_post()
|