Home
last modified time | relevance | path

Searched refs:then_instructions (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
H A Dopt_flatten_nested_if_blocks.cpp90 if (ir->then_instructions.is_empty() || !ir->else_instructions.is_empty()) in visit_leave()
93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if(); in visit_leave()
99 inner->then_instructions.move_nodes_to(&ir->then_instructions); in visit_leave()
H A Dopt_conditional_discard.cpp67 if (ir->then_instructions.is_empty() || in visit_leave()
68 !ir->then_instructions.get_head_raw()->next->is_tail_sentinel() || in visit_leave()
69 !((ir_instruction *) ir->then_instructions.get_head_raw())->as_discard() || in visit_leave()
74 ir_discard *discard = (ir_discard *) ir->then_instructions.get_head_raw(); in visit_leave()
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
H A Dopt_conditional_discard.cpp67 if (ir->then_instructions.is_empty() || in visit_leave()
68 !ir->then_instructions.get_head_raw()->next->is_tail_sentinel() || in visit_leave()
69 !((ir_instruction *) ir->then_instructions.get_head_raw())->as_discard() || in visit_leave()
74 ir_discard *discard = (ir_discard *) ir->then_instructions.get_head_raw(); in visit_leave()
H A Dopt_flatten_nested_if_blocks.cpp90 if (ir->then_instructions.is_empty() || !ir->else_instructions.is_empty()) in visit_leave()
93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if(); in visit_leave()
99 inner->then_instructions.move_nodes_to(&ir->then_instructions); in visit_leave()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
H A Dopt_conditional_discard.cpp67 if (ir->then_instructions.is_empty() || in visit_leave()
68 !ir->then_instructions.get_head_raw()->next->is_tail_sentinel() || in visit_leave()
69 !((ir_instruction *) ir->then_instructions.get_head_raw())->as_discard() || in visit_leave()
74 ir_discard *discard = (ir_discard *) ir->then_instructions.get_head_raw(); in visit_leave()
H A Dopt_flatten_nested_if_blocks.cpp90 if (ir->then_instructions.is_empty() || !ir->else_instructions.is_empty()) in visit_leave()
93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if(); in visit_leave()
99 inner->then_instructions.move_nodes_to(&ir->then_instructions); in visit_leave()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
H A Dopt_conditional_discard.cpp67 if (ir->then_instructions.is_empty() || in visit_leave()
68 !ir->then_instructions.get_head_raw()->next->is_tail_sentinel() || in visit_leave()
69 !((ir_instruction *) ir->then_instructions.get_head_raw())->as_discard() || in visit_leave()
74 ir_discard *discard = (ir_discard *) ir->then_instructions.get_head_raw(); in visit_leave()
H A Dopt_flatten_nested_if_blocks.cpp90 if (ir->then_instructions.is_empty() || !ir->else_instructions.is_empty()) in visit_leave()
93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if(); in visit_leave()
99 inner->then_instructions.move_nodes_to(&ir->then_instructions); in visit_leave()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dloop_unroll.cpp201 limit_if->then_instructions.get_tail(); in simple_unroll()
204 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
217 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
308 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
319 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
371 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
372 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
411 t->ir->then_instructions.get_tail(); in visit_leave()
415 branch_instructions = &t->ir->then_instructions; in visit_leave()
533 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/
H A Dloop_unroll.cpp202 limit_if->then_instructions.get_tail(); in simple_unroll()
205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll()
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions); in simple_unroll()
309 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
320 ? &ir_if->then_instructions : &ir_if->else_instructions; in complex_unroll()
372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions()
373 term_if->then_instructions.get_tail()) in exit_branch_has_instructions()
412 t->ir->then_instructions.get_tail(); in visit_leave()
416 branch_instructions = &t->ir->then_instructions; in visit_leave()
534 (ir_instruction *) ir_if->then_instructions.get_tail(); in visit_leave()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dopt_flatten_nested_if_blocks.cpp90 if (ir->then_instructions.is_empty() || !ir->else_instructions.is_empty()) in visit_leave()
93 ir_if *inner = ((ir_instruction *) ir->then_instructions.head)->as_if(); in visit_leave()
99 inner->then_instructions.move_nodes_to(&ir->then_instructions); in visit_leave()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dopt_flatten_nested_if_blocks.cpp90 if (ir->then_instructions.is_empty() || !ir->else_instructions.is_empty()) in visit_leave()
93 ir_if *inner = ((ir_instruction *) ir->then_instructions.head)->as_if(); in visit_leave()
99 inner->then_instructions.move_nodes_to(&ir->then_instructions); in visit_leave()

12345678910>>...20