Home
last modified time | relevance | path

Searched refs:Top (Results 1 – 25 of 225) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp274 Top.init(DAG, SchedModel); in initialize()
282 delete Top.HazardRec; in initialize()
287 delete Top.ResourceModel; in initialize()
315 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency); in releaseTopNode()
618 if (Top.isLatencyBound(SU)) { in SchedulingCost()
665 if (Top.isLatencyBound(SU)) in SchedulingCost()
952 assert(Top.Available.empty() && Top.Pending.empty() && in pickNode()
958 SU = Top.pickOnlyChoice(); in pickNode()
983 Top.removeReady(SU); in pickNode()
1001 Top.bumpNode(SU); in schedNode()
[all …]
H A DMachineScheduler.cpp3226 if (!Top.HazardRec) { in initialize()
3227 Top.HazardRec = in initialize()
3708 assert(Top.Available.empty() && Top.Pending.empty() && in pickNode()
3742 Top.removeReady(SU); in pickNode()
3785 Top.bumpNode(SU); in schedNode()
3834 if (!Top.HazardRec) { in initialize()
3835 Top.HazardRec = in initialize()
3919 assert(Top.Available.empty() && Top.Pending.empty() && "ReadyQ garbage"); in pickNode()
3924 SU = Top.pickOnlyChoice(); in pickNode()
3941 Top.removeReady(SU); in pickNode()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp384 auto &Top = TS.back(); in accountRecord() local
385 auto I = find_if(Top.first->Callees, in accountRecord()
387 if (I == Top.first->Callees.end()) { in accountRecord()
391 Top.first->Callees.emplace_back(N); in accountRecord()
454 for (auto *F = Top; F != nullptr; F = F->Parent) in printStack()
566 auto *Top = S.pop_back_val(); in printAll() local
568 for (const auto *C : Top->Callees) in printAll()
619 auto *Top = S.pop_back_val(); in print() local
629 auto E = std::make_pair(Top, TopSum); in print()
637 std::make_pair(Top, Top->ExtraData.TerminalDurations.size()); in print()
[all …]
H A Dxray-account.cpp191 const auto &Top = ThreadStack.Stack.back(); in accountRecord() local
193 (*ThreadStack.RecursionDepth)[Top.first].isRecursive()) in accountRecord()
194 recordLatency(Top.first, diff(Top.second, Record.TSC)); in accountRecord()
196 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
247 for (auto &Top : reverse(R)) { in accountRecord() local
249 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dstarfive,jh7110-voutcrg.yaml21 - description: Vout Top core
22 - description: Vout Top Ahb
23 - description: Vout Top Axi
24 - description: Vout Top HDMI MCLK
39 description: Vout Top core
H A Dstarfive,jh7110-ispcrg.yaml21 - description: ISP Top core
22 - description: ISP Top Axi
35 - description: ISP Top core
36 - description: ISP Top Axi
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.texi29 @node Top, ntpsnmpd Description, (dir), (dir)
43 @node ntpsnmpd Description, Usage, Top, Top
49 @node Usage, , ntpsnmpd Description, Top
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c212 save_region.Top = CON.SBI.srWindow.Top;
240 save_region.Top,
303 rec.Bottom = rec.Top; in con_write16()
340 rec.Top = (short) y; in con_write8()
342 rec.Bottom = rec.Top; in con_write8()
459 save_region.Top, in restore_original_screen()
684 this_region.Top = CON.SBI.srWindow.Top; in wcon_dobeepflash()
973 rect.Top = 0; in set_scrollback()
992 rect.Top, rect.Left, in set_scrollback()
1171 CON.save_region.Top, in read_screen_data()
[all …]
H A Dwin32_driver.c122 save_region.Top = WINCONSOLE.SBI.srWindow.Top;
150 save_region.Top,
212 rec.Top = (SHORT) (y + AdjustY()); in con_write16()
214 rec.Bottom = rec.Top; in con_write16()
251 rec.Top = (short) y; in con_write8()
253 rec.Bottom = rec.Top; in con_write8()
354 WINCONSOLE.SBI.srWindow.Top : 0); in restore_original_screen()
366 save_region.Top, in restore_original_screen()
586 WINCONSOLE.SBI.srWindow.Top + 1); in wcon_dobeepflash()
600 this_region.Top = WINCONSOLE.SBI.srWindow.Top; in wcon_dobeepflash()
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c160 WINCONSOLE.SBI.srWindow.Top); in _nc_console_size()
395 WINCONSOLE.save_region.Top = 0; in save_original_screen()
404 WINCONSOLE.save_region.Top = WINCONSOLE.SBI.srWindow.Top; in save_original_screen()
433 WINCONSOLE.SBI.srWindow.Top : 0); in restore_original_screen()
445 save_region.Top, in restore_original_screen()
478 WINCONSOLE.save_region.Top, in read_screen_data()
516 WINCONSOLE.SBI.srWindow.Top, in _nc_console_get_SBI()
553 info->srWindow.Top, in _nc_console_set_scrollback()
584 rect.Top = 0; in _nc_console_set_scrollback()
593 info->srWindow.Top != 0 || in _nc_console_set_scrollback()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp.conf.texi27 @node Top, ntp.conf Description, (dir), (dir)
42 @node ntp.conf Description, , Top, Top
H A Dntp.keys.texi27 @node Top, ntp.keys Description, (dir), (dir)
42 @node ntp.keys Description, , Top, Top
/freebsd/crypto/heimdal/doc/
H A Dintro.texi3 @node Introduction, What is Kerberos?, Top, Top
4 @c @node Introduction, What is Kerberos?, Top, Top
/freebsd/contrib/less/
H A Dscreen.c1536 cpos.Y = csbi.srWindow.Top + (row - 1); in _settextposition()
1630 size.Y = scr.srWindow.Bottom - scr.srWindow.Top + 1; in win32_init_term()
1908 rcClip.Top = csbi.srWindow.Top; in add_line()
1918 new_org.Y = rcSrc.Top + 1; in add_line()
1960 rcSrc.Top = csbi.srWindow.Top + n;
1966 rcClip.Top = csbi.srWindow.Top;
1972 new_org.Y = rcSrc.Top - n;
2010 topleft.Y = csbi.srWindow.Top; in win32_clear()
2044 rcSrc.Top = csbi.srWindow.Top + n; in win32_scroll_up()
2050 rcClip.Top = csbi.srWindow.Top; in win32_scroll_up()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h215 VLIWSchedBoundary Top; variable
225 ConvergingVLIWScheduler() : Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {} in ConvergingVLIWScheduler()
239 return Top.ResourceModel->getTotalPackets() + in reportPackets()
H A DMachineScheduler.h1213 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ"), in GenericScheduler()
1240 Top.releaseNode(SU, SU->TopReadyCycle, false); in releaseTopNode()
1260 SchedBoundary Top; variable
1295 SchedBoundary Top; variable
1300 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ") {} in PostGenericScheduler()
1328 Top.releaseNode(SU, SU->TopReadyCycle, false); in releaseTopNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h157 Top, // Bit not yet defined. enumerator
194 BitValue(ValueType T = Top) : Type(T) {} in Type()
233 if (V.Type == Top) // This.meet(Top) = This in meet()
241 if (Type == Top) { in meet()
375 RC.Bits[i] = BitValue(BitValue::Top); in top()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp48 std::pair<const BasicBlock *, const_succ_iterator> &Top = VisitStack.back(); in FindFunctionBackedges() local
49 const BasicBlock *ParentBB = Top.first; in FindFunctionBackedges()
50 const_succ_iterator &I = Top.second; in FindFunctionBackedges()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-alcatel-idol347.dts108 sound-name-prefix = "Speaker Top";
276 "Speaker", "Speaker Top",
278 pin-switches = "Speaker Top", "Speaker Bottom";
280 "Speaker Top", "Speaker Top OUT",
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp188 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate()
189 Top.getLatencyStallCycles(Cand.SU), TryCand, Cand, Stall)) in tryCandidate()
207 if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) { in tryCandidate()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h433 const auto &Top = ShadowStack.back(); in exitFunction() local
434 auto TopNode = Top.NodePtr; in exitFunction()
451 Top.EntryTSC > TSC in exitFunction()
452 ? (std::numeric_limits<uint64_t>::max() - Top.EntryTSC) + TSC in exitFunction()
453 : TSC - Top.EntryTSC; in exitFunction()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp41 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) in ResetStackCleanup() argument
43 Context, Top) {} in ResetStackCleanup()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,tlmm-common.yaml7 title: Qualcomm Technologies, Inc. Top Level Mode Multiplexer (TLMM) definitions
13 This defines the common properties used to describe all Qualcomm Top Level
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp127 BasicBlock *Top = Stack.pop_back_val(); in isUniformlyReached() local
128 if (!UA.isUniform(Top->getTerminator())) in isUniformlyReached()
131 for (BasicBlock *Pred : predecessors(Top)) { in isUniformlyReached()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp317 void llvm::RestorePrettyStackState(const void *Top) { in RestorePrettyStackState() argument
320 static_cast<PrettyStackTraceEntry *>(const_cast<void *>(Top)); in RestorePrettyStackState()

123456789