| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySortRegion.cpp | 53 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 D | WebAssemblyCFGStackify.cpp | 411 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 D | IndicPositionalCategory.txt | 106 # 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 D | lib_win32con.c | 147 *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 D | State.cpp | 129 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 D | X86PreTileConfig.cpp | 134 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 D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 246 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard 287 uptr tracer_pid = internal_clone(TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|
| H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 346 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 D | ARMParallelDSP.cpp | 783 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 D | gengtype-yacc.c | 666 # 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 D | HexagonConstPropagation.cpp | 111 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 D | MachineTraceMetrics.h | 275 unsigned getResourceDepth(bool Bottom) const;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ada-exp.c | 1042 # define YY_STACK_PRINT(Bottom, Top) \ argument 1045 yy_stack_print ((Bottom), (Top)); \ 1085 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | m2-exp.c | 975 # define YY_STACK_PRINT(Bottom, Top) \ argument 978 yy_stack_print ((Bottom), (Top)); \ 1018 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | f-exp.c | 854 # define YY_STACK_PRINT(Bottom, Top) \ argument 857 yy_stack_print ((Bottom), (Top)); \ 897 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | jv-exp.c | 905 # define YY_STACK_PRINT(Bottom, Top) \ argument 908 yy_stack_print ((Bottom), (Top)); \ 948 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | p-exp.c | 828 # define YY_STACK_PRINT(Bottom, Top) \ argument 831 yy_stack_print ((Bottom), (Top)); \ 871 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | c-exp.c | 1034 # define YY_STACK_PRINT(Bottom, Top) \ argument 1037 yy_stack_print ((Bottom), (Top)); \ 1077 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | objc-exp.c | 1018 # 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 D | MachineTraceMetrics.cpp | 1195 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const { in getResourceDepth() 1200 if (Bottom) { in getResourceDepth() 1214 if (Bottom) in getResourceDepth()
|
| H A D | MachineBlockPlacement.cpp | 2339 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 D | m68k-parse.c | 809 # 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 D | lli.rst | 166 =list-burr: Bottom-up register reduction list scheduling
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-bfin.texi | 134 @item Loop Bottom
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Lexicon.rst | 49 Bottom Up Rewriting System --- A method of instruction selection for code
|