Home
last modified time | relevance | path

Searched defs:else_block (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_dead_control_flow.cpp59 elk_bblock_t *const else_block = prev_block; in elk_dead_control_flow_eliminate() local
103 elk_bblock_t *const else_block = block; in elk_dead_control_flow_eliminate() local
H A Delk_fs_sel_peephole.cpp69 elk_bblock_t *then_block, elk_bblock_t *else_block) in count_movs_from_if()
145 elk_bblock_t *else_block = NULL; in opt_peephole_sel() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dfixup_onnx_controlflow.cpp477 Block* else_block = if_node->blocks()[1]; in ONNXFixupUninitializedOutput() local
516 Block* else_block = node->blocks().at(1); in ONNXMergeIfBlockOutputShapes() local
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_opt_break_if.c36 agx_block *else_block = agx_next_block(then_block); in match_block() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dlower_grad_of.cpp22 auto else_block = if_stat->addBlock(); in LowerGradOf() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_iterator.h59 auto* else_block = parent_node->blocks().at(1); in move_up() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_goto_ifs.c162 nir_block *then_block, nir_block *else_block) in set_path_vars_cond()
233 nir_block *then_block, nir_block *else_block) in route_to_cond()
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_if.c759 nir_block *else_block = nir_if_last_else_block(nif); in opt_if_simplification() local
792 ASSERTED nir_block *else_block = nir_if_last_else_block(nif); in opt_if_phi_is_condition() local
H A Dnir_opt_peephole_select.c467 nir_block *else_block = nir_if_first_else_block(if_stmt); in nir_opt_peephole_select_block() local
H A Dnir_opt_loop.c256 nir_block *else_block = nir_if_last_else_block(nif); in opt_loop_last_block() local
H A Dnir_opt_preamble.c499 nir_block *else_block = nir_if_last_else_block(nif); in replace_for_block() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/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
/aosp_15_r20/external/swiftshader/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
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_opselect_with_conditional_branch.cpp153 uint32_t else_block = in Apply() local
Dforce_render_red.cpp349 opt::Operand else_block = {SPV_OPERAND_TYPE_ID, {new_exit_block_id}}; in ForceRenderRed() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dfunctional_control_flow_to_cfg.cc169 Block* else_block = builder.createBlock(merge_block); in LowerIfOp() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp74 nir_block* else_block = nir_if_last_else_block(nif); in sanitize_if() local
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir_lower_cf.c301 nir_block *else_block = nir_block_create(b->shader); in lower_cf_list() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_codegen.cpp1043 auto else_block = llvm::BasicBlock::Create(getContext(), "else", fn_); in visit() local
1888 auto else_block = llvm::BasicBlock::Create(getContext(), "else", fn_); in visit() local
2727 llvm::BasicBlock* else_block = nullptr; in visit() local
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c631 struct vtn_block *else_block = vtn_block(b, block->branch[3]); in vtn_emit_cf_func_unstructured() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dexit_transforms.cpp262 auto else_block = node->blocks().at(1); in transformIf() local
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_texture.c172 nir_block *else_block = nir_cursor_current_block(b->cursor); in lower_buffer_texture() local

12