Home
last modified time | relevance | path

Searched defs:else_block (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_dead_control_flow.cpp59 bblock_t *const else_block = prev_block; in dead_control_flow_eliminate() local
103 bblock_t *const else_block = block; in dead_control_flow_eliminate() local
H A Dbrw_fs_sel_peephole.cpp144 bblock_t *else_block = NULL; in opt_peephole_sel() local
66 count_movs_from_if(const intel_device_info *devinfo, fs_inst *then_mov[MAX_MOVS], fs_inst *else_mov[MAX_MOVS], bblock_t *then_block, bblock_t *else_block) count_movs_from_if() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_conditional_discard.c47 nir_block *else_block = nir_if_first_else_block(if_stmt); in nir_opt_conditional_discard_block() local
H A Dnir_opt_peephole_select.c408 nir_block *else_block = nir_if_first_else_block(if_stmt); in nir_opt_peephole_select_block() local
H A Dnir_lower_goto_ifs.c161 set_path_vars_cond(nir_builder *b, struct path_fork *fork, nir_src condition, nir_block *then_block, nir_block *else_block) set_path_vars_cond() argument
237 route_to_cond(nir_builder *b, struct routes *routing, nir_src condition, nir_block *then_block, nir_block *else_block) route_to_cond() argument
[all...]
H A Dnir_opt_if.c788 nir_block *else_block = nir_if_last_else_block(nif); in opt_if_loop_last_continue() local
912 nir_block *else_block = nir_if_last_else_block(nif); in opt_if_simplification() local
945 nir_block *else_block = nir_if_last_else_block(nif); in opt_if_phi_is_condition() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dlower_returns_tests.cpp110 nir_block *else_block = nir_if_last_else_block(nif); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_replace_opselect_with_conditional_branch.cpp151 uint32_t else_block = in Apply() local
H A Dforce_render_red.cpp344 opt::Operand else_block = {SPV_OPERAND_TYPE_ID, {new_exit_block_id}}; in ForceRenderRed() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_opselect_with_conditional_branch.cpp151 uint32_t else_block = in Apply() local
H A Dforce_render_red.cpp344 opt::Operand else_block = {SPV_OPERAND_TYPE_ID, {new_exit_block_id}}; in ForceRenderRed() local
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_replace_opselect_with_conditional_branch.cpp153 uint32_t else_block = in Apply() local
H A Dforce_render_red.cpp349 opt::Operand else_block = {SPV_OPERAND_TYPE_ID, {new_exit_block_id}}; in ForceRenderRed() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp120 nir_block* else_block = nir_if_last_else_block(nif); in sanitize_if() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c789 struct vtn_block *else_block = vtn_block(b, block->branch[3]); in vtn_process_block() local
1334 struct vtn_block *else_block = vtn_block(b, block->branch[3]); in vtn_emit_cf_func_unstructured() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1190 agx_block *else_block = emit_cf_list(ctx, &nif->else_list); in emit_if() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c1896 struct qblock *else_block; in ntq_emit_if() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c2936 midgard_block *else_block = emit_cf_list(ctx, &nif->else_list); in emit_if() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c3875 struct qblock *else_block; in ntq_emit_uniform_if() local
3975 struct qblock *else_block; in ntq_emit_nonuniform_if() local
[all...]
/third_party/rust/crates/syn/src/
H A Dexpr.rs2141 fn else_block(input: ParseStream) -> Result<(Token![else], Box<Expr>)> { in else_block() functions
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c5325 nir_block *else_block = (nir_block *)exec_list_get_head(&if_stmt->else_list); in visit_if() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c3949 bi_block *else_block = emit_cf_list(ctx, &nif->else_list); in emit_if() local
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c5094 nir_block *else_block = NULL; in emit_if() local

Completed in 60 milliseconds