/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_if_test.cc | 286 auto* loop_body = Block(if_stmt); in TEST_F() local 288 auto* expr = Loop(loop_body, Block()); in TEST_F() 330 auto* loop_body = Block(if_stmt); in TEST_F() local 332 auto* expr = Loop(loop_body, Block()); in TEST_F() 374 auto* loop_body = Block(if_stmt); in TEST_F() local 376 auto* expr = Loop(loop_body, Block()); in TEST_F() 418 auto* loop_body = Block(if_stmt); in TEST_F() local 420 auto* expr = Loop(loop_body, Block()); in TEST_F()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_liverangeevaluator_helpers.cpp | 73 return (scope_type == loop_body); in is_loop() 78 if (scope_type == loop_body) in is_in_loop() 89 if (scope_type == loop_body) in innermost_loop() 104 if (p->type() == loop_body) in outermost_loop() 202 if (scope_type == loop_body) in break_is_for_switchcase() 239 if (scope_type == loop_body) { in set_loop_break_line()
|
D | sfn_liverangeevaluator_helpers.h | 36 loop_body, /* Inside a loop */ enumerator
|
D | sfn_liverangeevaluator.cpp | 206 m_current_scope = create_scope(m_current_scope, loop_body, m_loop_id++, in scope_loop_begin()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_loop_unroll.c | 164 nir_cf_list loop_body; in simple_unroll() local 165 nir_cf_extract(&loop_body, nir_after_cf_node(&limiting_term->nif->cf_node), in simple_unroll() 177 nir_cf_list_clone_and_reinsert(&loop_body, loop->cf_node.parent, in simple_unroll() 206 nir_cf_delete(&loop_body); in simple_unroll() 584 nir_cf_list loop_body; in wrapper_unroll() local 585 nir_cf_extract(&loop_body, in wrapper_unroll() 590 nir_cf_reinsert(&loop_body, in wrapper_unroll() 602 nir_cf_list loop_body; in wrapper_unroll() local 603 nir_cf_extract(&loop_body, nir_before_block(nir_loop_first_block(loop)), in wrapper_unroll() 607 nir_cf_reinsert(&loop_body, nir_after_cf_node(&loop->cf_node)); in wrapper_unroll()
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/comp/ |
D | access-chain-dominator-in-loop-body.asm.comp | 40 OpBranchConditional %38 %loop_body %loop_merge 41 %loop_body = OpLabel
|
D | access-chain-dominator-in-loop-body-2.asm.comp | 40 OpBranchConditional %38 %loop_body %loop_merge 41 %loop_body = OpLabel
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/asm/frag/ |
D | implicit-read-dep-phi.asm.frag | 58 OpBranch %loop_body 59 %loop_body = OpLabel
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/ |
D | implicit-read-dep-phi.asm.frag | 58 OpBranch %loop_body 59 %loop_body = OpLabel
|
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/ |
D | implicit-read-dep-phi.asm.frag | 58 OpBranch %loop_body 59 %loop_body = OpLabel
|
/third_party/node/deps/v8/src/ic/ |
D | keyed-store-generic.cc | 242 Label loop_body(this, &var_map); in BranchIfPrototypesMayHaveReadOnlyElements() local 243 Goto(&loop_body); in BranchIfPrototypesMayHaveReadOnlyElements() 245 BIND(&loop_body); in BranchIfPrototypesMayHaveReadOnlyElements() 257 &loop_body); in BranchIfPrototypesMayHaveReadOnlyElements() 258 GotoIf(Word32Equal(elements_kind, Int32Constant(NO_ELEMENTS)), &loop_body); in BranchIfPrototypesMayHaveReadOnlyElements()
|
D | accessor-assembler.cc | 5011 Label loop_body(this, &var_map); in BranchIfPrototypesHaveNoElements() local 5015 Goto(&loop_body); in BranchIfPrototypesHaveNoElements() 5017 BIND(&loop_body); in BranchIfPrototypesHaveNoElements() 5049 GotoIf(TaggedEqual(prototype_elements, empty_fixed_array), &loop_body); in BranchIfPrototypesHaveNoElements() 5051 &loop_body, possibly_elements); in BranchIfPrototypesHaveNoElements()
|
/third_party/selinux/libselinux/src/ |
D | selinux_restorecon.c | 904 goto loop_body; in selinux_restorecon_thread() 908 loop_body: in selinux_restorecon_thread()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 2304 struct basic_block *loop_top, *loop_body, *loop_continue, *loop_end; in linearize_iterator() local 2313 loop_body = loop_top = alloc_basic_block(ep, stmt->pos); in linearize_iterator() 2324 linearize_cond_branch(ep, pre_condition, loop_body, loop_end); in linearize_iterator() 2329 set_activeblock(ep, loop_body); in linearize_iterator()
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-generator.cc | 2281 BytecodeLabels loop_body(zone()); in VisitWhileStatement() local 2282 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitWhileStatement() 2284 loop_body.Bind(builder()); in VisitWhileStatement() 2304 BytecodeLabels loop_body(zone()); in VisitForStatement() local 2305 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitForStatement() 2307 loop_body.Bind(builder()); in VisitForStatement()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-call-reducer.cc | 496 auto loop_body = gasm_->MakeLabel(); in Do() local 503 gasm_->BranchWithHint(cond_(i), &loop_body, &loop_exit, in Do() 506 gasm_->Bind(&loop_body); in Do() 566 auto loop_body = gasm_->MakeDeferredLabel(kPhiRepresentation); in Value() local 574 gasm_->BranchWithHint(cond_(i), &loop_body, &loop_exit, in Value() 577 gasm_->Bind(&loop_body); in Value()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 4883 auto loop_body = [&](TNode<HeapObject> array, TNode<IntPtrT> offset) { in MoveElements() local 4896 BuildFastArrayForEach(elements, kind, begin, end, loop_body, in MoveElements() 4903 BuildFastArrayForEach(elements, kind, begin, end, loop_body, in MoveElements()
|