Home
last modified time | relevance | path

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

12

/external/mesa3d/src/intel/compiler/elk/
Delk_fs_sel_peephole.cpp69 elk_bblock_t *then_block, elk_bblock_t *else_block) in count_movs_from_if()
144 elk_bblock_t *then_block = block->next(); in opt_peephole_sel() local
/external/mesa3d/src/asahi/compiler/
Dagx_opt_break_if.c32 agx_block *then_block = agx_next_block(block); in match_block() local
/external/pytorch/torch/csrc/jit/runtime/
Dgraph_iterator.h58 auto* then_block = parent_node->blocks().at(0); in move_up() local
/external/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.c468 nir_block *then_block = nir_if_first_then_block(if_stmt); in nir_opt_peephole_select_block() local
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()
Dnir_opt_if.c758 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_simplification() local
791 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_phi_is_condition() local
Dnir_opt_loop.c255 nir_block *then_block = nir_if_last_then_block(nif); in opt_loop_last_block() local
Dnir_opt_preamble.c491 nir_block *then_block = nir_if_last_then_block(nif); in replace_for_block() local
/external/mesa3d/src/compiler/nir/tests/
Dopt_if_tests.cpp110 nir_block *then_block = nir_if_last_then_block(nif); in TEST_F() local
/external/pytorch/torch/csrc/jit/passes/onnx/
Dfixup_onnx_controlflow.cpp476 Block* then_block = if_node->blocks()[0]; in ONNXFixupUninitializedOutput() local
515 Block* then_block = node->blocks().at(0); in ONNXMergeIfBlockOutputShapes() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dforce_render_red.cpp347 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dforce_render_red.cpp347 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dforce_render_red.cpp347 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/external/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c243 struct ir3_block *then_block = ir3_block_create(ir); in create_if() local
458 struct ir3_block *then_block = in lower_instr() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfunctional_control_flow_to_cfg.cc162 Block* then_block = builder.createBlock(merge_block); in LowerIfOp() local
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp73 nir_block* then_block = nir_if_last_then_block(nif); in sanitize_if() local
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_cf.c301 nir_block *then_block = nir_block_create(b->shader); in lower_cf_list() local
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c339 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); in ac_translate_nir_to_llvm() local
/external/pytorch/torch/csrc/jit/frontend/
Dexit_transforms.cpp261 auto then_block = node->blocks().at(0); in transformIf() local
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c673 struct vtn_block *then_block = vtn_block(b, block->branch[2]); in vtn_emit_cf_func_unstructured() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dllvm_codegen.cpp1042 auto then_block = llvm::BasicBlock::Create(getContext(), "then", fn_); in visit() local
1887 auto then_block = llvm::BasicBlock::Create(getContext(), "then", fn_); in visit() local
2725 llvm::BasicBlock* then_block = in visit() local

12