Home
last modified time | relevance | path

Searched refs:then_exit (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2173 bi_instruction *then_exit = bi_emit_branch(ctx); in emit_if() local
2189 bi_remove_instruction(then_exit); in emit_if()
2194 then_exit->branch_target = ctx->after_block; in emit_if()
2195 pan_block_add_successor(&end_then_block->base, &then_exit->branch_target->base); in emit_if()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2524 midgard_instruction *then_exit = mir_last_in_block(ctx->current_block); in emit_if() local
2541 mir_remove_instruction(then_exit); in emit_if()
2545 then_exit->branch.target_block = after_else_idx; in emit_if()