Searched refs:then_exit (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c3690 midgard_instruction *then_exit = mir_last_in_block(ctx->current_block); local in function:emit_if
3706 mir_remove_instruction(then_exit);
3710 then_exit->branch.target_block = after_else_idx;
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c2987 bi_instr *then_exit = bi_jump(&_b, bi_zero()); local in function:emit_if
2988 then_exit->branch_target = ctx->after_block;
2990 bi_block_add_successor(end_then_block, then_exit->branch_target);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c2843 midgard_instruction *then_exit = mir_last_in_block(ctx->current_block); local in function:emit_if
2860 mir_remove_instruction(then_exit);
2864 then_exit->branch.target_block = after_else_idx;

Completed in 15 milliseconds