Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_sel_peephole.cpp67 bblock_t *then_block, bblock_t *else_block) in count_movs_from_if()
142 bblock_t *then_block = block->next(); in opt_peephole_sel() 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.c209 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()
238 nir_block *then_block, nir_block *else_block) in route_to_cond()
Dnir_opt_if.c818 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_loop_last_continue() local
937 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_simplification() local
/external/mesa3d/src/compiler/nir/tests/
Dopt_if_tests.cpp122 nir_block *then_block = nir_if_last_then_block(nif); in TEST_F() 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/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() 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/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dforce_render_red.cpp347 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dforce_render_red.cpp342 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() 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/compiler/spirv/
Dvtn_cfg.c706 struct vtn_block *then_block = vtn_block(b, block->branch[2]); in vtn_process_block() local
1273 struct vtn_block *then_block = vtn_block(b, block->branch[2]); in vtn_emit_cf_func_unstructured() 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
Daco_instruction_selection.cpp9370 unsigned then_block = invert->linear_preds[0]; in visit_phi() local
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c2798 struct qblock *then_block = vir_new_block(c); in ntq_emit_uniform_if() local
2843 struct qblock *then_block = vir_new_block(c); in ntq_emit_nonuniform_if() local
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2169 bi_block *then_block = emit_cf_list(ctx, &nif->then_list); in emit_if() local
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2874 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx->ac.context, fn, ""); in gfx10_ngg_gs_emit_prologue() local
4011 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); in ac_translate_nir_to_llvm() local
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2519 midgard_block *then_block = emit_cf_list(ctx, &nif->then_list); in emit_if() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1914 struct qblock *then_block = qir_new_block(c); in ntq_emit_if() local
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1758 LLVMBasicBlockRef start_block = NULL, then_block = NULL; in emit_ssbo_comp_swap_64() local
4679 nir_block *then_block = (nir_block *)exec_list_get_head(&if_stmt->then_list); in visit_if() local