| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | front_insert_iterator.h | 53 {container->push_front(__value_); return *this;} 56 {container->push_front(_VSTD::move(__value_)); return *this;}
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | list.h | 97 void push_front(T *X) { in push_front() function 145 void push_front(T *X) { in push_front() function 161 return push_front(X); in insert()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/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-13.1/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| H A D | trc_etmv4_stack_elem.h | 306 void push_front(TrcStackElem *pElem); 345 inline void EtmV4P0Stack::push_front(TrcStackElem *pElem) in push_front() function 347 m_P0_stack.push_front(pElem); in push_front()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 889 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 911 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 936 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 945 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 962 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 970 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 984 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 988 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 1098 path.push_front( in addEdgeToPath() 1262 C.getActivePath().push_front(std::move(p)); in generatePathDiagnosticsForNode() [all …]
|
| H A D | WorkList.cpp | 102 Queue.push_front(U); in enqueue()
|
| /freebsd-13.1/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 | 223 NodeStore.push_front({FuncId, Parent, {}, {(*id_counter)++, {}}}); in findOrCreateStackNode() 230 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}}); in findOrCreateStackNode()
|
| /freebsd-13.1/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()
|
| H A D | GCNHazardRecognizer.cpp | 256 EmittedInstrs.push_front(nullptr); in processBundle() 258 EmittedInstrs.push_front(CurrCycleInstr); in processBundle() 341 EmittedInstrs.push_front(nullptr); in EmitNoop() 348 EmittedInstrs.push_front(nullptr); in AdvanceCycle() 368 EmittedInstrs.push_front(CurrCycleInstr); in AdvanceCycle() 375 EmittedInstrs.push_front(nullptr); in AdvanceCycle()
|
| H A D | GCNILPSched.cpp | 285 PendingQueue.push_front(*new (Alloc.Allocate()) Candidate(PredSU)); in releasePredecessors()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | AllocatorList.h | 210 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function 212 void push_front(const T &V) { insert(begin(), V); } in push_front() function
|
| H A D | simple_ilist.h | 144 void push_front(reference Node) { insert(begin(), Node); } in push_front() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 543 void push_front(Node &N) { in push_front() function 561 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function 856 Children.push_front(*Child); in addChildFront()
|
| H A D | MachineFunction.h | 822 void push_front(MachineBasicBlock *MBB) { BasicBlocks.push_front(MBB); }
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __split_buffer | 101 void push_front(const_reference __x); 103 void push_front(value_type&& __x); 468 __split_buffer<_Tp, _Allocator>::push_front(const_reference __x) 497 __split_buffer<_Tp, _Allocator>::push_front(value_type&& __x)
|
| H A D | deque | 108 void push_front(const value_type& v); 109 void push_front(value_type&& v); 1428 void push_front(const value_type& __v); 1440 void push_front(value_type&& __v); 1989 deque<_Tp, _Allocator>::push_front(value_type&& __v) 2435 __base::__map_.push_front(__pt); 2450 __base::__map_.push_front(__pt); 2503 __base::__map_.push_front(__pt); 2525 __base::__map_.push_front(__pt); 2615 __buf.push_front(*--__i); [all …]
|
| H A D | forward_list | 90 void push_front(const value_type& v); 91 void push_front(value_type&& v); 778 void push_front(value_type&& __v); 780 void push_front(const value_type& __v); 1144 forward_list<_Tp, _Alloc>::push_front(value_type&& __v) 1158 forward_list<_Tp, _Alloc>::push_front(const value_type& __v)
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 244 ExpressionHandlers.push_front(std::move(SH)); in addHighPriorityHandler() 260 StoreHandlers.push_front(std::move(SH)); in addHighPriorityHandler()
|
| /freebsd-13.1/cddl/usr.sbin/zfsd/ |
| H A D | vdev.cc | 264 to_examine.push_front(child); in Parent()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopPass.cpp | 82 LQ.push_front(&L); in addLoop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 67 m_active_categories.push_front(category); in Enable()
|