Home
last modified time | relevance | path

Searched refs:Top (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/node/deps/v8/src/torque/
H A Dcontextual.h42 : value_(std::forward<Args>(args)...), previous_(Top()) { in Scope()
43 Top() = this; in Scope()
47 DCHECK_EQ(this, Top()); in ~Scope()
48 Top() = previous_; in ~Scope()
68 DCHECK_NOT_NULL(Top()); in Get()
69 return Top()->Value(); in Get()
75 static Scope*& Top() { return ContextualVariableTop<Derived>(); } in Top() function in v8::internal::torque::ContextualVariable
77 static bool HasScope() { return Top() != nullptr; } in HasScope()
H A Dcc-generator.cc64 << " " << stack.Top() << "{}; USE(" << stack.Top() << ");\n"; in EmitBlock()
142 << " " << stack->Top() << "{}; USE(" << stack->Top() << ");\n"; in EmitInstruction()
225 << " " << stack->Top() << "{}; USE(" << stack->Top() << ");\n"; in EmitInstruction()
367 ">(" + stack->Top() + ")"; in EmitInstruction()
H A Dcsa-generator.cc79 << "> " << stack.Top() << ";\n"; in EmitBlock()
80 phi_names << ", &" << stack.Top(); in EmitBlock()
135 << stack->Top() << ";\n"; in EmitInstruction()
192 << stack->Top() << ";\n"; in EmitInstruction()
328 << stack->Top() << ";\n"; in EmitInstruction()
619 decls() << " TNode<" << generated_type << "> " << stack->Top() << ";\n"; in EmitInstruction()
620 out() << stack->Top() << " = "; in EmitInstruction()
886 stack->Top() + ")"; in EmitInstruction()
/third_party/mesa3d/src/mesa/main/
H A Dclip.c44 if (_math_matrix_is_dirty(ctx->ProjectionMatrixStack.Top)) in _mesa_update_clip_plane()
45 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top ); in _mesa_update_clip_plane()
50 ctx->ProjectionMatrixStack.Top->inv); in _mesa_update_clip_plane()
80 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) in _mesa_ClipPlane()
81 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top ); in _mesa_ClipPlane()
84 ctx->ModelviewMatrixStack.Top->inv ); in _mesa_ClipPlane()
H A Dmatrix.c121 _math_matrix_frustum(stack->Top, in matrix_frustum()
202 _math_matrix_ortho( stack->Top, in matrix_ortho()
330 stack->Top = &(stack->Stack[stack->Depth]); in push_matrix()
380 if (memcmp(stack->Top, &stack->Stack[stack->Depth], in pop_matrix()
386 stack->Top = &(stack->Stack[stack->Depth]); in pop_matrix()
452 _math_matrix_set_identity(stack->Top); in _mesa_load_identity_matrix()
495 if (memcmp(m, stack->Top->m, 16 * sizeof(GLfloat)) != 0) { in _mesa_load_matrix()
497 _math_matrix_loadf(stack->Top, m); in _mesa_load_matrix()
581 _math_matrix_mul_floats(stack->Top, m); in matrix_mult()
626 _math_matrix_rotate(stack->Top, angl in matrix_rotate()
[all...]
H A Dlight.c284 TRANSFORM_POINT(temp, ctx->ModelviewMatrixStack.Top->m, params); in _mesa_Lightfv()
289 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) { in _mesa_Lightfv()
290 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top); in _mesa_Lightfv()
292 TRANSFORM_DIRECTION(temp, params, ctx->ModelviewMatrixStack.Top->m); in _mesa_Lightfv()
1028 TRANSFORM_NORMAL( ctx->_EyeZDir, eye_z, ctx->ModelviewMatrixStack.Top->m ); in compute_light_positions()
1043 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv, in compute_light_positions()
1080 ctx->ModelviewMatrixStack.Top->m); in compute_light_positions()
1108 if (!_math_matrix_is_length_preserving(ctx->ModelviewMatrixStack.Top)) { in update_modelview_scale()
1109 const GLfloat *m = ctx->ModelviewMatrixStack.Top->inv; in update_modelview_scale()
1140 !_math_matrix_is_length_preserving(ctx->ModelviewMatrixStack.Top)) in _mesa_update_tnl_spaces()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeParameterDiamond1.js2 function diamondTop<Top>() {
3 function diamondMiddle<T extends Top, U extends Top>() {
5 var top: Top;
H A DtypeParameterDiamond4.js2 function diamondTop<Top>() {
4 function diamondBottom<Bottom extends Top | T | U>() {
5 var top: Top;
6 var middle: Top | T | U;
H A DtypeParameterDiamond2.js2 function diamondTop<Top>() {
3 function diamondMiddle<T extends Top, U>() {
5 var top: Top;
H A DtypeParameterDiamond3.js2 function diamondTop<Top>() {
4 function diamondBottom<Bottom extends Top | T | U>() {
5 var top: Top;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp257 Top.init(DAG, SchedModel); in initialize()
265 delete Top.HazardRec; in initialize()
267 Top.HazardRec = TII->CreateTargetMIHazardRecognizer(Itin, DAG); in initialize()
270 delete Top.ResourceModel; in initialize()
272 Top.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel()); in initialize()
296 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency); in releaseTopNode()
301 Top.releaseNode(SU, SU->TopReadyCycle); in releaseTopNode()
598 if (Top.isLatencyBound(SU)) { in SchedulingCost()
611 if (Top in SchedulingCost()
[all...]
H A DHexagonMachineScheduler.h221 VLIWSchedBoundary Top; member in llvm::ConvergingVLIWScheduler
235 ConvergingVLIWScheduler() : Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {} in ConvergingVLIWScheduler()
248 return Top.ResourceModel->getTotalPackets() + in reportPackets()
H A DBitTracker.h156 Top, // Bit not yet defined. enumerator
165 // x <= Top,
193 BitValue(ValueType T = Top) : Type(T) {} in BitValue()
232 if (V.Type == Top) // This.meet(Top) = This in meet()
238 // If it is Top, it will become the same as V, otherwise it will in meet()
240 if (Type == Top) { in meet()
374 RC.Bits[i] = BitValue(BitValue::Top);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-use-table.py171 'Top',
320 'Abv': [Top],
325 'Abv': [Top],
331 'Abv': [Top],
335 'Abv': [Top, Top_And_Bottom, Top_And_Bottom_And_Right, Top_And_Right],
341 'Abv': [Top],
347 'Abv': [Top],
354 'Abv': [Top],
396 if 0xA926 <= U <= 0xA92A: UIPC = Top
399 if U in [0x11302, 0x11303, 0x114C1]: UIPC = Top
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dstate-values-utils.cc311 SparseInputMask::InputIterator* StateValuesAccess::iterator::Top() { in Top() function in v8::internal::compiler::StateValuesAccess::iterator
331 Top()->Advance(); in Advance()
337 while (!done() && Top()->IsEmpty()) { in AdvanceTillNotEmpty()
338 count += Top()->AdvanceToNextRealOrEnd(); in AdvanceTillNotEmpty()
346 SparseInputMask::InputIterator* top = Top(); in EnsureValid()
361 Top()->Advance(); in EnsureValid()
382 return Top()->Get(nullptr); in node()
386 Node* parent = Top()->parent(); in type()
387 DCHECK(!Top()->IsEmpty()); in type()
394 return (*types)[Top() in type()
[all...]
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Drenderer.rs41 Top(usize),
59 Top,
198 /// Top left border and locus.
259 MultiLabel::Top(start) in render_snippet_source()
264 MultiLabel::Top(..) => self.inner_gutter_space()?, in render_snippet_source()
287 MultiLabel::Top(start) => column_range.start >= *start, in render_snippet_source()
537 MultiLabel::Top(start) if *start <= source.len() - source.trim_start().len() => { in render_snippet_source()
540 MultiLabel::Top(range) => (*label_style, range, None), in render_snippet_source()
561 MultiLabel::Top(..) if multi_label_index > *i => { in render_snippet_source()
567 MultiLabel::Top( in render_snippet_source()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp178 if (SUnit *SU = Top.pickOnlyChoice()) { in pickNodeBidirectional()
185 setPolicy(BotPolicy, /*IsPostRA=*/false, Bot, &Top); in pickNodeBidirectional()
189 setPolicy(TopPolicy, /*IsPostRA=*/false, Top, &Bot); in pickNodeBidirectional()
191 // See if BotCand is still valid (because we previously scheduled from Top). in pickNodeBidirectional()
212 LLVM_DEBUG(dbgs() << "Picking from Top:\n"); in pickNodeBidirectional()
216 pickNodeFromQueue(Top, TopPolicy, DAG->getTopRPTracker(), TopCand); in pickNodeBidirectional()
224 pickNodeFromQueue(Top, TopPolicy, DAG->getTopRPTracker(), TCand); in pickNodeBidirectional()
232 LLVM_DEBUG(dbgs() << "Top Cand: "; traceCandidate(TopCand); in pickNodeBidirectional()
272 assert(Top.Available.empty() && Top in pickNode()
[all...]
H A DAMDGPUUnifyDivergentExitNodes.cpp108 BasicBlock *Top = Stack.pop_back_val(); in isUniformlyReached() local
109 if (!DA.isUniform(Top->getTerminator())) in isUniformlyReached()
112 for (BasicBlock *Pred : predecessors(Top)) { in isUniformlyReached()
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c460 target->Top <= covered->Top && in CoversFrameGIF()
461 covered->Top + covered->Height <= target->Top + target->Height; in CoversFrameGIF()
497 out = dst + image_desc->Top * out_stride + image_desc->Left * kNumChannels; in ReadFrameGIF()
553 gif->SavedImages[0].ImageDesc.Top = 0; in ReadAnimatedGIF()
621 prev_desc->Left, prev_desc->Top, in ReadAnimatedGIF()
641 prev_desc->Left, prev_desc->Top, in ReadAnimatedGIF()
647 prev_desc->Left, prev_desc->Top, in ReadAnimatedGIF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFG.cpp41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back(); in FindFunctionBackedges() local
42 const BasicBlock *ParentBB = Top.first; in FindFunctionBackedges()
43 succ_const_iterator &I = Top.second; in FindFunctionBackedges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp346 /// Top-level MachineScheduler pass driver.
1039 LLVM_DEBUG(dbgs() << "Top Pressure:\n"; in initRegPressure()
1378 /// the Top RP tracker in case the region beginning has changed.
1383 assert(TopRPTracker.getPos() == RegionBegin && "bad initial Top tracker"); in initQueues()
1417 LLVM_DEBUG(dbgs() << "Top Pressure:\n"; dumpRegSetPressure( in scheduleMI()
2708 LLVM_DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ") in tracePick()
2724 Top.init(DAG, SchedModel, &Rem); in initialize()
2732 if (!Top.HazardRec) { in initialize()
2733 Top.HazardRec = in initialize()
3026 // Top an in tryCandidate()
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolume9.c229 dirty_region.Top = box->y << This->level_actual; in NineVolume9_AddDirtyRegion()
232 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h349 // Top-Level entry points for the schedule() driver...
396 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
487 // Top-Level entry points for the schedule() driver...
496 /// the Top RP tracker in case the region beginning has changed.
940 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ"), in GenericScheduler()
967 Top.releaseNode(SU, SU->TopReadyCycle, false);
987 SchedBoundary Top; member in llvm::GenericScheduler
990 /// Candidate last picked from Top boundary.
1022 SchedBoundary Top; member in llvm::PostGenericScheduler
1027 GenericSchedulerBase(C), Top(SchedBoundar in PostGenericScheduler()
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_statevars.c340 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state()
345 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state()
350 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state()
355 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state()
360 const GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state()
365 GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state()
371 const GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state()
376 GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state()
406 const GLmatrix *matrix = ctx->TextureMatrixStack[index].Top; in fetch_state()
413 const GLmatrix *matrix = ctx->TextureMatrixStack[index].Top; in fetch_state()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPrettyStackTrace.cpp291 void llvm::RestorePrettyStackState(const void *Top) { in RestorePrettyStackState() argument
294 static_cast<PrettyStackTraceEntry *>(const_cast<void *>(Top)); in RestorePrettyStackState()

Completed in 24 milliseconds

1234