Home
last modified time | relevance | path

Searched refs:Bottom (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h40 MachineBasicBlock *Bottom = Unit->getHeader(); in getBottom() local
42 if (MBB->getNumber() > Bottom->getNumber()) in getBottom()
43 Bottom = MBB; in getBottom()
44 return Bottom; in getBottom()
H A DWebAssemblyCFGStackify.cpp384 MachineBasicBlock *Bottom = WebAssembly::getBottom(Loop); in placeLoopMarker()
385 auto Iter = std::next(Bottom->getIterator()); in placeLoopMarker()
388 Iter = std::next(Bottom->getIterator()); in placeLoopMarker()
464 MachineBasicBlock *Bottom = WebAssembly::getBottom(WE); in placeTryMarker() local
466 auto Iter = std::next(Bottom->getIterator()); in placeTryMarker()
469 Iter = std::next(Bottom->getIterator()); in placeTryMarker()
618 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-use-table.py172 'Bottom',
321 'Blw': [Bottom],
326 'Blw': [Bottom, Bottom_And_Left, Bottom_And_Right],
332 'Blw': [Bottom, Overstruck],
336 'Blw': [Bottom, Overstruck, Bottom_And_Right],
342 'Blw': [Bottom, Overstruck],
348 'Blw': [Bottom],
355 'Blw': [Bottom],
377 if 0x1BF2 <= U <= 0x1BF3: UISC = Nukta; UIPC = Bottom
/third_party/typescript/tests/baselines/reference/
H A DtypeParameterDiamond1.js4 function diamondBottom<Bottom extends T | U>() {
7 var bottom: Bottom;
H A DtypeParameterDiamond2.js4 function diamondBottom<Bottom extends T | U>() {
7 var bottom: Bottom;
H A DtypeParameterDiamond3.js4 function diamondBottom<Bottom extends Top | T | U>() {
7 var bottom: Bottom;
H A DtypeParameterDiamond4.js4 function diamondBottom<Bottom extends Top | T | U>() {
7 var bottom: Bottom;
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Drenderer.rs54 Bottom(usize, &'diagnostic str),
60 Bottom,
265 MultiLabel::Left | MultiLabel::Bottom(..) => { in render_snippet_source()
289 MultiLabel::Bottom(start, _) => column_range.end <= *start, in render_snippet_source()
541 MultiLabel::Bottom(range, message) => (*label_style, range, Some(message)), in render_snippet_source()
564 MultiLabel::Bottom(..) if multi_label_index < *i => { in render_snippet_source()
571 MultiLabel::Bottom(..) if multi_label_index == *i => { in render_snippet_source()
572 underline = Some((*ls, VerticalBound::Bottom)); in render_snippet_source()
575 MultiLabel::Top(..) | MultiLabel::Bottom(..) => { in render_snippet_source()
918 VerticalBound::Bottom in inner_gutter_column()
[all...]
H A Dviews.rs253 MultiLabel::Bottom(label_end, &label.message),
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolume9.c232 dirty_region.Bottom = dirty_region.Top + (box->height << This->level_actual); in NineVolume9_AddDirtyRegion()
264 pBox ? pBox->Top : 0, pBox ? pBox->Bottom : 0, in NineVolume9_LockBox()
285 pBox->Top == 0 && pBox->Bottom == This->desc.Height) || in NineVolume9_LockBox()
287 !(pBox->Top % h) && !(pBox->Bottom % h)), in NineVolume9_LockBox()
302 user_assert(pBox->Bottom > pBox->Top, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
305 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
H A Dnine_pipe.h167 user_warn(src->Top > src->Bottom); in d3dbox_to_pipe_box()
174 dst->height = src->Bottom - src->Top; in d3dbox_to_pipe_box()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_tab_autogen.cpp666 # define YY_STACK_PRINT(Bottom, Top) \
670 yy_stack_print((Bottom), (Top)); \
706 # define YY_STACK_PRINT(Bottom, Top)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp781 # define YY_STACK_PRINT(Bottom, Top) \
784 yy_stack_print ((Bottom), (Top)); \
824 # define YY_STACK_PRINT(Bottom, Top)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp1781 # define YY_STACK_PRINT(Bottom, Top) \
1784 yy_stack_print ((Bottom), (Top)); \
1824 # define YY_STACK_PRINT(Bottom, Top)
/third_party/backends/backend/escl/
H A Descl.h188 int Bottom; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp110 enum { Normal, Top, Bottom }; enumerator
163 bool isBottom() const { return Kind == Bottom; } in isBottom()
166 bool Changed = (Kind != Bottom); in setBottom()
167 Kind = Bottom; in setBottom()
197 Bottom.setBottom(); in MachineConstPropagator()
214 Bottom.setBottom(); in CellMap()
229 return Bottom; in get()
248 // this cell in "get". Also, have a "Bottom" cell to return from
250 LatticeCell Top, Bottom; member in __anon24612::MachineConstPropagator::CellMap
281 LatticeCell Bottom;
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.cpp1781 # define YY_STACK_PRINT(Bottom, Top) \
1785 yy_stack_print((Bottom), (Top)); \
1826 # define YY_STACK_PRINT(Bottom, Top)
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c700 # define YY_STACK_PRINT(Bottom, Top) \
703 yy_stack_print ((Bottom), (Top)); \
748 # define YY_STACK_PRINT(Bottom, Top)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp785 Value *Bottom = IRB.CreateTrunc(WideLoad, Base->getType()); in CreateWideLoad() local
786 Value *NewBaseSExt = IRB.CreateSExt(Bottom, BaseSExt->getType()); in CreateWideLoad()
800 << *Bottom << "\n" in CreateWideLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp484 auto *Bottom = makeVariable(DestTy); in Binop() local
496 Bottom, Left, RotShift)); in Binop()
498 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom)); in Binop()
510 auto *Bottom = makeVariable(DestTy); in Binop() local
522 Bottom, Left, RotShift)); in Binop()
524 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom)); in Binop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h275 /// When Bottom is set, instructions in the trace center block are included.
276 unsigned getResourceDepth(bool Bottom) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1197 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const {
1202 if (Bottom) {
1216 if (Bottom)
H A DMachineBlockPlacement.cpp2271 MachineBasicBlock *Bottom = *std::prev(LoopChain.end()); in rotateLoop() local
2274 if (Bottom == ExitingBB) in rotateLoop()
2283 for (MachineBasicBlock *Succ : Bottom->successors()) { in rotateLoop()
2325 if (!Bottom->isSuccessor(Top)) in rotateLoop()
/third_party/skia/modules/canvaskit/
H A Dexterns.js986 Bottom: {},
/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c99 si->height = si->csbi.srWindow.Bottom - si->csbi.srWindow.Top + 1; in get_screen_info()
177 length = info.dwSize.X * (info.srWindow.Bottom - info.srWindow.Top + 1); in setup_screen()
190 length = (info.srWindow.Bottom - info.srWindow.Top + 1) * info.dwSize.X - 1; in clear_screen()

Completed in 50 milliseconds

12