Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp411 MachineBasicBlock *Bottom = SRI.getBottom(Loop); in placeLoopMarker() local
412 auto Iter = std::next(Bottom->getIterator()); in placeLoopMarker()
415 Iter = std::next(Bottom->getIterator()); in placeLoopMarker()
492 MachineBasicBlock *Bottom = SRI.getBottom(WE); in placeTryMarker() local
494 auto Iter = std::next(Bottom->getIterator()); in placeTryMarker()
497 Iter = std::next(Bottom->getIterator()); in placeTryMarker()
646 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DIndicPositionalCategory.txt106 # 3. The following characters are all assigned the positional category Bottom,
594 # Indic_Positional_Category=Bottom
596 093C ; Bottom # Mn DEVANAGARI SIGN NUKTA
597 0941..0944 ; Bottom # Mn [4] DEVANAGARI VOWEL SIGN U..DEVANAGARI VOWEL SIGN VOCALIC RR
598 094D ; Bottom # Mn DEVANAGARI SIGN VIRAMA
599 0952 ; Bottom # Mn DEVANAGARI STRESS SIGN ANUDATTA
600 0956..0957 ; Bottom # Mn [2] DEVANAGARI VOWEL SIGN UE..DEVANAGARI VOWEL SIGN UUE
601 0962..0963 ; Bottom # Mn [2] DEVANAGARI VOWEL SIGN VOCALIC L..DEVANAGARI VOWEL SIGN VOCALIC LL
602 09BC ; Bottom # Mn BENGALI SIGN NUKTA
603 09C1..09C4 ; Bottom # Mn [4] BENGALI VOWEL SIGN U..BENGALI VOWEL SIGN VOCALIC RR
[all …]
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_win32con.c147 *Lines = (int) (WINCONSOLE.SBI.srWindow.Bottom + 1 - in _nc_console_size()
384 WINCONSOLE.save_region.Bottom = (SHORT) (WINCONSOLE.SBI.dwSize.Y - 1); in save_original_screen()
393 WINCONSOLE.save_region.Bottom = WINCONSOLE.SBI.srWindow.Bottom; in save_original_screen()
435 save_region.Bottom,
453 WINCONSOLE.save_size.Y = (SHORT) (WINCONSOLE.save_region.Bottom in read_screen_data()
469 WINCONSOLE.save_region.Bottom, in read_screen_data()
506 WINCONSOLE.SBI.srWindow.Bottom, in _nc_console_get_SBI()
544 info->srWindow.Bottom, in _nc_console_set_scrollback()
558 int high = info->srWindow.Bottom - info->srWindow.Top + 1; in _nc_console_set_scrollback()
575 rect.Bottom = (SHORT) (high - 1); in _nc_console_set_scrollback()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DState.cpp129 const Frame *Bottom = getBottomFrame(); in addCallStack() local
130 for (Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) { in addCallStack()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp134 bool isLoopBackEdge(MachineBasicBlock *Header, MachineBasicBlock *Bottom) { in isLoopBackEdge() argument
138 if (ML->contains(Bottom) && ML->isLoopLatch(Bottom)) in isLoopBackEdge()
/openbsd-src/gnu/llvm/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.cpp346 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard
433 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype-yacc.c666 # define YY_STACK_PRINT(Bottom, Top) \ argument
669 yy_stack_print ((Bottom), (Top)); \
708 # define YY_STACK_PRINT(Bottom, Top) argument
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp111 enum { Normal, Top, Bottom }; enumerator
164 bool isBottom() const { return Kind == Bottom; } in isBottom()
167 bool Changed = (Kind != Bottom); in setBottom()
168 Kind = Bottom; in setBottom()
198 Bottom.setBottom(); in MachineConstPropagator()
215 Bottom.setBottom(); in CellMap()
230 return Bottom; in get()
249 LatticeCell Top, Bottom; member in __anon41d8f72b0111::MachineConstPropagator::CellMap
280 LatticeCell Bottom; member in __anon41d8f72b0111::MachineConstPropagator
644 Cells.update(DefR.Reg, Bottom); in visitPHI()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h275 unsigned getResourceDepth(bool Bottom) const;
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-exp.c1042 # define YY_STACK_PRINT(Bottom, Top) \ argument
1045 yy_stack_print ((Bottom), (Top)); \
1085 # define YY_STACK_PRINT(Bottom, Top) argument
H A Dm2-exp.c975 # define YY_STACK_PRINT(Bottom, Top) \ argument
978 yy_stack_print ((Bottom), (Top)); \
1018 # define YY_STACK_PRINT(Bottom, Top) argument
H A Df-exp.c854 # define YY_STACK_PRINT(Bottom, Top) \ argument
857 yy_stack_print ((Bottom), (Top)); \
897 # define YY_STACK_PRINT(Bottom, Top) argument
H A Djv-exp.c905 # define YY_STACK_PRINT(Bottom, Top) \ argument
908 yy_stack_print ((Bottom), (Top)); \
948 # define YY_STACK_PRINT(Bottom, Top) argument
H A Dp-exp.c828 # define YY_STACK_PRINT(Bottom, Top) \ argument
831 yy_stack_print ((Bottom), (Top)); \
871 # define YY_STACK_PRINT(Bottom, Top) argument
H A Dc-exp.c1034 # define YY_STACK_PRINT(Bottom, Top) \ argument
1037 yy_stack_print ((Bottom), (Top)); \
1077 # define YY_STACK_PRINT(Bottom, Top) argument
H A Dobjc-exp.c1018 # define YY_STACK_PRINT(Bottom, Top) \ argument
1021 yy_stack_print ((Bottom), (Top)); \
1061 # define YY_STACK_PRINT(Bottom, Top) argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1195 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const { in getResourceDepth()
1200 if (Bottom) { in getResourceDepth()
1214 if (Bottom) in getResourceDepth()
H A DMachineBlockPlacement.cpp2339 MachineBasicBlock *Bottom = *std::prev(LoopChain.end()); in rotateLoop() local
2342 if (Bottom == ExitingBB) in rotateLoop()
2355 for (MachineBasicBlock *Succ : Bottom->successors()) { in rotateLoop()
2397 if (!Bottom->isSuccessor(Top)) in rotateLoop()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dm68k-parse.c809 # define YY_STACK_PRINT(Bottom, Top) \ argument
812 yy_stack_print ((Bottom), (Top)); \
851 # define YY_STACK_PRINT(Bottom, Top) argument
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dlli.rst166 =list-burr: Bottom-up register reduction list scheduling
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-bfin.texi134 @item Loop Bottom
/openbsd-src/gnu/llvm/llvm/docs/
H A DLexicon.rst49 Bottom Up Rewriting System --- A method of instruction selection for code

12