Searched defs:then_block (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_conditional_discard.c43 nir_block *then_block = nir_if_first_then_block(if_stmt); local in function:nir_opt_conditional_discard_block
H A Dnir_opt_peephole_select.c198 nir_block *then_block = nir_if_first_then_block(if_stmt); local in function:nir_opt_peephole_select_block
H A Dnir_opt_if.c853 nir_block *then_block = nir_if_last_then_block(nif); local in function:opt_if_loop_last_continue
972 nir_block *then_block = nir_if_last_then_block(nif); local in function:opt_if_simplification
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp142 bblock_t *then_block = block->next(); local in function:fs_visitor::opt_peephole_sel
66 count_movs_from_if(fs_inst * then_mov[MAX_MOVS],fs_inst * else_mov[MAX_MOVS],bblock_t * then_block,bblock_t * else_block) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp143 bblock_t *then_block = block->next(); local in function:fs_visitor::opt_peephole_sel
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) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_conditional_discard.c46 nir_block *then_block = nir_if_first_then_block(if_stmt); local in function:nir_opt_conditional_discard_block
H A Dnir_opt_peephole_select.c405 nir_block *then_block = nir_if_first_then_block(if_stmt); local in function:nir_opt_peephole_select_block
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) argument
237 route_to_cond(nir_builder * b,struct routes * routing,nir_src condition,nir_block * then_block,nir_block * else_block) argument
[all...]
H A Dnir_opt_if.c788 nir_block *then_block = nir_if_last_then_block(nif); local in function:opt_if_loop_last_continue
907 nir_block *then_block = nir_if_last_then_block(nif); local in function:opt_if_simplification
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dopt_if_tests.cpp122 nir_block *then_block = nir_if_last_then_block(nif); local in function:TEST_F
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_lower_subgroups.c78 struct ir3_block *then_block = ir3_block_create(ir); local in function:split_block
147 struct ir3_block *then_block; local in function:lower_block
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp119 nir_block* then_block = nir_if_last_then_block(nif); local in function:aco::__anonb649b1010110::sanitize_if
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c747 struct vtn_block *then_block = vtn_block(b, block->branch[2]); local in function:vtn_process_block
1290 struct vtn_block *then_block = vtn_block(b, block->branch[2]); local in function:vtn_emit_cf_func_unstructured
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c567 struct vtn_block *then_block = local in function:vtn_cfg_walk_blocks
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c1906 struct qblock *then_block = qir_new_block(c); local in function:ntq_emit_if
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dnir_to_vir.c1951 struct qblock *then_block = vir_new_block(c); local in function:ntq_emit_uniform_if
1997 struct qblock *then_block = vir_new_block(c); local in function:ntq_emit_nonuniform_if
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c1911 struct qblock *then_block = qir_new_block(c); local in function:ntq_emit_if
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c2838 midgard_block *then_block = emit_cf_list(ctx, &nif->then_list); local in function:emit_if
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1706 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx->ac.context, fn, ""); local in function:gfx10_ngg_gs_emit_prologue
2542 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); local in function:ac_translate_nir_to_llvm
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c3340 struct qblock *then_block = vir_new_block(c); local in function:ntq_emit_uniform_if
3440 struct qblock *then_block = vir_new_block(c); local in function:ntq_emit_nonuniform_if
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c3686 midgard_block *then_block = emit_cf_list(ctx, &nif->then_list); local in function:emit_if
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c4230 nir_block *then_block = local in function:visit_if
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c2964 bi_block *then_block = emit_cf_list(ctx, &nif->then_list); local in function:emit_if
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c3795 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); local in function:ac_translate_nir_to_llvm
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c1884 LLVMBasicBlockRef start_block = NULL, then_block = NULL; local in function:emit_ssbo_comp_swap_64
5206 nir_block *then_block = (nir_block *)exec_list_get_head(&if_stmt->then_list); local in function:visit_if

Completed in 105 milliseconds

12