Home
last modified time | relevance | path

Searched defs:then_block (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_sel_peephole.cpp68 bblock_t *then_block, bblock_t *else_block) in count_movs_from_if()
143 bblock_t *then_block = block->next(); in opt_peephole_sel() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_conditional_discard.c46 nir_block *then_block = nir_if_first_then_block(if_stmt); in nir_opt_conditional_discard_block() local
Dnir_opt_peephole_select.c407 nir_block *then_block = nir_if_first_then_block(if_stmt); in nir_opt_peephole_select_block() local
Dnir_opt_if.c787 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_loop_last_continue() local
911 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_simplification() local
944 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_phi_is_condition() local
Dnir_lower_goto_ifs.c162 nir_block *then_block, nir_block *else_block) in set_path_vars_cond()
238 nir_block *then_block, nir_block *else_block) in route_to_cond()
/third_party/mesa3d/src/compiler/nir/tests/
Dopt_if_tests.cpp122 nir_block *then_block = nir_if_last_then_block(nif); in TEST_F() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c227 struct ir3_block *then_block = ir3_block_create(ir); in create_if() local
304 struct ir3_block *then_block = create_if(ir, before_block, after_block); in lower_instr() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
/third_party/spirv-tools/source/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
/third_party/spirv-tools/source/fuzz/
Dforce_render_red.cpp342 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dforce_render_red.cpp342 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dforce_render_red.cpp342 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c782 struct vtn_block *then_block = vtn_block(b, block->branch[2]); in vtn_process_block() local
1333 struct vtn_block *then_block = vtn_block(b, block->branch[2]); in vtn_emit_cf_func_unstructured() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp119 nir_block* then_block = nir_if_last_then_block(nif); in sanitize_if() local
Daco_instruction_selection.cpp10158 unsigned then_block = invert->linear_preds[0]; in visit_phi() local
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c3873 struct qblock *then_block = vir_new_block(c); in ntq_emit_uniform_if() local
3973 struct qblock *then_block = vir_new_block(c); in ntq_emit_nonuniform_if() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1483 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); in ac_translate_nir_to_llvm() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1894 struct qblock *then_block = qir_new_block(c); in ntq_emit_if() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2925 midgard_block *then_block = emit_cf_list(ctx, &nif->then_list); in emit_if() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1931 LLVMBasicBlockRef start_block = NULL, then_block = NULL; in emit_ssbo_comp_swap_64() local
5318 nir_block *then_block = (nir_block *)exec_list_get_head(&if_stmt->then_list); in visit_if() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3943 bi_block *then_block = emit_cf_list(ctx, &nif->then_list); in emit_if() local
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c5089 nir_block *then_block = nir_if_first_then_block(if_stmt); in emit_if() local