Searched refs:Top (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp382 auto &Top = TS.back(); local
383 auto I = find_if(Top.first->Callees,
385 if (I == Top.first->Callees.end()) {
388 auto N = createTrieNode(R.TId, R.FuncId, Top.first);
389 Top.first->Callees.emplace_back(N);
391 // Top may be invalidated after this statement.
447 void printStack(raw_ostream &OS, const StackTrieNode *Top, argument
452 for (auto *F = Top; F != nullptr; F = F->Parent)
569 auto *Top = S.pop_back_val(); local
570 printSingleStack<AggType>(OS, FN, ReportThread, ThreadId, Top);
622 auto *Top = S.pop_back_val(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp257 Top.init(DAG, SchedModel);
265 delete Top.HazardRec;
267 Top.HazardRec = TII->CreateTargetMIHazardRecognizer(Itin, DAG);
270 delete Top.ResourceModel;
272 Top.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel());
296 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency);
301 Top.releaseNode(SU, SU->TopReadyCycle);
598 if (Top.isLatencyBound(SU)) {
611 if (Top
[all...]
H A DHexagonMachineScheduler.h221 VLIWSchedBoundary Top; member in class:llvm::ConvergingVLIWScheduler
235 ConvergingVLIWScheduler() : Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {}
248 return Top.ResourceModel->getTotalPackets() +
H A DBitTracker.h156 Top, // Bit not yet defined. enumerator in enum:llvm::BitTracker::BitValue::ValueType
165 // x <= Top,
193 BitValue(ValueType T = Top) : Type(T) {} argument
232 if (V.Type == Top) // This.meet(Top) = This
238 // If it is Top, it will become the same as V, otherwise it will
240 if (Type == Top) {
374 RC.Bits[i] = BitValue(BitValue::Top);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dget_window_size.c111 *lines = 1 + sb_info.srWindow.Bottom - sb_info.srWindow.Top;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp178 if (SUnit *SU = Top.pickOnlyChoice()) {
185 setPolicy(BotPolicy, /*IsPostRA=*/false, Bot, &Top);
189 setPolicy(TopPolicy, /*IsPostRA=*/false, Top, &Bot);
191 // See if BotCand is still valid (because we previously scheduled from Top).
212 LLVM_DEBUG(dbgs() << "Picking from Top:\n");
216 pickNodeFromQueue(Top, TopPolicy, DAG->getTopRPTracker(), TopCand);
224 pickNodeFromQueue(Top, TopPolicy, DAG->getTopRPTracker(), TCand);
232 LLVM_DEBUG(dbgs() << "Top Cand: "; traceCandidate(TopCand);
272 assert(Top.Available.empty() && Top
[all...]
H A DAMDGPUUnifyDivergentExitNodes.cpp108 BasicBlock *Top = Stack.pop_back_val(); local
109 if (!DA.isUniform(Top->getTerminator()))
112 for (BasicBlock *Pred : predecessors(Top)) {
H A DGCNIterativeScheduler.cpp380 auto Top = R.Begin; local
383 if (MI != &*Top) {
385 BB->insert(Top, MI);
402 Top = std::next(MI->getIterator());
/freebsd-11-stable/share/mk/
H A Dsrc.sys.env.mk21 # Top-level installs should not use meta mode as it may prevent installing
H A Dbsd.info.mk33 # INFODIRFILE Top level node/index for info files. [dir]
116 ${INSTALL_LINK} ${.TARGET:R}.info.Top.html ${.TARGET}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp291 void llvm::RestorePrettyStackState(const void *Top) { argument
294 static_cast<PrettyStackTraceEntry *>(const_cast<void *>(Top));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp40 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) argument
42 Context, Top) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp128 Frame *Top = getCurrentFrame(); local
130 for (Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back(); local
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
/freebsd-11-stable/contrib/less/
H A Dscreen.c783 sys_height = scr.srWindow.Bottom - scr.srWindow.Top + 1;
1487 cpos.Y = csbi.srWindow.Top + (row - 1);
1585 size.Y = scr.srWindow.Bottom - scr.srWindow.Top + 1;
1854 rcClip.Top = csbi.srWindow.Top;
1864 new_org.Y = rcSrc.Top + 1;
1908 rcSrc.Top = csbi.srWindow.Top + n;
1914 rcClip.Top = csbi.srWindow.Top;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h349 // Top-Level entry points for the schedule() driver...
396 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
487 // Top-Level entry points for the schedule() driver...
496 /// the Top RP tracker in case the region beginning has changed.
940 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ"),
967 Top.releaseNode(SU, SU->TopReadyCycle, false);
987 SchedBoundary Top; member in class:llvm::GenericScheduler
990 /// Candidate last picked from Top boundary.
1022 SchedBoundary Top; member in class:llvm::PostGenericScheduler
1027 GenericSchedulerBase(C), Top(SchedBoundar
[all...]
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_gram.c631 # define YY_STACK_PRINT(Bottom, Top) \
634 yy_stack_print ((Bottom), (Top)); \
674 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c55 #define AdjustY(p) ((p)->buffered ? 0 : (int) (p)->SBI.srWindow.Top)
201 rec.Top = (SHORT) (y + AdjustY(p));
203 rec.Bottom = rec.Top;
242 rec.Top = (short) y;
244 rec.Bottom = rec.Top;
565 T(("... display(Top:%d Bottom:%d Left:%d Right:%d)",
566 p->SBI.srWindow.Top,
575 p->origin.Y = p->SBI.srWindow.Top;
646 PropOf(TCB)->SBI.srWindow.Top);
869 readRegion.Top
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h433 const auto &Top = ShadowStack.back(); variable
434 auto TopNode = Top.NodePtr;
441 // we've overflowed (TSC < Top.EntryTSC) and then account the difference
445 // a TSC of 0 and a Top.EntryTSC of 1 is (numeric_limits<uint64_t>::max()
451 Top.EntryTSC > TSC
452 ? (std::numeric_limits<uint64_t>::max() - Top.EntryTSC) + TSC
453 : TSC - Top.EntryTSC;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp874 IOHandlerSP reader_sp(m_input_reader_stack.Top());
881 IOHandlerSP reader_sp(m_input_reader_stack.Top());
891 IOHandlerSP reader_sp(m_input_reader_stack.Top());
899 IOHandlerSP reader_sp(m_input_reader_stack.Top());
907 IOHandlerSP top_reader_sp = m_input_reader_stack.Top();
957 top_reader_sp = m_input_reader_stack.Top();
974 IOHandlerSP top_reader_sp(m_input_reader_stack.Top());
1015 IOHandlerSP top_reader_sp(m_input_reader_stack.Top());
1045 IOHandlerSP reader_sp(m_input_reader_stack.Top());
1054 reader_sp = m_input_reader_stack.Top();
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp346 /// Top-level MachineScheduler pass driver.
1039 LLVM_DEBUG(dbgs() << "Top Pressure:\n";
1378 /// the Top RP tracker in case the region beginning has changed.
1383 assert(TopRPTracker.getPos() == RegionBegin && "bad initial Top tracker");
1417 LLVM_DEBUG(dbgs() << "Top Pressure:\n"; dumpRegSetPressure(
2708 LLVM_DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ")
2724 Top.init(DAG, SchedModel, &Rem);
2732 if (!Top.HazardRec) {
2733 Top.HazardRec =
3026 // Top an
[all...]
H A DMachineBlockPlacement.cpp462 bool hasViableTopFallthrough(const MachineBasicBlock *Top,
464 BlockFrequency TopFallThroughFreq(const MachineBasicBlock *Top,
1862 const MachineBasicBlock *Top,
1865 for (MachineBasicBlock *Pred : Top->predecessors()) {
1869 // Found a Pred block can be placed before Top.
1870 // Check if Top is the best successor of Pred.
1871 auto TopProb = MBPI->getEdgeProbability(Pred, Top);
1886 MBPI->getEdgeProbability(Pred, Top);
2224 /// Check if there is a fallthrough to loop header Top.
2226 /// 1. Look for a Pred that can be layout before Top
1861 TopFallThroughFreq( const MachineBasicBlock *Top, const BlockFilterSet &LoopBlockSet) argument
2229 hasViableTopFallthrough( const MachineBasicBlock *Top, const BlockFilterSet &LoopBlockSet) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dparse.c769 # define YY_STACK_PRINT(Bottom, Top) \
772 yy_stack_print ((Bottom), (Top)); \
819 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp356 auto Top = TSD.back(); local
357 auto FunctionLocalTime = AbsoluteDifference(Top.Timestamp, E.TSC);
369 if (Top.FuncId == E.FuncId)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp857 /// \p Top.
863 /// default bindings that may extend beyond \p Top itself, e.g. if \p Top is
868 const SubRegion *Top, BindingKey TopKey,
873 Top = TopKey.getConcreteOffsetRegion();
874 TopKey = BindingKey::Make(Top, BindingKey::Default);
879 SVal Extent = Top->getExtent(SVB);
886 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) {
919 if (Top->isSubRegionOf(Base) && Top !
866 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, SValBuilder &SVB, const ClusterBindings &Cluster, const SubRegion *Top, BindingKey TopKey, bool IncludeAllDefaultBindings) argument
938 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, SValBuilder &SVB, const ClusterBindings &Cluster, const SubRegion *Top, bool IncludeAllDefaultBindings) argument
947 removeSubRegionBindings(RegionBindingsConstRef B, const SubRegion *Top) argument
[all...]

Completed in 320 milliseconds

123