Home
last modified time | relevance | path

Searched refs:push_front (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-13.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp47 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 Dfront_insert_iterator.h53 {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 Dlist.h97 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 DReg2Mem.cpp75 WorkList.push_front(&I); in runPass()
87 WorkList.push_front(&Phi); in runPass()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp53 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 Dtrc_etmv4_stack_elem.h306 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 DBugReporter.cpp889 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 DWorkList.cpp102 Queue.push_front(U); in enqueue()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h57 NodeStore.push_front(TrieNode<T>{ in mergeTrieNodes()
H A Dxray-converter.cpp223 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 DGCNMinRegStrategy.cpp125 RQ.push_front(Cand); in findMax()
220 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority)); in releaseSuccessors()
H A DGCNHazardRecognizer.cpp256 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 DGCNILPSched.cpp285 PendingQueue.push_front(*new (Alloc.Allocate()) Candidate(PredSU)); in releasePredecessors()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h210 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 Dsimple_ilist.h144 void push_front(reference Node) { insert(begin(), Node); } in push_front() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h543 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 DMachineFunction.h822 void push_front(MachineBasicBlock *MBB) { BasicBlocks.push_front(MBB); }
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h52 void push_front(Item *x) { in push_front() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__split_buffer101 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 Ddeque108 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 Dforward_list90 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 DBugReporterVisitors.h244 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 Dvdev.cc264 to_examine.push_front(child); in Parent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp82 LQ.push_front(&L); in addLoop()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp67 m_active_categories.push_front(category); in Enable()

12