Home
last modified time | relevance | path

Searched refs:Bottom (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DInterval.h81 T *Bottom; variable
84 Interval() : Top(nullptr), Bottom(nullptr) {} in Interval()
85 Interval(T *Top, T *Bottom) : Top(Top), Bottom(Bottom) { in Interval() argument
86 assert((Top == Bottom || Top->comesBefore(Bottom)) && in Interval()
92 Bottom = Elems[0]; in Interval()
96 else if (Bottom->comesBefore(I)) in Interval()
97 Bottom = I; in Interval()
101 assert(((Top == nullptr && Bottom == nullptr) || in empty()
102 (Top != nullptr && Bottom != nullptr)) && in empty()
110 (I == Bottom || I->comesBefore(Bottom)); in contains()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.cpp53 MachineBasicBlock *Bottom = ML->getHeader(); in getBottom() local
55 if (MBB->getNumber() > Bottom->getNumber()) in getBottom()
56 Bottom = MBB; in getBottom()
65 if (ExBottom->getNumber() > Bottom->getNumber()) in getBottom()
66 Bottom = ExBottom; in getBottom()
69 return Bottom; in getBottom()
73 MachineBasicBlock *Bottom = WE->getHeader(); in getBottom() local
75 if (MBB->getNumber() > Bottom->getNumber()) in getBottom()
76 Bottom = MBB; in getBottom()
77 return Bottom; in getBottom()
H A DWebAssemblyCFGStackify.cpp447 MachineBasicBlock *Bottom = SRI.getBottom(Loop); in placeLoopMarker() local
448 auto Iter = std::next(Bottom->getIterator()); in placeLoopMarker()
451 Iter = std::next(Bottom->getIterator()); in placeLoopMarker()
528 MachineBasicBlock *Bottom = SRI.getBottom(WE); in placeTryMarker() local
529 auto Iter = std::next(Bottom->getIterator()); in placeTryMarker()
532 Iter = std::next(Bottom->getIterator()); in placeTryMarker()
538 for (MachineFunction::iterator I(Bottom), E(Header); I != E; --I) { in placeTryMarker()
676 MachineInstr *End = BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
723 MachineBasicBlock *Bottom = SRI.getBottom(WE); in placeTryTableMarker() local
724 auto Iter = std::next(Bottom->getIterator()); in placeTryTableMarker()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DInterval.cpp22 return Other.Bottom->comesBefore(Top) || Bottom->comesBefore(Other.Top); in disjoint()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c142 *Lines = (int) (WINCONSOLE.SBI.srWindow.Bottom + 1 - in _nc_console_size()
367 WINCONSOLE.save_region.Bottom = (SHORT) (WINCONSOLE.SBI.dwSize.Y - 1); in save_original_screen()
376 WINCONSOLE.save_region.Bottom = WINCONSOLE.SBI.srWindow.Bottom; in save_original_screen()
418 save_region.Bottom, in restore_original_screen()
436 WINCONSOLE.save_size.Y = (SHORT) (WINCONSOLE.save_region.Bottom in read_screen_data()
454 WINCONSOLE.save_region.Bottom, in read_screen_data()
491 WINCONSOLE.SBI.srWindow.Bottom, in _nc_console_get_SBI()
529 info->srWindow.Bottom, in _nc_console_set_scrollback()
543 int high = info->srWindow.Bottom - info->srWindow.Top + 1; in _nc_console_set_scrollback()
560 rect.Bottom = (SHORT) (high - 1); in _nc_console_set_scrollback()
[all …]
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c112 save_region.Bottom = WINCONSOLE.SBI.srWindow.Bottom;
116 save_size.Y = (SHORT) (save_region.Bottom - save_region.Top + 1);
129 for (i = save_region.Top; i <= save_region.Bottom; ++i) {
140 save_region.Bottom,
202 rec.Bottom = rec.Top; in con_write16()
241 rec.Bottom = rec.Top; in con_write8()
356 save_region.Bottom, in restore_original_screen()
579 int high = (WINCONSOLE.SBI.srWindow.Bottom - in wcon_dobeepflash()
596 this_region.Bottom = WINCONSOLE.SBI.srWindow.Bottom; in wcon_dobeepflash()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-alcatel-idol347.dts119 sound-name-prefix = "Speaker Bottom";
280 "Speaker", "Speaker Bottom";
281 pin-switches = "Speaker Top", "Speaker Bottom";
284 "Speaker Bottom", "Speaker Bottom OUT",
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DState.cpp131 const Frame *Bottom = getBottomFrame(); in addCallStack() local
132 for (const Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) { in addCallStack()
/freebsd/contrib/less/
H A Dscreen.c873 sys_height = scr.srWindow.Bottom - scr.srWindow.Top + 1; in scrsize()
1848 size.Y = scr.srWindow.Bottom - scr.srWindow.Top + 1; in win32_init_term()
2148 rcClip.Bottom = csbi.srWindow.Bottom; in add_line()
2152 rcSrc.Bottom--; in add_line()
2200 rcSrc.Bottom = csbi.srWindow.Bottom;
2206 rcClip.Bottom = rcSrc.Bottom ;
2246 winsz = csbi.dwSize.X * (csbi.srWindow.Bottom - csbi.srWindow.Top + 1); in win32_clear()
2284 rcSrc.Bottom = csbi.srWindow.Bottom; in win32_scroll_up()
2290 rcClip.Bottom = rcSrc.Bottom ; in win32_scroll_up()
2306 topleft.Y = rcSrc.Bottom - n; in win32_scroll_up()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dget_window_size.c111 *lines = 1 + sb_info.srWindow.Bottom - sb_info.srWindow.Top; in get_window_size()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp246 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard
287 uptr tracer_pid = internal_clone(TracerThread, tracer_stack.Bottom(), in StopTheWorld()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp357 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard
444 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp157 bool isLoopBackEdge(MachineBasicBlock *Header, MachineBasicBlock *Bottom) { in isLoopBackEdge() argument
161 if (ML->contains(Bottom) && ML->isLoopLatch(Bottom)) in isLoopBackEdge()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h79 UInt32 Bottom; member
H A Darchive_ppmd7.c753 p->Low = p->Bottom = 0; in Ppmd_RangeDec_Init()
771 p->Bottom = 0x8000; in PpmdRAR_RangeDec_Init()
787 if(p->Range >= p->Bottom) in Range_Normalize()
790 p->Range = ((uint32_t)(-(int32_t)p->Low)) & (p->Bottom - 1); in Range_Normalize()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Ddeltat.c883 # define YY_STACK_PRINT(Bottom, Top) \ argument
886 yy_stack_print ((Bottom), (Top)); \
926 # define YY_STACK_PRINT(Bottom, Top) argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp783 Value *Bottom = IRB.CreateTrunc(WideLoad, Base->getType()); in CreateWideLoad() local
784 Value *NewBaseSExt = IRB.CreateSExt(Bottom, BaseSExt->getType()); in CreateWideLoad()
798 << *Bottom << "\n" in CreateWideLoad()
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.c769 # define YY_STACK_PRINT(Bottom, Top) \ argument
772 yy_stack_print ((Bottom), (Top)); \
819 # define YY_STACK_PRINT(Bottom, Top) argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp91 enum { Normal, Top, Bottom }; enumerator
143 bool isBottom() const { return Kind == Bottom; } in isBottom()
146 bool Changed = (Kind != Bottom); in setBottom()
147 Kind = Bottom; in setBottom()
177 Bottom.setBottom(); in MachineConstPropagator()
194 Bottom.setBottom(); in CellMap()
209 return Bottom; in get()
228 LatticeCell Top, Bottom; member in __anonfe19b4d40111::MachineConstPropagator::CellMap
259 LatticeCell Bottom; member in __anonfe19b4d40111::MachineConstPropagator
624 Cells.update(DefR.Reg, Bottom); in visitPHI()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h294 unsigned getResourceDepth(bool Bottom) const;
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c743 # define YY_STACK_PRINT(Bottom, Top) \ argument
746 yy_stack_print ((Bottom), (Top)); \
793 # define YY_STACK_PRINT(Bottom, Top) argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1229 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const { in getResourceDepth()
1234 if (Bottom) { in getResourceDepth()
1248 if (Bottom) in getResourceDepth()
/freebsd/sys/teken/
H A Dsequences56 DECDHL Double Height Double Width Line Bottom ^[ # 4
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1154 # define YY_STACK_PRINT(Bottom, Top) \ argument
1157 yy_stack_print ((Bottom), (Top)); \
1204 # define YY_STACK_PRINT(Bottom, Top) argument
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1161 # define YY_STACK_PRINT(Bottom, Top) \ argument
1164 yy_stack_print ((Bottom), (Top)); \
1211 # define YY_STACK_PRINT(Bottom, Top) argument

12