/external/v8/src/torque/ |
D | contextual.h | 41 : current_(std::forward<Args>(args)...), previous_(Top()) { in Scope() 42 Top() = ¤t_; in Scope() 46 DCHECK_EQ(¤t_, Top()); in ~Scope() 47 Top() = previous_; in ~Scope() 64 DCHECK_NOT_NULL(Top()); in Get() 65 return *Top(); in Get() 69 V8_EXPORT_PRIVATE static VarType*& Top(); 80 ContextualVariable<VarName, VarName::VariableType>::Top() { \
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | select.ll | 44 br label %Top 46 Top: ; preds = %Next, %Top, %0 47 phi i32 [ 0, %0 ], [ 1, %Top ], [ 524288, %Next ] ; <i32>:1 [#uses=0] 48 …phi float [ 0.000000e+00, %0 ], [ 1.000000e+00, %Top ], [ 2.000000e+00, %Next ] ; <float>:… 49 phi double [ 5.000000e-01, %0 ], [ 1.500000e+00, %Top ], [ 2.500000e+00, %Next ] 50 phi i1 [ true, %0 ], [ false, %Top ], [ true, %Next ] ; <i1>:4 [#uses=0] 51 br i1 true, label %Top, label %Next 53 Next: ; preds = %Top 54 br label %Top 83 br label %Top [all …]
|
D | fwdtwice.ll | 17 br label %Top 19 Top: ; preds = %Top, %0 24 br i1 %cond1001, label %bb6, label %Top 26 bb6: ; preds = %Top
|
/external/mesa3d/src/mesa/main/ |
D | matrix.c | 84 _math_matrix_frustum( ctx->CurrentStack->Top, in _mesa_Frustum() 129 _math_matrix_ortho( ctx->CurrentStack->Top, in _mesa_Ortho() 267 stack->Top = &(stack->Stack[stack->Depth]); in _mesa_PushMatrix() 306 stack->Top = &(stack->Stack[stack->Depth]); in _mesa_PopMatrix() 330 _math_matrix_set_identity( ctx->CurrentStack->Top ); in _mesa_LoadIdentity() 359 if (memcmp(m, ctx->CurrentStack->Top->m, 16 * sizeof(GLfloat)) != 0) { in _mesa_LoadMatrixf() 361 _math_matrix_loadf( ctx->CurrentStack->Top, m ); in _mesa_LoadMatrixf() 392 _math_matrix_mul_floats( ctx->CurrentStack->Top, m ); in _mesa_MultMatrixf() 418 _math_matrix_rotate( ctx->CurrentStack->Top, angle, x, y, z); in _mesa_Rotatef() 443 _math_matrix_scale( ctx->CurrentStack->Top, x, y, z); in _mesa_Scalef() [all …]
|
D | clip.c | 41 if (_math_matrix_is_dirty(ctx->ProjectionMatrixStack.Top)) in _mesa_update_clip_plane() 42 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top ); in _mesa_update_clip_plane() 47 ctx->ProjectionMatrixStack.Top->inv); in _mesa_update_clip_plane() 77 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) in _mesa_ClipPlane() 78 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top ); in _mesa_ClipPlane() 81 ctx->ModelviewMatrixStack.Top->inv ); in _mesa_ClipPlane()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | select.ll | 44 br label %Top 46 Top: ; preds = %Next, %Top, %0 47 phi i32 [ 0, %0 ], [ 1, %Top ], [ 524288, %Next ] ; <i32>:1 [#uses=0] 48 …phi float [ 0.000000e+00, %0 ], [ 1.000000e+00, %Top ], [ 2.000000e+00, %Next ] ; <float>:… 49 phi double [ 5.000000e-01, %0 ], [ 1.500000e+00, %Top ], [ 2.500000e+00, %Next ] 50 phi i1 [ true, %0 ], [ false, %Top ], [ true, %Next ] ; <i1>:4 [#uses=0] 51 br i1 true, label %Top, label %Next 53 Next: ; preds = %Top 54 br label %Top 83 br label %Top [all …]
|
D | fwdtwice.ll | 17 br label %Top 19 Top: ; preds = %Top, %0 24 br i1 %cond1001, label %bb6, label %Top 26 bb6: ; preds = %Top
|
/external/llvm/test/CodeGen/Generic/ |
D | select.ll | 44 br label %Top 46 Top: ; preds = %Next, %Top, %0 47 phi i32 [ 0, %0 ], [ 1, %Top ], [ 524288, %Next ] ; <i32>:1 [#uses=0] 48 …phi float [ 0.000000e+00, %0 ], [ 1.000000e+00, %Top ], [ 2.000000e+00, %Next ] ; <float>:… 49 phi double [ 5.000000e-01, %0 ], [ 1.500000e+00, %Top ], [ 2.500000e+00, %Next ] 50 phi i1 [ true, %0 ], [ false, %Top ], [ true, %Next ] ; <i1>:4 [#uses=0] 51 br i1 true, label %Top, label %Next 53 Next: ; preds = %Top 54 br label %Top 83 br label %Top [all …]
|
D | fwdtwice.ll | 17 br label %Top 19 Top: ; preds = %Top, %0 24 br i1 %cond1001, label %bb6, label %Top 26 bb6: ; preds = %Top
|
/external/capstone/bindings/vb6/ |
D | Form1.frm | 18 Top = 120 27 Top = 120 36 Top = 120 45 Top = 120 54 Top = 120 63 Top = 120 70 Top = 1440 111 Top = 600 130 Top = 3840
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 206 Top.init(DAG, SchedModel); in initialize() 214 delete Top.HazardRec; in initialize() 216 Top.HazardRec = TII->CreateTargetMIHazardRecognizer(Itin, DAG); in initialize() 219 delete Top.ResourceModel; in initialize() 221 Top.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel()); in initialize() 237 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency); in releaseTopNode() 242 Top.releaseNode(SU, SU->TopReadyCycle); in releaseTopNode() 495 if (Top.ResourceModel->isResourceAvailable(SU)) in SchedulingCost() 592 if (SUnit *SU = Top.pickOnlyChoice()) { in pickNodeBidrectional() 615 CandResult TopResult = pickNodeFromQueue(Top.Available, in pickNodeBidrectional() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | 2003-02-19-LoopInfoNestingBug.ll | 3 ; and instead nests it just inside loop "Top" 9 br label %Top 11 Top: ; preds = %Out, %0 20 LoopHeader: ; preds = %Inner, %Top 24 br i1 false, label %Top, label %Done
|
/external/llvm/test/Other/ |
D | 2003-02-19-LoopInfoNestingBug.ll | 3 ; and instead nests it just inside loop "Top" 9 br label %Top 11 Top: ; preds = %Out, %0 20 LoopHeader: ; preds = %Inner, %Top 24 br i1 false, label %Top, label %Done
|
/external/swiftshader/third_party/LLVM/test/Other/ |
D | 2003-02-19-LoopInfoNestingBug.ll | 3 ; and instead nests it just inside loop "Top" 9 br label %Top 11 Top: ; preds = %Out, %0 20 LoopHeader: ; preds = %Inner, %Top 24 br i1 false, label %Top, label %Done
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 257 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.ResourceModel->isResourceAvailable(SU, true)) { in SchedulingCost() 645 if (Top.isLatencyBound(SU)) in SchedulingCost() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-stacks.cpp | 383 auto &Top = TS.back(); in accountRecord() local 384 auto I = find_if(Top.first->Callees, in accountRecord() 386 if (I == Top.first->Callees.end()) { in accountRecord() 389 auto N = createTrieNode(R.TId, R.FuncId, Top.first); in accountRecord() 390 Top.first->Callees.emplace_back(N); in accountRecord() 448 void printStack(raw_ostream &OS, const StackTrieNode *Top, in printStack() argument 453 for (auto *F = Top; F != nullptr; F = F->Parent) in printStack() 570 auto *Top = S.pop_back_val(); in printAll() local 571 printSingleStack<AggType>(OS, FN, ReportThread, ThreadId, Top); in printAll() 572 for (const auto *C : Top->Callees) in printAll() [all …]
|
/external/harfbuzz_ng/src/ |
D | gen-use-table.py | 274 'Abv': [Top], 279 'Abv': [Top], 285 'Abv': [Top], 289 'Abv': [Top, Top_And_Bottom, Top_And_Bottom_And_Right, Top_And_Right], 295 'Abv': [Top], 301 'Abv': [Top], 329 if UIPC == Top: 335 if UIPC == Top: 338 UIPC = Top 351 if U == 0x20F0: UISC = Cantillation_Mark; UIPC = Top [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CallSiteSplitting/ |
D | callsite-split.ll | 10 ;CHECK-LABEL: Top.split: 19 br label %Top 21 Top: 30 %p = phi i1 [0, %Top], [%c, %NextCond] 72 ;CHECK-LABEL: Top.split: 77 ;CHECK: %phi.call = phi i1 [ true, %NextCond.split ], [ false, %Top.split ] 81 br label %Top 83 Top: 92 %phi = phi i1 [0, %Top],[1, %NextCond]
|
D | musttail.ll | 4 ;CHECK-LABEL: Top.split: 13 Top: 32 ;CHECK-LABEL: Top.split: 39 Top: 53 ;CHECK-LABEL: Top.split: 60 Top:
|
/external/v8/src/compiler/ |
D | state-values-utils.cc | 313 SparseInputMask::InputIterator* StateValuesAccess::iterator::Top() { in Top() function in v8::internal::compiler::StateValuesAccess::iterator 337 Top()->Advance(); in Advance() 343 SparseInputMask::InputIterator* top = Top(); in EnsureValid() 358 Top()->Advance(); in EnsureValid() 377 Node* StateValuesAccess::iterator::node() { return Top()->Get(nullptr); } in node() 380 Node* parent = Top()->parent(); in type() 386 if (Top()->IsEmpty()) { in type() 390 return (*types)[Top()->real_index()]; in type()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 177 if (SUnit *SU = Top.pickOnlyChoice()) { in pickNodeBidirectional() 184 setPolicy(BotPolicy, /*IsPostRA=*/false, Bot, &Top); in pickNodeBidirectional() 188 setPolicy(TopPolicy, /*IsPostRA=*/false, Top, &Bot); in pickNodeBidirectional() 206 pickNodeFromQueue(Top, TopPolicy, DAG->getTopRPTracker(), TopCand); in pickNodeBidirectional() 253 assert(Top.Available.empty() && Top.Pending.empty() && in pickNode() 260 SU = Top.pickOnlyChoice(); in pickNode() 264 pickNodeFromQueue(Top, NoPolicy, DAG->getTopRPTracker(), TopCand); in pickNode() 285 Top.removeReady(SU); in pickNode()
|
/external/tensorflow/tensorflow/core/lib/gif/ |
D | gif_io.cc | 110 int imgTop = img_desc->Top; in Decode() 112 int imgBottom = img_desc->Top + img_desc->Height; in Decode() 114 if (img_desc->Left != 0 || img_desc->Top != 0 || img_desc->Width != width || in Decode() 152 this_image->RasterBits[(i - img_desc->Top) * (img_desc->Width) + in Decode()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_normals.c | 61 if (_math_matrix_is_general_scale(ctx->ModelviewMatrixStack.Top)) in run_normal_stage() 66 store->NormalTransform( ctx->ModelviewMatrixStack.Top, in run_normal_stage() 108 if (_math_matrix_has_rotation(ctx->ModelviewMatrixStack.Top)) { in validate_normal_stage()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 152 SuccessorList &Top = LoopWorklist.back(); in VisitLoop() local 153 if (Top.HasNext()) { in VisitLoop() 154 MachineBasicBlock *Next = Top.Next(); in VisitLoop() 168 RewriteSuccs.insert(Top.getBlock()); in VisitLoop() 172 OnStack.erase(Top.getBlock()); in VisitLoop()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DepthFirstIterator.h | 103 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); in toNext() local 104 NodeType *Node = Top.first.getPointer(); in toNext() 105 ChildItTy &It = Top.second; in toNext() 106 if (!Top.first.getInt()) { in toNext() 109 Top.first.setInt(1); in toNext()
|