/external/mesa3d/src/intel/compiler/elk/ |
D | elk_fs_sel_peephole.cpp | 69 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/ |
D | agx_opt_break_if.c | 32 agx_block *then_block = agx_next_block(block); in match_block() local
|
/external/pytorch/torch/csrc/jit/runtime/ |
D | graph_iterator.h | 58 auto* then_block = parent_node->blocks().at(0); in move_up() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_conditional_discard.c | 46 nir_block *then_block = nir_if_first_then_block(if_stmt); in nir_opt_conditional_discard_block() local
|
D | nir_opt_peephole_select.c | 468 nir_block *then_block = nir_if_first_then_block(if_stmt); in nir_opt_peephole_select_block() local
|
D | nir_lower_goto_ifs.c | 162 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()
|
D | nir_opt_if.c | 758 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
|
D | nir_opt_loop.c | 255 nir_block *then_block = nir_if_last_then_block(nif); in opt_loop_last_block() local
|
D | nir_opt_preamble.c | 491 nir_block *then_block = nir_if_last_then_block(nif); in replace_for_block() local
|
/external/mesa3d/src/compiler/nir/tests/ |
D | opt_if_tests.cpp | 110 nir_block *then_block = nir_if_last_then_block(nif); in TEST_F() local
|
/external/pytorch/torch/csrc/jit/passes/onnx/ |
D | fixup_onnx_controlflow.cpp | 476 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/ |
D | if_conversion.cpp | 68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | if_conversion.cpp | 68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | if_conversion.cpp | 68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | force_render_red.cpp | 347 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | force_render_red.cpp | 347 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | force_render_red.cpp | 347 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_lower_subgroups.c | 243 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/ |
D | functional_control_flow_to_cfg.cc | 162 Block* then_block = builder.createBlock(merge_block); in LowerIfOp() local
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 73 nir_block* then_block = nir_if_last_then_block(nif); in sanitize_if() local
|
/external/mesa3d/src/nouveau/compiler/ |
D | nak_nir_lower_cf.c | 301 nir_block *then_block = nir_block_create(b->shader); in lower_cf_list() local
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 339 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); in ac_translate_nir_to_llvm() local
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | exit_transforms.cpp | 261 auto then_block = node->blocks().at(0); in transformIf() local
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 673 struct vtn_block *then_block = vtn_block(b, block->branch[2]); in vtn_emit_cf_func_unstructured() local
|
/external/pytorch/torch/csrc/jit/tensorexpr/ |
D | llvm_codegen.cpp | 1042 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
|