Home
last modified time | relevance | path

Searched refs:loop_body (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_if_test.cc286 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/
Dsfn_liverangeevaluator_helpers.cpp73 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()
Dsfn_liverangeevaluator_helpers.h36 loop_body, /* Inside a loop */ enumerator
Dsfn_liverangeevaluator.cpp206 m_current_scope = create_scope(m_current_scope, loop_body, m_loop_id++, in scope_loop_begin()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c164 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/
Daccess-chain-dominator-in-loop-body.asm.comp40 OpBranchConditional %38 %loop_body %loop_merge
41 %loop_body = OpLabel
Daccess-chain-dominator-in-loop-body-2.asm.comp40 OpBranchConditional %38 %loop_body %loop_merge
41 %loop_body = OpLabel
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/asm/frag/
Dimplicit-read-dep-phi.asm.frag58 OpBranch %loop_body
59 %loop_body = OpLabel
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/
Dimplicit-read-dep-phi.asm.frag58 OpBranch %loop_body
59 %loop_body = OpLabel
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/
Dimplicit-read-dep-phi.asm.frag58 OpBranch %loop_body
59 %loop_body = OpLabel
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc242 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()
Daccessor-assembler.cc5011 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/
Dselinux_restorecon.c904 goto loop_body; in selinux_restorecon_thread()
908 loop_body: in selinux_restorecon_thread()
/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c2304 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/
Dbytecode-generator.cc2281 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/
Djs-call-reducer.cc496 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/
Dcode-stub-assembler.cc4883 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()